public class TreeNode extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
getData() |
String |
getKey() |
List<Object> |
getListItems() |
boolean |
isCompound() |
void |
setCompound(boolean compound) |
void |
setData(String data) |
void |
setKey(String key) |
void |
setListItems(List<Object> listItems) |
public boolean isCompound()
public void setCompound(boolean compound)
public List<Object> getListItems()
public void setListItems(List<Object> listItems)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.