de.uplanet.lucy.server.usermanager.orgstructure
Class DsContainerNode
java.lang.Object
de.uplanet.lucy.server.usermanager.orgstructure.DsContainerNode
- All Implemented Interfaces:
- IDsNode
@Scriptable
public final class DsContainerNode
- extends java.lang.Object
- implements IDsNode
- Version:
- $Revision: 76233 $
Constructor Summary |
DsContainerNode(int p_iId,
java.lang.String p_strId,
int p_iClassId,
java.lang.String p_strName,
java.lang.String p_strDescr,
int p_iPriority,
boolean p_bDeleted)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DsContainerNode
public DsContainerNode(int p_iId,
java.lang.String p_strId,
int p_iClassId,
java.lang.String p_strName,
java.lang.String p_strDescr,
int p_iPriority,
boolean p_bDeleted)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getGuid
public java.lang.String getGuid()
- Description copied from interface:
IDsNode
- Get the unique identifier of this org-structure node.
- Specified by:
getGuid
in interface IDsNode
- Returns:
- The unique identifier of the org-structure node.
getId
public int getId()
- Description copied from interface:
IDsNode
- Get the integer identifier of this org-structure node.
- Specified by:
getId
in interface IDsNode
- Returns:
- The integer identifier of the org-structure node.
getClassId
public int getClassId()
getName
public java.lang.String getName()
getPath
public java.lang.String getPath()
getPathAsStringBuilder
public java.lang.StringBuilder getPathAsStringBuilder()
getDescription
public java.lang.String getDescription()
getPriority
public int getPriority()
- Description copied from interface:
IDsNode
- Get the priority of this org-structure node.
- Specified by:
getPriority
in interface IDsNode
- Returns:
- The priority.
isDeleted
public boolean isDeleted()
- Specified by:
isDeleted
in interface IDsNode
- Returns:
true
if this org-structure node is deleted,
or false
otherwise.
hasParent
public boolean hasParent()
- Specified by:
hasParent
in interface IDsNode
- Returns:
true
if this org-structure node has a parent,
or false
otherwise.
getParent
public DsContainerNode getParent()
- Specified by:
getParent
in interface IDsNode
- Returns:
- The parent of this org-structure node,
or
null
if this node has no parent.
hasContainer
public boolean hasContainer()
- Returns:
true
if this container has child containers,
or false
otherwise.
getContainers
public DsContainerNode[] getContainers()
- Returns:
- An array that contains the child containers of this container.
hasSet
public boolean hasSet()
- Returns:
true
if this container has child sets,
or false
otherwise.
getSets
public DsSetNode[] getSets()
- Returns:
- An array that contains the child sets of this container.
Last updated: 2011-08-11 10-04
Copyright © 2000-2011 United Planet. All Rights Reserved.