Klasse DsContainerNode
java.lang.Object
de.uplanet.lucy.server.usermanager.orgstructure.DsContainerNode
- Alle implementierten Schnittstellen:
IDsNode
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDsContainerNode(int p_iId, String p_strId, int p_iClassId, String p_strName, String p_strDescr, int p_iPriority, boolean p_bDeleted) Create a container node. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintGet the class id of this org-structure node.getGuid()Get the unique identifier of this org-structure node.intgetId()Get the integer identifier of this org-structure node.getName()getPath()intGet the priority of this org-structure node.getSets()booleanbooleanbooleanhasSet()booleantoString()
-
Konstruktordetails
-
DsContainerNode
public DsContainerNode(int p_iId, String p_strId, int p_iClassId, String p_strName, String p_strDescr, int p_iPriority, boolean p_bDeleted) Create a container node.- Parameter:
p_iId- The integer ID of the container.p_strId- The ID of the container (normally a GUID).p_iClassId- The ID of the container's class.p_strName- The name.p_strDescr- The description.p_iPriority- The priority.p_bDeleted-trueif the container is deleted, orfalseotherwise.
-
-
Methodendetails
-
toString
-
getGuid
Beschreibung aus Schnittstelle kopiert:IDsNodeGet the unique identifier of this org-structure node. -
getId
public int getId()Beschreibung aus Schnittstelle kopiert:IDsNodeGet the integer identifier of this org-structure node. -
getClassId
public int getClassId()Beschreibung aus Schnittstelle kopiert:IDsNodeGet the class id of this org-structure node.- Angegeben von:
getClassIdin SchnittstelleIDsNode- Gibt zurück:
- The class id.
-
getName
-
getPath
-
getPathAsStringBuilder
-
getDescription
-
getPriority
public int getPriority()Beschreibung aus Schnittstelle kopiert:IDsNodeGet the priority of this org-structure node.- Angegeben von:
getPriorityin SchnittstelleIDsNode- Gibt zurück:
- The priority.
-
isDeleted
public boolean isDeleted() -
hasParent
public boolean hasParent() -
getParent
-
hasContainer
public boolean hasContainer()- Gibt zurück:
trueif this container has child containers, orfalseotherwise.
-
getContainers
- Gibt zurück:
- An array that contains the child containers of this
container (not
null).
-
hasSet
public boolean hasSet()- Gibt zurück:
trueif this container has child sets, orfalseotherwise.
-
getSets
- Gibt zurück:
- An array that contains the child sets of this
container (not
null).
-