public final class HmfhHierarchyNodeBean extends Object
Constructor and Description |
---|
HmfhHierarchyNodeBean(com.onwbp.adaptation.PrimaryKey parentNode,
com.onwbp.adaptation.PrimaryKey node) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
com.onwbp.adaptation.PrimaryKey |
getNode()
Returns the
PrimaryKey of a node. |
com.onwbp.adaptation.PrimaryKey |
getParentNode()
Returns the
PrimaryKey of a parent node. |
int |
hashCode() |
void |
setNode(com.onwbp.adaptation.PrimaryKey node)
Specifies the
PrimaryKey of a node. |
void |
setParentNode(com.onwbp.adaptation.PrimaryKey parentNode)
Specifies the
PrimaryKey of a parent node. |
public HmfhHierarchyNodeBean(com.onwbp.adaptation.PrimaryKey parentNode, com.onwbp.adaptation.PrimaryKey node)
public com.onwbp.adaptation.PrimaryKey getNode()
PrimaryKey
of a node.public com.onwbp.adaptation.PrimaryKey getParentNode()
PrimaryKey
of a parent node.public void setNode(com.onwbp.adaptation.PrimaryKey node)
PrimaryKey
of a node.node
- to be set as child node.public void setParentNode(com.onwbp.adaptation.PrimaryKey parentNode)
PrimaryKey
of a parent node.parentNode
- to be set as the parent node.