Class AttributeGroupProperties
- java.lang.Object
-
- de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
-
- de.bsvrz.puk.config.xmlFile.properties.ConfigurationObjectProperties
-
- de.bsvrz.puk.config.xmlFile.properties.AttributeGroupProperties
-
- Direct Known Subclasses:
TransactionProperties
public class AttributeGroupProperties extends ConfigurationObjectProperties
Dieses Objekt spiegelt eine Attributgruppendefinition wieder, die in der K2S.DTD definiert ist.
-
-
Field Summary
-
Fields inherited from class de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
_id, _name, _pid, _type
-
-
Constructor Summary
Constructors Constructor Description AttributeGroupProperties(java.lang.String name, java.lang.String pid, long id, java.lang.String typePid, de.bsvrz.dav.daf.main.config.SystemObjectInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeProperties[]
getAttributeAndAttributeList()
Array, das alle Attribute und Attributlisten enthält.ConfigurationAspect[]
getConfigurationAspect()
Alle Aspekte des Objektsboolean
getConfiguring()
Konfigurierend ja/neinboolean
isParameter()
Parametrierend ja/neinvoid
setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList)
void
setConfigurationAspect(ConfigurationAspect[] configurationAspect)
void
setConfiguring(boolean configuring)
Konfigurierend ja/neinvoid
setConfiguring(java.lang.String configuring)
Konfigurierend ja/neinvoid
setParameter(boolean isParameter)
parametrierend ja/neinvoid
setParameter(java.lang.String isParameter)
parametrierend ja/nein-
Methods inherited from class de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
appendParamString, getId, getInfo, getName, getPid, getType, setType, toString
-
-
-
-
Method Detail
-
getConfigurationAspect
public ConfigurationAspect[] getConfigurationAspect()
Alle Aspekte des Objekts- Returns:
- Array mit Aspekten oder ein leeres Array, falls keine Aspekte vorhanden sind
-
setConfigurationAspect
public void setConfigurationAspect(ConfigurationAspect[] configurationAspect)
- Parameters:
configurationAspect
- Aspekte oder ein leeres Array, falls keine Aspekte vorhanden sind
-
getConfiguring
public boolean getConfiguring()
Konfigurierend ja/nein- Returns:
- ja = true; nein = false
-
setConfiguring
public void setConfiguring(java.lang.String configuring)
Konfigurierend ja/nein- Parameters:
configuring
- "ja" oder "nein", "" wird als "nein" interpretiert
-
setConfiguring
public void setConfiguring(boolean configuring)
Konfigurierend ja/nein- Parameters:
configuring
- true = "ja" oder false = "nein"
-
isParameter
public boolean isParameter()
Parametrierend ja/nein- Returns:
- ja = true; false = nein
-
setParameter
public void setParameter(java.lang.String isParameter)
parametrierend ja/nein- Parameters:
isParameter
-
-
setParameter
public void setParameter(boolean isParameter)
parametrierend ja/nein- Parameters:
isParameter
-
-
getAttributeAndAttributeList
public AttributeProperties[] getAttributeAndAttributeList()
Array, das alle Attribute und Attributlisten enthält. In dem Array sind Objekte vom Typ PlainAttributeProperties und ListAttributeProperties gespeichert. Das erste Element, das aus der XML Datei eingelesen wurde, steht an Position [0]. Wurden keine Elemente eingelesen, ist das Array leer.- Returns:
- s.o.
-
setAttributeAndAttributeList
public void setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList)
- Parameters:
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.
-
-