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, setTitle
public Params getParams()
Params
public void setParams(Params value)
value
- allowed object is
Params
public MetaData getMetaData()
MetaData
public void setMetaData(MetaData value)
value
- allowed object is
MetaData
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
Copyright © 2011–2020 aiticon GmbH. All rights reserved.