public class ChannelTree
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ChannelTreeNode> |
children
List of children
|
Constructor and Description |
---|
ChannelTree()
Create an instance
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ChannelTree that) |
java.util.List<ChannelTreeNode> |
getChildren()
Get the list of children
|
protected java.util.List<ChannelTreeNode> children
public java.util.List<ChannelTreeNode> getChildren()
public boolean equals(ChannelTree that)
Copyright © 2018 Gentics Software. All Rights Reserved.