public class Result extends BaseObject implements Serializable
FieldDef defined in the MetaData (where the Condition and Permissions are satisfied), the result contains a corresponding Datafield.
Linkpanels are also included.| Modifier and Type | Field and Description |
|---|---|
protected List<Datafield> |
fields |
protected List<Linkpanel> |
linkpanel |
protected Boolean |
selected |
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
List<Datafield> |
getFields()
Gets the value of the fields property.
|
List<Linkpanel> |
getLinkpanel()
Gets the value of the linkpanel property.
|
Boolean |
isSelected()
Marks the result as selected
|
void |
setSelected(Boolean value)
Sets the value of the selected property.
|
protected Boolean selected
public List<Datafield> getFields()
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 fields property.
For example, to add a new item, do as follows:
getFields().add(newItem);
Objects of the following type(s) are allowed in the list
Datafield
public List<Linkpanel> getLinkpanel()
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 linkpanel property.
For example, to add a new item, do as follows:
getLinkpanel().add(newItem);
Objects of the following type(s) are allowed in the list
Linkpanel
public Boolean isSelected()
BooleanCopyright © 2011–2023 aiticon GmbH. All rights reserved.