|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.webapp.model.NodeInfo
public class NodeInfo
Collect together job node information for use in the tree view.
Constructor Summary | |
---|---|
NodeInfo(String nodeName,
String[] childRefIds,
String iconId)
Constructor. |
Method Summary | |
---|---|
String[] |
getChildRefIds()
Get child refIds. |
boolean |
getHasChildren()
Has this node got children. |
String |
getIconId()
Get the Icon id. |
String |
getNodeName()
Get the node name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeInfo(String nodeName, String[] childRefIds, String iconId)
nodeName
- The node name.childRefIds
- A list of the refIds of any children.iconId
- The icon id.Method Detail |
---|
public String[] getChildRefIds()
public String getIconId()
public String getNodeName()
public boolean getHasChildren()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |