Class ConfigurationState

    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurationState​(java.lang.String name, long value)  
      ConfigurationState​(java.lang.String name, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.bsvrz.dav.daf.main.config.SystemObjectInfo getInfo()
      Attribut "info"
      java.lang.String getName()
      Attribut "name"
      long getValue()
      Attribut "wert"
      void setInfo​(de.bsvrz.dav.daf.main.config.SystemObjectInfo info)
      Attribut "info"
      • Methods inherited from class java.lang.Object

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

      • ConfigurationState

        public ConfigurationState​(java.lang.String name,
                                  long value)
        Parameters:
        name - Attribut "name", null ist nicht erlaubt
        value - Attribut "wert"
      • ConfigurationState

        public ConfigurationState​(java.lang.String name,
                                  java.lang.String value)
    • Method Detail

      • getInfo

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

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

        public java.lang.String getName()
        Attribut "name"
        Returns:
        s.o.
      • getValue

        public long getValue()
        Attribut "wert"
        Returns:
        s.o.