T - the bean typepublic class SearchResultsBean<T> extends Object implements Serializable
| Constructor and Description |
|---|
SearchResultsBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getBeans() |
int |
getTotalSize() |
void |
setBeans(List<T> beans) |
void |
setTotalSize(int totalSize) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.