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

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

public class ConfigurationAttributeChoice
extends Object

Objekt, das eine Attributauswahl nach der K2S.DTD darstellt

Author:
Kappich+Kniß Systemberatung Aachen (K2S), Achim Wullenkord (AW)

Constructor Summary
ConfigurationAttributeChoice(String pid)
           
 
Method Summary
 SystemObjectInfo getInfo()
           
 String getName()
           
 String getPid()
           
 void setInfo(SystemObjectInfo info)
          Attribut "info"
 void setName(String name)
          Attribut "name"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationAttributeChoice

public ConfigurationAttributeChoice(String pid)
Method Detail

setName

public void setName(String name)
Attribut "name"

Parameters:
name - Name

setInfo

public void setInfo(SystemObjectInfo info)
Attribut "info"

Parameters:
info - s.o.

getPid

public String getPid()
Returns:
Pid, die zu diesem Objekt gehört

getName

public String getName()
Returns:
Attribut "name" oder "" falls der Name nicht gesetzt wurde

getInfo

public SystemObjectInfo getInfo()
Returns:
Attribut "info" oder null falls das Attribut nicht gesetzt wurde