public class DataConfig extends Config implements Serializable
Datasource.| Modifier and Type | Field and Description |
|---|---|
protected List<Linkpanel> |
linkpanel |
protected MetaData |
metaData |
protected Params |
params |
description, labels, permissions, templates, textelements, title| Constructor and Description |
|---|
DataConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<Linkpanel> |
getLinkpanel()
Gets the value of the linkpanel property.
|
MetaData |
getMetaData()
Gets the value of the metaData property.
|
Params |
getParams()
Gets the value of the params property.
|
void |
setMetaData(MetaData value)
Sets the value of the metaData property.
|
void |
setParams(Params value)
Sets the value of the params property.
|
getDescription, getLabels, getPermissions, getTemplates, getTextelements, getTitle, setDescription, setLabels, setPermissions, setTextelements, setTitlepublic Params getParams()
Paramspublic void setParams(Params value)
value - allowed object is
Paramspublic MetaData getMetaData()
MetaDatapublic void setMetaData(MetaData value)
value - allowed object is
MetaDatapublic 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
Copyright © 2011–2021 aiticon GmbH. All rights reserved.