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
Modifier and Type Method Description AttributeProperties[]getAttributeAndAttributeList()Array, das alle Attribute und Attributlisten enthält.ConfigurationAspect[]getConfigurationAspect()Alle Aspekte des ObjektsbooleangetConfiguring()Konfigurierend ja/neinbooleanisParameter()Parametrierend ja/neinvoidsetAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList)voidsetConfigurationAspect(ConfigurationAspect[] configurationAspect)voidsetConfiguring(boolean configuring)Konfigurierend ja/neinvoidsetConfiguring(java.lang.String configuring)Konfigurierend ja/neinvoidsetParameter(boolean isParameter)parametrierend ja/neinvoidsetParameter(java.lang.String isParameter)parametrierend ja/neinMethods inherited from class de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
appendParamString, getId, getInfo, getName, getPid, getType, setType, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AttributeGroupProperties
public AttributeGroupProperties(java.lang.String name, java.lang.String pid, long id, java.lang.String typePid, de.bsvrz.dav.daf.main.config.SystemObjectInfo info)
-
-
Method Details
-
getConfigurationAspect
Alle Aspekte des Objekts- Returns:
- Array mit Aspekten oder ein leeres Array, falls keine Aspekte vorhanden sind
-
setConfigurationAspect
- 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
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
- 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.
-