public class SearchResult<T>
extends java.lang.Object
| Constructor and Description |
|---|
SearchResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
getItems() |
java.lang.Integer |
getTotal() |
void |
setItems(java.util.List<T> items) |
void |
setTotal(java.lang.Integer total) |