de.bsvrz.puk.config.xmlFile.properties
Class SystemObjectProperties

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

public class SystemObjectProperties
extends Object

Klasse, die noch zu dokumentieren ist.

Author:
Kappich+Kniß Systemberatung Aachen (K2S), Roland Schmitz (rs)

Field Summary
protected  long _id
           
private  SystemObjectInfo _info
           
protected  String _name
           
protected  String _pid
           
protected  String _type
           
 
Constructor Summary
SystemObjectProperties(String name, String pid, long id, String type, SystemObjectInfo info)
           
 
Method Summary
protected  StringBuilder appendParamString(StringBuilder stringBuilder)
           
 long getId()
           
 SystemObjectInfo getInfo()
           
 String getName()
           
 String getPid()
           
 String getType()
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_name

protected final String _name

_pid

protected final String _pid

_id

protected final long _id

_type

protected String _type

_info

private SystemObjectInfo _info
Constructor Detail

SystemObjectProperties

public SystemObjectProperties(String name,
                              String pid,
                              long id,
                              String type,
                              SystemObjectInfo info)
                       throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

setType

public void setType(String type)

getName

public String getName()

getPid

public String getPid()

getId

public long getId()

getType

public String getType()

getInfo

public SystemObjectInfo getInfo()

toString

public String toString()
Overrides:
toString in class Object

appendParamString

protected StringBuilder appendParamString(StringBuilder stringBuilder)