public class XBERoot
extends java.lang.Object
implements org.xbup.lib.xb.catalog.base.XBCRoot, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
id |
Constructor and Description |
---|
XBERoot() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Determines whether another object is equal to this Item.
|
java.lang.Long |
getId() |
java.util.Date |
getLastUpdate() |
XBENode |
getNode() |
java.lang.String |
getUrl() |
int |
hashCode()
Returns a hash code value for the object.
|
void |
setId(java.lang.Long id) |
void |
setLastUpdate(java.util.Date lastUpdate) |
void |
setNode(XBENode node) |
void |
setUrl(java.lang.String url) |
java.lang.String |
toString()
Returns a string representation of the object.
|
public int hashCode()
hashCode
in class java.lang.Object
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.equals
in class java.lang.Object
object
- the reference object with which to comparetrue
if this object is the same as the argument;
false
otherwise.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Long getId()
getId
in interface org.xbup.lib.xb.catalog.base.XBCBase
public void setId(java.lang.Long id)
public XBENode getNode()
getNode
in interface org.xbup.lib.xb.catalog.base.XBCRoot
public void setNode(XBENode node)
public java.lang.String getUrl()
getUrl
in interface org.xbup.lib.xb.catalog.base.XBCRoot
public void setUrl(java.lang.String url)
public java.util.Date getLastUpdate()
getLastUpdate
in interface org.xbup.lib.xb.catalog.base.XBCRoot
public void setLastUpdate(java.util.Date lastUpdate)