public class ServiceEntrySearchResult extends SearchResult implements Serializable
| Constructor and Description |
|---|
ServiceEntrySearchResult()
Constructor.
|
ServiceEntrySearchResult(ServiceEntry[] elements,
int totalCount,
boolean totalCountFixed)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceEntry[] |
getElements()
Gets the entry array.
|
void |
setElements(ServiceEntry[] elements)
Sets entry array.
|
getTotalCount, isTotalCountFixed, setTotalCount, setTotalCountFixedpublic ServiceEntrySearchResult()
public ServiceEntrySearchResult(ServiceEntry[] elements, int totalCount, boolean totalCountFixed)
elements - Entry arraytotalCount - Total number of casestotalCountFixed - Whether or not the total number of cases is fixedpublic ServiceEntry[] getElements()
public void setElements(ServiceEntry[] elements)
elements - Entry array