public class XBENodeTree
extends java.lang.Object
implements org.xbup.lib.core.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() |
static javax.persistence.GenerationType |
getGenerationType() |
java.lang.Long |
getId() |
XBENode |
getNode() |
XBENode |
getOwner() |
XBERoot |
getRoot() |
int |
hashCode()
Returns a hash code value for the object.
|
void |
setDepthLevel(java.lang.Integer depthLevel) |
void |
setId(java.lang.Long id) |
void |
setNode(XBENode node) |
void |
setOwner(XBENode owner) |
void |
setRoot(XBERoot root) |
public java.lang.Long getId()
getId in interface org.xbup.lib.core.catalog.base.XBCNodeTreepublic void setId(java.lang.Long id)
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 XBENode getNode()
getNode in interface org.xbup.lib.core.catalog.base.XBCNodeTreepublic void setNode(XBENode node)
public XBENode getOwner()
getOwner in interface org.xbup.lib.core.catalog.base.XBCNodeTreepublic void setOwner(XBENode owner)
public XBERoot getRoot()
getRoot in interface org.xbup.lib.core.catalog.base.XBCNodeTreepublic void setRoot(XBERoot root)
public java.lang.Integer getDepthLevel()
getDepthLevel in interface org.xbup.lib.core.catalog.base.XBCNodeTreepublic void setDepthLevel(java.lang.Integer depthLevel)
public static javax.persistence.GenerationType getGenerationType()