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