public class SearchResults<T> extends AbstractModel implements java.lang.Iterable<T>
properties| Constructor and Description |
|---|
SearchResults() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
getResults() |
java.lang.Integer |
getTotal() |
java.util.Iterator<T> |
iterator() |
void |
setResults(java.util.List<T> results) |
void |
setTotal(java.lang.Integer total) |
get, getBoolean, getChannel, getChannel, getChannelName, getDocument, getInteger, getString, getUuid, refresh, save, setProperties, setProperty, toStringpublic java.lang.Integer getTotal()
public void setTotal(java.lang.Integer total)
total - The totalpublic java.util.List<T> getResults()
public void setResults(java.util.List<T> results)
results - The results