public class Data extends BaseObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
paginate |
protected Result |
result |
protected Resultset |
resultset |
protected List<SelectionGroup> |
selectionGroups |
protected List<Selection> |
selections |
| Constructor and Description |
|---|
Data() |
| Modifier and Type | Method and Description |
|---|---|
Result |
getResult()
Gets the value of the result property.
|
Resultset |
getResultset()
Gets the value of the resultset property.
|
List<SelectionGroup> |
getSelectionGroups()
Gets the value of the selectionGroups property.
|
List<Selection> |
getSelections()
Gets the value of the selections property.
|
Boolean |
isPaginate()
If empty or evaluating to
true, the Resultset supports pagination |
void |
setPaginate(Boolean value)
Sets the value of the paginate property.
|
void |
setResult(Result value)
Sets the value of the result property.
|
void |
setResultset(Resultset value)
Sets the value of the resultset property.
|
protected List<SelectionGroup> selectionGroups
protected Resultset resultset
protected Result result
protected Boolean paginate
public List<Selection> getSelections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the selections property.
For example, to add a new item, do as follows:
getSelections().add(newItem);
Objects of the following type(s) are allowed in the list
Selection
public List<SelectionGroup> getSelectionGroups()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the selectionGroups property.
For example, to add a new item, do as follows:
getSelectionGroups().add(newItem);
Objects of the following type(s) are allowed in the list
SelectionGroup
public Resultset getResultset()
Resultsetpublic void setResultset(Resultset value)
value - allowed object is
Resultsetpublic Result getResult()
Resultpublic void setResult(Result value)
value - allowed object is
Resultpublic Boolean isPaginate()
true, the Resultset supports paginationBooleanCopyright © 2011–2022 aiticon GmbH. All rights reserved.