public class AttributeListProperties extends ConfigurationObjectProperties
_id, _name, _pid, _type
Constructor | Description |
---|---|
AttributeListProperties(java.lang.String name,
java.lang.String pid,
long id,
java.lang.String typePid,
de.bsvrz.dav.daf.main.config.SystemObjectInfo info) |
Modifier and Type | Method | Description |
---|---|---|
AttributeProperties[] |
getAttributeAndAttributeList() |
Das Array speichert alle Objekte, die vom Typ PlainAttributeProperties oder vom Typ ListAttributeProperties sind.
|
void |
setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
appendParamString, getId, getInfo, getName, getPid, getType, setType, toString
public AttributeListProperties(java.lang.String name, java.lang.String pid, long id, java.lang.String typePid, de.bsvrz.dav.daf.main.config.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.