public class NodeInfo extends Object
Constructor and Description |
---|
NodeInfo(String nodeName,
String[] childRefIds,
String iconId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getChildRefIds()
Get child refIds.
|
boolean |
getHasChildren()
Has this node got children.
|
String |
getIconId()
Get the Icon id.
|
String |
getNodeName()
Get the node name.
|
public String[] getChildRefIds()
public String getIconId()
public String getNodeName()
public boolean getHasChildren()