public class TreeNode
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
_data |
protected java.lang.Long |
_id |
protected java.lang.String |
_name |
Constructor and Description |
---|
TreeNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData()
Get any data associated with this node.
|
java.lang.Long |
getId()
Get the local id for this node.
|
java.lang.String |
getName()
Get the name for this node.
|
void |
setData(java.lang.Object data_)
Set any data associated with this node.
|
void |
setId(java.lang.Long p_)
Set the local id for this node.
|
void |
setName(java.lang.String p_)
Set the name for this node.
|
protected java.lang.Long _id
protected java.lang.String _name
protected java.lang.Object _data
public java.lang.Long getId()
public void setId(java.lang.Long p_)
p_
- the id to setpublic java.lang.String getName()
public void setName(java.lang.String p_)
p_
- the name to setpublic java.lang.Object getData()
public void setData(java.lang.Object data_)
data_
- the data to setCopyright © 2003-2024 Appian Corporation. All Rights Reserved.