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

java.lang.Object
  extended by de.bsvrz.puk.config.xmlFile.properties.AbstractAttributeProperties
      extended by de.bsvrz.puk.config.xmlFile.properties.PlainAttributeProperties
All Implemented Interfaces:
AttributeProperties

public class PlainAttributeProperties
extends AbstractAttributeProperties
implements AttributeProperties

Kapselt die Eigenschaften eines Attributs in Versorgungsdateien entsprechend K2S.DTD.

Author:
Kappich Systemberatung

Field Summary
private  String _default
           
 
Fields inherited from class de.bsvrz.puk.config.xmlFile.properties.AbstractAttributeProperties
_attributeTypePid
 
Constructor Summary
PlainAttributeProperties(String attributeTypePid)
          Erzeugt ein neues Objekt für ein Attribut eines vorgegebenen Attributtyps.
 
Method Summary
 String getDefault()
          Bestimmt den Defaultwert dieses Attributs.
 void setDefault(String aDefault)
          Setzt den Defaultwert dieses Attributs.
 
Methods inherited from class de.bsvrz.puk.config.xmlFile.properties.AbstractAttributeProperties
getAttributeTypePid, getInfo, getMaxCount, getName, getTargetValue, setInfo, setMaxCount, setMaxCount, setName, setTargetValue, setTargetValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.bsvrz.puk.config.xmlFile.properties.AttributeProperties
getAttributeTypePid, getInfo, getMaxCount, getName, getTargetValue, setInfo, setMaxCount, setMaxCount, setName, setTargetValue, setTargetValue
 

Field Detail

_default

private String _default
Constructor Detail

PlainAttributeProperties

public PlainAttributeProperties(String attributeTypePid)
Erzeugt ein neues Objekt für ein Attribut eines vorgegebenen Attributtyps.

Parameters:
attributeTypePid - Attributtyp des Attributs
Method Detail

setDefault

public void setDefault(String aDefault)
Setzt den Defaultwert dieses Attributs.

Parameters:
aDefault - Defaultwert dieses Attributs

getDefault

public String getDefault()
Bestimmt den Defaultwert dieses Attributs.

Returns:
Defaultwert dieses Attributs oder null falls der Wert nicht gesetzt wurde