public class TreeNode extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
getData() |
String |
getKey() |
boolean |
isCompound() |
void |
setCompound(boolean compound) |
void |
setData(String data) |
void |
setKey(String key) |
public boolean isCompound()
public void setCompound(boolean compound)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.