public class XBESpecDef extends java.lang.Object implements java.io.Serializable, XBCSpecDef
| Constructor and Description |
|---|
XBESpecDef()
Creates a new instance of XBESpecDef
|
| 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()
Gets item identification
|
XBCSpec |
getSpec()
Get owner which is also specification
|
XBCRev |
getTarget()
Get target specification
|
java.lang.Long |
getXBIndex()
Gets basic indexing value
|
int |
hashCode()
Returns a hash code value for the object.
|
void |
setId(java.lang.Long id) |
void |
setSpec(XBESpec spec) |
void |
setTarget(XBERev target) |
void |
setXBIndex(java.lang.Long xbIndex) |
public XBCRev getTarget()
XBCSpecDefgetTarget in interface XBCSpecDefpublic void setTarget(XBERev target)
public java.lang.Long getId()
XBCBasepublic void setId(java.lang.Long id)
id - the id to setpublic java.lang.Long getXBIndex()
XBCSpecDefgetXBIndex in interface XBCSpecDefpublic void setXBIndex(java.lang.Long xbIndex)
xbIndex - the xbIndex to setpublic XBCSpec getSpec()
XBCSpecDefgetSpec in interface XBCSpecDefpublic void setSpec(XBESpec spec)
spec - the spec to setpublic int hashCode()
hashCode in class java.lang.Objectpublic 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.Objectobject - the reference object with which to comparetrue if this object is the same as the argument;
false otherwise.