|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.api.lib.datasource.ChannelTreeNode
public class ChannelTreeNode
A node in the channel tree
Field Summary | |
---|---|
protected DatasourceChannel |
channel
The channel of this tree node |
protected java.util.List<ChannelTreeNode> |
children
List of children |
Constructor Summary | |
---|---|
ChannelTreeNode(DatasourceChannel channel)
Create an instance for the given channel |
Method Summary | |
---|---|
int |
compareTo(ChannelTreeNode that)
|
boolean |
equals(ChannelTreeNode that)
|
DatasourceChannel |
getChannel()
Get the channel |
java.util.List<ChannelTreeNode> |
getChildren()
Get the list of children |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected DatasourceChannel channel
protected java.util.List<ChannelTreeNode> children
Constructor Detail |
---|
public ChannelTreeNode(DatasourceChannel channel)
channel
- channelMethod Detail |
---|
public DatasourceChannel getChannel()
public java.util.List<ChannelTreeNode> getChildren()
public boolean equals(ChannelTreeNode that)
public int compareTo(ChannelTreeNode that)
compareTo
in interface java.lang.Comparable<ChannelTreeNode>
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |