public class SystemObjectProperties extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
_id |
private SystemObjectInfo |
_info |
protected String |
_name |
protected String |
_pid |
protected String |
_type |
Constructor and Description |
---|
SystemObjectProperties(String name,
String pid,
long id,
String type,
SystemObjectInfo info) |
Modifier and Type | Method and Description |
---|---|
protected StringBuilder |
appendParamString(StringBuilder stringBuilder) |
long |
getId() |
SystemObjectInfo |
getInfo() |
String |
getName() |
String |
getPid() |
String |
getType() |
void |
setType(String type) |
String |
toString() |
protected final String _name
protected final String _pid
protected final long _id
protected String _type
private SystemObjectInfo _info
public SystemObjectProperties(String name, String pid, long id, String type, SystemObjectInfo info) throws IllegalArgumentException
IllegalArgumentException
public void setType(String type)
public String getName()
public String getPid()
public long getId()
public String getType()
public SystemObjectInfo getInfo()
protected StringBuilder appendParamString(StringBuilder stringBuilder)