Class DsSetNode
java.lang.Object
de.uplanet.lucy.server.usermanager.orgstructure.DsSetNode
- All Implemented Interfaces:
IDsNode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the class id of this org-structure node.getGuid()
Get the unique identifier of this org-structure node.int
getId()
Get the integer identifier of this org-structure node.getName()
getPath()
int
Get the priority of this org-structure node.boolean
boolean
boolean
toString()
-
Constructor Details
-
DsSetNode
public DsSetNode(int p_iId, String p_strId, int p_iClassId, String p_strName, String p_strDesc, int p_iPriority, boolean p_bDeleted) Create a set node.- Parameters:
p_iId
- The integer ID of the setp_strId
- The ID of the set (normally a GUID).p_iClassId
- The ID of the set's class.p_strName
- The name.p_strDesc
- The description.p_iPriority
- The priority.p_bDeleted
-true
if the set is deleted, orfalse
otherwise.
-
-
Method Details
-
getGuid
Description copied from interface:IDsNode
Get the unique identifier of this org-structure node. -
getId
public int getId()Description copied from interface:IDsNode
Get the integer identifier of this org-structure node. -
getClassId
public int getClassId()Description copied from interface:IDsNode
Get the class id of this org-structure node.- Specified by:
getClassId
in interfaceIDsNode
- Returns:
- The class id.
-
getName
-
getPath
-
getPathAsStringBuilder
-
getDescription
-
getPriority
public int getPriority()Description copied from interface:IDsNode
Get the priority of this org-structure node.- Specified by:
getPriority
in interfaceIDsNode
- Returns:
- The priority.
-
isDeleted
public boolean isDeleted() -
hasParent
public boolean hasParent() -
getParent
-
hasMember
public boolean hasMember()- Returns:
true
if this container has members, orfalse
otherwise.
-
getMembers
- Returns:
- An array that contains the member sets of
this set (not
null
).
-
toString
-