public class XBENode extends XBEItem implements org.xbup.lib.core.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.
|
java.lang.Long |
getcNameOrder() |
java.lang.Long |
getcStriOrder() |
org.xbup.lib.core.catalog.base.XBCNode |
getParent() |
int |
hashCode()
Returns a hash code value for the object.
|
void |
setcNameOrder(java.lang.Long cNameOrder) |
void |
setcStriOrder(java.lang.Long cStriOrder) |
void |
setOwner(XBENode node) |
java.lang.String |
toString()
Returns a string representation of the object.
|
getId, getXBIndex, setId, setParent, setXBIndexpublic 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.core.catalog.base.XBCNode getParent()
public void setOwner(XBENode node)
public java.lang.Long getcNameOrder()
public void setcNameOrder(java.lang.Long cNameOrder)
public java.lang.Long getcStriOrder()
public void setcStriOrder(java.lang.Long cStriOrder)