public class Linkpanel extends BaseObject implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Condition |
condition |
protected String |
id |
protected List<Linkable> |
links |
protected PanelLocation |
location |
protected Permissions |
permissions |
Constructor and Description |
---|
Linkpanel() |
Modifier and Type | Method and Description |
---|---|
Condition |
getCondition()
Gets the value of the condition property.
|
String |
getId()
The unique id of this Linkpanel
|
List<Linkable> |
getLinks()
Gets the value of the links property.
|
PanelLocation |
getLocation()
Defines the location of this Linkpanel.
|
Permissions |
getPermissions()
Gets the value of the permissions property.
|
void |
setCondition(Condition value)
Sets the value of the condition property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocation(PanelLocation value)
Sets the value of the location property.
|
void |
setPermissions(Permissions value)
Sets the value of the permissions property.
|
protected Condition condition
protected Permissions permissions
protected String id
protected PanelLocation location
public Condition getCondition()
Condition
public void setCondition(Condition value)
value
- allowed object is
Condition
public Permissions getPermissions()
Permissions
public void setPermissions(Permissions value)
value
- allowed object is
Permissions
public List<Linkable> getLinks()
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 links property.
For example, to add a new item, do as follows:
getLinks().add(newItem);
Objects of the following type(s) are allowed in the list
Link
OpenapiAction
public void setId(String value)
value
- allowed object is
String
public PanelLocation getLocation()
PanelLocation
public void setLocation(PanelLocation value)
value
- allowed object is
PanelLocation
Copyright © 2011–2023 aiticon GmbH. All rights reserved.