public class CloudHierarchyNode
extends java.lang.Object
Constructor and Description |
---|
CloudHierarchyNode() |
Modifier and Type | Method and Description |
---|---|
CloudHierarchyNode[] |
getChildren() |
int |
getContextLevel() |
java.lang.String |
getName() |
boolean |
isRoot() |
void |
setChildren(CloudHierarchyNode[] children) |
void |
setContextLevel(int contextLevel) |
void |
setName(java.lang.String name) |
void |
setRoot(boolean isRoot) |
public boolean isRoot()
public void setRoot(boolean isRoot)
isRoot
- the isRoot to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic int getContextLevel()
public void setContextLevel(int contextLevel)
contextLevel
- the contextLevel to setpublic CloudHierarchyNode[] getChildren()
public void setChildren(CloudHierarchyNode[] children)
children
- the children to set