T - the bean typepublic class SearchResultsModel<T> extends Object
| Constructor and Description |
|---|
SearchResultsModel()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getModels() |
int |
getTotalSize() |
void |
setModels(List<T> beans) |
void |
setTotalSize(int totalSize) |
Copyright © 2017. All rights reserved.