public class UserEntrySearchResult extends SearchResult implements Serializable
| Constructor and Description |
|---|
UserEntrySearchResult()
Constructor.
|
UserEntrySearchResult(UserEntry[] elements,
int totalCount,
boolean totalCountFixed)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UserEntry[] |
getElements()
Returns user entry array.
|
void |
setElements(UserEntry[] elements)
Sets user entry array.
|
getTotalCount, isTotalCountFixed, setTotalCount, setTotalCountFixedpublic UserEntrySearchResult()
public UserEntrySearchResult(UserEntry[] elements, int totalCount, boolean totalCountFixed)
elements - Array of user entriestotalCount - Total number of user entry datatotalCountFixed - Whether or not we fixed the total number