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