de.bsvrz.puk.config.xmlFile.properties
Class ConfigurationAttributeChoice
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_pid
private final String _pid
_name
private String _name
_info
private SystemObjectInfo _info
ConfigurationAttributeChoice
public ConfigurationAttributeChoice(String pid)
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