public class XBEXItemInfo
extends java.lang.Object
implements org.xbup.lib.xb.catalog.base.XBCXItemInfo, java.io.Serializable
Constructor and Description |
---|
XBEXItemInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Determines whether another object is equal to this Item.
|
XBEXUser |
getCreatedByUser() |
java.sql.Time |
getCreationDate() |
java.lang.Long |
getId() |
org.xbup.lib.xb.catalog.base.XBCItem |
getItem() |
XBEXUser |
getOwner() |
int |
hashCode()
Returns a hash code value for the object.
|
void |
setCreatedByUser(XBEXUser createdByUser) |
void |
setCreationDate(java.sql.Time creationDate) |
void |
setId(java.lang.Long id) |
void |
setItem(org.xbup.lib.xb.catalog.base.XBCItem item) |
void |
setItem(XBEItem item) |
void |
setOwner(XBEXUser owner) |
java.lang.String |
toString()
Returns a string representation of the object.
|
public java.lang.Long getId()
getId
in interface org.xbup.lib.xb.catalog.base.XBCBase
public void setId(java.lang.Long id)
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 org.xbup.lib.xb.catalog.base.XBCItem getItem()
getItem
in interface org.xbup.lib.xb.catalog.base.XBCXItemInfo
public void setItem(org.xbup.lib.xb.catalog.base.XBCItem item)
public XBEXUser getOwner()
getOwner
in interface org.xbup.lib.xb.catalog.base.XBCXItemInfo
public XBEXUser getCreatedByUser()
getCreatedByUser
in interface org.xbup.lib.xb.catalog.base.XBCXItemInfo
public java.sql.Time getCreationDate()
getCreationDate
in interface org.xbup.lib.xb.catalog.base.XBCXItemInfo
public void setItem(XBEItem item)
public void setOwner(XBEXUser owner)
public void setCreatedByUser(XBEXUser createdByUser)
public void setCreationDate(java.sql.Time creationDate)