Constructor and Description |
---|
DsContainerNode(int p_iId,
String p_strId,
int p_iClassId,
String p_strName,
String p_strDescr,
int p_iPriority,
boolean p_bDeleted) |
Modifier and Type | Method and Description |
---|---|
int |
getClassId()
Get the class id of this org-structure node.
|
DsContainerNode[] |
getContainers() |
String |
getDescription() |
String |
getGuid()
Get the unique identifier of this org-structure node.
|
int |
getId()
Get the integer identifier of this org-structure node.
|
String |
getName() |
DsContainerNode |
getParent() |
String |
getPath() |
StringBuilder |
getPathAsStringBuilder() |
int |
getPriority()
Get the priority of this org-structure node.
|
DsSetNode[] |
getSets() |
boolean |
hasContainer() |
boolean |
hasParent() |
boolean |
hasSet() |
boolean |
isDeleted() |
String |
toString() |
public String getGuid()
IDsNode
public int getId()
IDsNode
public int getClassId()
IDsNode
getClassId
in interface IDsNode
public String getName()
public String getPath()
public StringBuilder getPathAsStringBuilder()
public String getDescription()
public int getPriority()
IDsNode
getPriority
in interface IDsNode
public boolean isDeleted()
public boolean hasParent()
public DsContainerNode getParent()
public boolean hasContainer()
true
if this container has child containers,
or false
otherwise.public DsContainerNode[] getContainers()
public boolean hasSet()
true
if this container has child sets,
or false
otherwise.public DsSetNode[] getSets()