public class GenericTreeTO<DATA extends GenericTreeNodeTO<?,?,?,CHILD_TYPE>,CHILD_TYPE extends GenericTreeNodeTO<?,?,?,?>> extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private List<DATA> |
topLevelNodes |
| Constructor and Description |
|---|
GenericTreeTO() |
GenericTreeTO(DATA topLevelNode) |
GenericTreeTO(List<DATA> topLevelNodes) |
| Modifier and Type | Method and Description |
|---|---|
List<DATA> |
getTopLevelNodes() |
void |
setTopLevelNodes(List<DATA> topLevelNodes) |
String |
toString() |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersionprivate List<DATA extends GenericTreeNodeTO<?,?,?,CHILD_TYPE>> topLevelNodes
public GenericTreeTO()
public GenericTreeTO(DATA topLevelNode)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.