|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.api.lib.datasource.ChannelTree
public class ChannelTree
Root Node of the channel tree
Field Summary | |
---|---|
protected java.util.List<ChannelTreeNode> |
children
List of children |
Constructor Summary | |
---|---|
ChannelTree()
Create an instance |
Method Summary | |
---|---|
boolean |
equals(ChannelTree that)
|
java.util.List<ChannelTreeNode> |
getChildren()
Get the list of children |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<ChannelTreeNode> children
Constructor Detail |
---|
public ChannelTree()
Method Detail |
---|
public java.util.List<ChannelTreeNode> getChildren()
public boolean equals(ChannelTree that)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |