public class AttributeGroupProperties extends ConfigurationObjectProperties
_id, _name, _pid, _type
Constructor and Description |
---|
AttributeGroupProperties(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 and Description |
---|---|
AttributeProperties[] |
getAttributeAndAttributeList()
Array, das alle Attribute und Attributlisten enthält.
|
ConfigurationAspect[] |
getConfigurationAspect()
Alle Aspekte des Objekts
|
boolean |
getConfiguring()
Konfigurierend ja/nein
|
boolean |
isParameter()
Parametrierend ja/nein
|
void |
setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList) |
void |
setConfigurationAspect(ConfigurationAspect[] configurationAspect) |
void |
setConfiguring(boolean configuring)
Konfigurierend ja/nein
|
void |
setConfiguring(java.lang.String configuring)
Konfigurierend ja/nein
|
void |
setParameter(boolean isParameter)
parametrierend ja/nein
|
void |
setParameter(java.lang.String isParameter)
parametrierend ja/nein
|
appendParamString, getId, getInfo, getName, getPid, getType, setType, toString
public AttributeGroupProperties(java.lang.String name, java.lang.String pid, long id, java.lang.String typePid, de.bsvrz.dav.daf.main.config.SystemObjectInfo info)
public void setConfigurationAspect(ConfigurationAspect[] configurationAspect)
configurationAspect
- Aspekte oder ein leeres Array, falls keine Aspekte vorhanden sindpublic ConfigurationAspect[] getConfigurationAspect()
public void setConfiguring(java.lang.String configuring)
configuring
- "ja" oder "nein", "" wird als "nein" interpretiertpublic void setConfiguring(boolean configuring)
configuring
- true = "ja" oder false = "nein"public void setParameter(java.lang.String isParameter)
isParameter
- public void setParameter(boolean isParameter)
isParameter
- public boolean getConfiguring()
public boolean isParameter()
public AttributeProperties[] getAttributeAndAttributeList()
public void setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList)
attributeAndAttributeList
- Array, das alle Attribute und Attributlisten enthält. In dem Array sind Objekte vom Typ PlainAttributeProperties und
ListAttributeProperties gespeichert. Die Reihenfolge der Elemente bleibt beim speichern erhalten.