Class Tree
- java.lang.Object
-
- org.silverpeas.core.pdc.tree.model.Tree
-
- All Implemented Interfaces:
Serializable
public class Tree extends Object implements Serializable
Class declaration- Author:
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDepth()
Method declarationTreeNode
getRoot()
Method declarationList<TreeNode>
getTree()
Method declarationvoid
setTree(List<TreeNode> treeNodes)
Method declarationString
toString()
Method declaration
-
-
-
Method Detail
-
getDepth
public int getDepth()
Method declaration- Returns:
-
getRoot
public TreeNode getRoot()
Method declaration- Returns:
-
-