public class AttributeListProperties extends ConfigurationObjectProperties
Modifier and Type | Field and Description |
---|---|
(package private) AttributeProperties[] |
_attributeAndAttributeList
Speichert alle Attribute und Attributlisten
|
_id, _name, _pid, _type
Constructor and Description |
---|
AttributeListProperties(String name,
String pid,
long id,
String typePid,
SystemObjectInfo info) |
Modifier and Type | Method and Description |
---|---|
AttributeProperties[] |
getAttributeAndAttributeList()
Das Array speichert alle Objekte, die vom Typ PlainAttributeProperties oder vom Typ ListAttributeProperties sind.
|
void |
setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList) |
appendParamString, getId, getInfo, getName, getPid, getType, setType, toString
AttributeProperties[] _attributeAndAttributeList
public AttributeListProperties(String name, String pid, long id, String typePid, SystemObjectInfo info)
public AttributeProperties[] getAttributeAndAttributeList()
public void setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList)
attributeAndAttributeList
- Array, das Objekte vom Typ PlainAttributeProperties oder vom Typ ListAttributeProperties enthält. Die Position der Elemente bleibt auch beim speichern erhalten.