public class XBENode extends XBEItem implements org.xbup.lib.xb.catalog.base.XBCNode, java.io.Serializable
Constructor and Description |
---|
XBENode() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Determines whether another object is equal to this Item.
|
org.xbup.lib.xb.catalog.base.XBCNode |
getParent() |
int |
hashCode()
Returns a hash code value for the object.
|
void |
setOwner(XBENode node) |
java.lang.String |
toString()
Returns a string representation of the object.
|
getId, getXBIndex, setId, setParent, setXBIndex
public int hashCode()
public 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.public java.lang.String toString()
public org.xbup.lib.xb.catalog.base.XBCNode getParent()
public void setOwner(XBENode node)