org.kuali.rice.krms.tree.node
Class TreeNode
java.lang.Object
org.kuali.rice.krms.tree.node.TreeNode
- All Implemented Interfaces:
- Serializable
public class TreeNode
- extends Object
- implements Serializable
Created with IntelliJ IDEA.
User: SW
Date: 2012/12/03
Time: 3:45 PM
To change this template use File | Settings | File Templates.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeNode
public TreeNode()
TreeNode
public TreeNode(String data)
getKey
public String getKey()
setKey
public void setKey(String key)
getListItems
public List<String> getListItems()
setListItems
public void setListItems(List<String> listItems)
getData
public String getData()
setData
public void setData(String data)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.