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

java.lang.Object
  extended by de.bsvrz.puk.config.xmlFile.properties.ConfigurationSet

public class ConfigurationSet
extends Object

Diese Klasse stellt das Element "menge" aus der K2S.dtd dar und speichert alle benötigten Informationen.

Author:
Achim Wullenkord (AW), Kappich Systemberatung, Stephan Homeyer (sth), Kappich Systemberatung

Constructor Summary
ConfigurationSet(String setTypePid, String objectSetName)
           
 
Method Summary
 SystemObjectInfo getInfo()
          Attribut "info"
 String getObjectSetName()
          Attribut "name"
 boolean getRequired()
          Attribut "erforderlich"
 String getSetTypePid()
          Attribut "pid"
 void setInfo(SystemObjectInfo info)
          Attribut "info"
 void setRequired(boolean required)
          Attribut "erforderlich"
 void setRequired(String required)
          Attribut "erforderlich"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationSet

public ConfigurationSet(String setTypePid,
                        String objectSetName)
Method Detail

setRequired

public void setRequired(String required)
Attribut "erforderlich"

Parameters:
required - ja/nein

setRequired

public void setRequired(boolean required)
Attribut "erforderlich"

Parameters:
required -

setInfo

public void setInfo(SystemObjectInfo info)
Attribut "info"

Parameters:
info - s.o

getSetTypePid

public String getSetTypePid()
Attribut "pid"

Returns:
s.o.

getObjectSetName

public String getObjectSetName()
Attribut "name"

Returns:
s.o

getRequired

public boolean getRequired()
Attribut "erforderlich"

Returns:
true = ja

getInfo

public SystemObjectInfo getInfo()
Attribut "info"

Returns:
info ider null falls nicht gesetzt