public class SearchResult extends Object implements Serializable
Constructor and Description |
---|
SearchResult() |
SearchResult(int totalCount,
boolean totalCountFixed) |
Modifier and Type | Method and Description |
---|---|
int |
getTotalCount() |
boolean |
isTotalCountFixed() |
void |
setTotalCount(int totalCount) |
void |
setTotalCountFixed(boolean totalCountFixed) |