public class XBENodeTree
extends java.lang.Object
implements org.xbup.lib.xb.catalog.base.XBCNodeTree, java.io.Serializable
| Constructor and Description |
|---|
XBENodeTree() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Determines whether another object is equal to this Item.
|
java.lang.Integer |
getDepthLevel() |
XBENode |
getChild() |
java.lang.Long |
getId() |
XBENode |
getNode() |
int |
hashCode()
Returns a hash code value for the object.
|
void |
setDepthLevel(java.lang.Integer depthLevel) |
void |
setChild(XBENode child) |
void |
setId(java.lang.Long id) |
void |
setNode(XBENode node) |
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
true if and only if the argument is not null
and is a Item object that has the same id field values as this object.equals in class java.lang.Objectobject - the reference object with which to comparetrue if this object is the same as the argument;
false otherwise.public java.lang.Long getId()
getId in interface org.xbup.lib.xb.catalog.base.XBCNodeTreepublic void setId(java.lang.Long id)
public XBENode getNode()
getNode in interface org.xbup.lib.xb.catalog.base.XBCNodeTreepublic void setNode(XBENode node)
public XBENode getChild()
getChild in interface org.xbup.lib.xb.catalog.base.XBCNodeTreepublic void setChild(XBENode child)
public java.lang.Integer getDepthLevel()
getDepthLevel in interface org.xbup.lib.xb.catalog.base.XBCNodeTreepublic void setDepthLevel(java.lang.Integer depthLevel)