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)

Field Summary
private  SystemObjectInfo _info
           
private  String _name
           
private  String _pid
           
 
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
 

Field Detail

_pid

private final String _pid

_name

private String _name

_info

private SystemObjectInfo _info
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