public class SearchResult extends Object
| Constructor and Description |
|---|
SearchResult(int totalCount,
boolean totalCountFixed) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object value) |
int |
getTotalCount() |
int |
hashCode() |
boolean |
isTotalCountFixed() |
void |
setTotalCount(int maxCount) |
void |
setTotalCountFixed(boolean totalCountFixed) |
String |
toString() |