com.gentics.api.lib.datasource
Class ChannelTree

java.lang.Object
  extended by com.gentics.api.lib.datasource.ChannelTree
All Implemented Interfaces:
java.io.Serializable

public class ChannelTree
extends java.lang.Object
implements java.io.Serializable

Root Node of the channel tree

See Also:
Serialized Form

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

children

protected java.util.List<ChannelTreeNode> children
List of children

Constructor Detail

ChannelTree

public ChannelTree()
Create an instance

Method Detail

getChildren

public java.util.List<ChannelTreeNode> getChildren()
Get the list of children

Returns:
list of children

equals

public boolean equals(ChannelTree that)


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.