Class ConfigurationAttributeChoice

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

public class ConfigurationAttributeChoice
extends java.lang.Object
Objekt, das eine Attributauswahl nach der K2S.DTD darstellt
  • Constructor Summary

    Constructors
    Constructor Description
    ConfigurationAttributeChoice​(java.lang.String pid)  
  • Method Summary

    Modifier and Type Method Description
    de.bsvrz.dav.daf.main.config.SystemObjectInfo getInfo()  
    java.lang.String getName()  
    java.lang.String getPid()  
    void setInfo​(de.bsvrz.dav.daf.main.config.SystemObjectInfo info)
    Attribut "info"
    void setName​(java.lang.String name)
    Attribut "name"

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigurationAttributeChoice

      public ConfigurationAttributeChoice​(java.lang.String pid)
  • Method Details

    • getPid

      public java.lang.String getPid()
      Returns:
      Pid, die zu diesem Objekt gehört
    • getName

      public java.lang.String getName()
      Returns:
      Attribut "name" oder "" falls der Name nicht gesetzt wurde
    • setName

      public void setName​(java.lang.String name)
      Attribut "name"
      Parameters:
      name - Name
    • getInfo

      public de.bsvrz.dav.daf.main.config.SystemObjectInfo getInfo()
      Returns:
      Attribut "info" oder null falls das Attribut nicht gesetzt wurde
    • setInfo

      public void setInfo​(de.bsvrz.dav.daf.main.config.SystemObjectInfo info)
      Attribut "info"
      Parameters:
      info - s.o.