| Constructor and Description |
|---|
XBENode()
Creates a new instance of XBEItem
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Determines whether another object is equal to this Item.
|
XBCNode |
getParent()
Gets owner or parent of item
|
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, setOwner, setXBIndexclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetXBIndexpublic 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 XBCNode getParent()
XBCItempublic void setOwner(XBENode node)