de.bsvrz.puk.config.xmlFile.properties
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.
- Author:
- Kappich+Kniß Systemberatung Aachen (K2S), Roland Schmitz (rs)
_name
protected final String _name
_pid
protected final String _pid
_id
protected final long _id
_type
protected String _type
_info
private SystemObjectInfo _info
SystemObjectProperties
public SystemObjectProperties(String name,
String pid,
long id,
String type,
SystemObjectInfo info)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
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)