de.bsvrz.puk.config.xmlFile.properties
Class AttributeListProperties

java.lang.Object
  extended by de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
      extended by de.bsvrz.puk.config.xmlFile.properties.ConfigurationObjectProperties
          extended by de.bsvrz.puk.config.xmlFile.properties.AttributeListProperties

public class AttributeListProperties
extends ConfigurationObjectProperties

Diese Klasse stellt eine AttributlistenDefinition dar, diese wird in der K2S.DTD definiert.

Author:
Kappich Systemberatung

Field Summary
 
Fields inherited from class de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
_id, _name, _pid, _type
 
Constructor Summary
AttributeListProperties(String name, String pid, long id, String typePid, SystemObjectInfo info)
           
 
Method Summary
 AttributeProperties[] getAttributeAndAttributeList()
          Das Array speichert alle Objekte, die vom Typ PlainAttributeProperties oder vom Typ ListAttributeProperties sind.
 void setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList)
           
 
Methods inherited from class de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
appendParamString, getId, getInfo, getName, getPid, getType, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeListProperties

public AttributeListProperties(String name,
                               String pid,
                               long id,
                               String typePid,
                               SystemObjectInfo info)
Method Detail

getAttributeAndAttributeList

public AttributeProperties[] getAttributeAndAttributeList()
Das Array speichert alle Objekte, die vom Typ PlainAttributeProperties oder vom Typ ListAttributeProperties sind. An Position [0] ist das Objekt gespeichert, das auch als erstes eingelesen wurde.

Returns:
Objekte vom Typ PlainAttributeProperties und ListAttributeProperties. Sind keine Objekte vorhanden, so ist das Array leer

setAttributeAndAttributeList

public void setAttributeAndAttributeList(AttributeProperties[] attributeAndAttributeList)
Parameters:
attributeAndAttributeList - Array, das Objekte vom Typ PlainAttributeProperties oder vom Typ ListAttributeProperties enthält. Die Position der Elemente bleibt auch beim speichern erhalten.