Class SystemObjectProperties

java.lang.Object
de.bsvrz.puk.config.xmlFile.properties.SystemObjectProperties
Direct Known Subclasses:
ConfigurationObjectProperties

public class SystemObjectProperties extends Object
Klasse, die noch zu dokumentieren ist.
  • Field Details

    • _name

      protected final String _name
    • _pid

      protected final String _pid
    • _id

      protected final long _id
    • _type

      protected String _type
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getPid

      public String getPid()
    • getId

      public long getId()
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getInfo

      public de.bsvrz.dav.daf.main.config.SystemObjectInfo getInfo()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • appendParamString

      protected StringBuilder appendParamString(StringBuilder stringBuilder)