public interface TreeNode
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<java.lang.String> | getChildren()The ids of the children. | 
| java.lang.String | getId()The id of this node in the tree. | 
| java.lang.String | getParent()The id of the parent entity, or null if none. | 
java.lang.String getId()
java.lang.String getParent()
java.util.List<java.lang.String> getChildren()