|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.ordermanagement.objects.ReturnReceiptAccessBean
This bean provides access to the RTNRECEIPT table.
The following is a description of this table:
This table stores the receipt record that indicates that a returned item, from a return merchandise authorization (RMAA), has been received and specifies information about the received items.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ReturnReceiptAccessBean()
Default constructor. |
|
ReturnReceiptAccessBean(javax.ejb.EJBObject ejbObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
ReturnReceiptAccessBean(java.lang.Long rmaID,
java.lang.Long version,
java.lang.Long rmaItemComponentID,
java.sql.Timestamp lastUpdate,
java.lang.Integer quantity,
java.sql.Timestamp dateReceived)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByItemComponent(java.lang.Long returnItemComponentID)
Retrieves all the return receipts for a particular RMA item component. The SQL query used to fetch the requested row from the RTNRECEIPT table is: SELECT * FROM RTNRECEIPT T1 WHERE T1.RMAITEMCMP_ID = ? |
java.lang.String |
getDateReceived()
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getDateReceivedInEJBType()
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getDispositionedQty()
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getDispositionedQtyInEJBType()
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getLastUpdate()
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getLastUpdateInEJBType()
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getQuantity()
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQuantityInEJBType()
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getRmaId()
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaIdInEJBType()
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getRmaItemCmpId()
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaItemCmpIdInEJBType()
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getRtnReceiptId()
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRtnReceiptIdInEJBType()
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getVersionSpcId()
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getVersionSpcIdInEJBType()
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setDateReceived(java.lang.String aDateReceived)
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL. |
void |
setDateReceived(java.sql.Timestamp aDateReceived)
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL. |
void |
setDispositionedQty(java.lang.Integer aDispositionedQty)
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL. |
void |
setDispositionedQty(java.lang.String aDispositionedQty)
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL. |
void |
setInitKey_rtnReceiptId(java.lang.String aInitKey_rtnReceiptId)
Set the primary key for this object |
void |
setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setQuantity(java.lang.Integer aQuantity)
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL. |
void |
setQuantity(java.lang.String aQuantity)
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL. |
void |
setRmaId(java.lang.Long aRmaId)
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaId(java.lang.String aRmaId)
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemCmpId(java.lang.Long aRmaItemCmpId)
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemCmpId(java.lang.String aRmaItemCmpId)
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL. |
void |
setRtnReceiptId(java.lang.Long aRtnReceiptId)
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
void |
setRtnReceiptId(java.lang.String aRtnReceiptId)
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL. |
void |
setVersionSpcId(java.lang.Long aVersionSpcId)
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setVersionSpcId(java.lang.String aVersionSpcId)
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReturnReceiptAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ReturnReceiptAccessBean(javax.ejb.EJBObject ejbObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
ejbObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic ReturnReceiptAccessBean(java.lang.Long rmaID, java.lang.Long version, java.lang.Long rmaItemComponentID, java.sql.Timestamp lastUpdate, java.lang.Integer quantity, java.sql.Timestamp dateReceived) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
rmaID
- java.lang.Long RMA IDversion
- Specification ID java.lang.Long Version Specification IDrmaItemComponentID
- java.lang.Long RMA Item Component IDlastUpdate
- java.sql.Timestamp Last Updatequantity
- java.lang.Integer QuantitydateReceived
- java.sql.Timestamp Date Receivedjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByItemComponent(java.lang.Long returnItemComponentID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the return receipts for a particular RMA item component.
The SQL query used to fetch the requested row from the
RTNRECEIPT table is:
SELECT *
FROM RTNRECEIPT T1
WHERE T1.RMAITEMCMP_ID = ?
returnItemComponentID
- java.lang.Long Return Item Component IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDateReceived() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date that the returned item was received.
getDateReceived
in interface ReturnReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getDateReceivedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date that the returned item was received.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getDispositionedQty() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The quantity of this return receipt that has been disposed.
getDispositionedQty
in interface ReturnReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getDispositionedQtyInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The quantity of this return receipt that has been disposed.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time stamp at which this record was last changed.
getLastUpdate
in interface ReturnReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getLastUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time stamp at which this record was last changed.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
getQuantity
in interface ReturnReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRmaId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA that to which this return receipt belongs.
getRmaId
in interface ReturnReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getRmaIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA that to which this return receipt belongs.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRmaItemCmpId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA item component to which this return receipt refers.
getRmaItemCmpId
in interface ReturnReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getRmaItemCmpIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA item component to which this return receipt refers.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRtnReceiptId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
getRtnReceiptId
in interface ReturnReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getRtnReceiptIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getVersionSpcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
getVersionSpcId
in interface ReturnReceiptAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getVersionSpcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setDateReceived(java.lang.String aDateReceived)
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date that the returned item was received.
setDateReceived
in interface ReturnReceiptAccessBeanData
aDateReceived
- java.lang.Stringpublic void setDateReceived(java.sql.Timestamp aDateReceived)
This method provides access to the RTNRECEIPT.DATERECEIVED column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date that the returned item was received.
aDateReceived
- java.sql.Timestamppublic void setDispositionedQty(java.lang.Integer aDispositionedQty)
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The quantity of this return receipt that has been disposed.
aDispositionedQty
- java.lang.Integerpublic void setDispositionedQty(java.lang.String aDispositionedQty)
This method provides access to the RTNRECEIPT.DISPOSITIONEDQTY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The quantity of this return receipt that has been disposed.
setDispositionedQty
in interface ReturnReceiptAccessBeanData
aDispositionedQty
- java.lang.Stringpublic void setInitKey_rtnReceiptId(java.lang.String aInitKey_rtnReceiptId)
Set the primary key for this object
aInitKey_rtnReceiptId
- java.lang.Stringpublic void setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time stamp at which this record was last changed.
setLastUpdate
in interface ReturnReceiptAccessBeanData
aLastUpdate
- java.lang.Stringpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the RTNRECEIPT.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
The time stamp at which this record was last changed.
aLastUpdate
- java.sql.Timestamppublic void setQuantity(java.lang.Integer aQuantity)
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
aQuantity
- java.lang.Integerpublic void setQuantity(java.lang.String aQuantity)
This method provides access to the RTNRECEIPT.QUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
setQuantity
in interface ReturnReceiptAccessBeanData
aQuantity
- java.lang.Stringpublic void setRmaId(java.lang.Long aRmaId)
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA that to which this return receipt belongs.
aRmaId
- java.lang.Longpublic void setRmaId(java.lang.String aRmaId)
This method provides access to the RTNRECEIPT.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA that to which this return receipt belongs.
setRmaId
in interface ReturnReceiptAccessBeanData
aRmaId
- java.lang.Stringpublic void setRmaItemCmpId(java.lang.Long aRmaItemCmpId)
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA item component to which this return receipt refers.
aRmaItemCmpId
- java.lang.Longpublic void setRmaItemCmpId(java.lang.String aRmaItemCmpId)
This method provides access to the RTNRECEIPT.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA item component to which this return receipt refers.
setRmaItemCmpId
in interface ReturnReceiptAccessBeanData
aRmaItemCmpId
- java.lang.Stringpublic void setRtnReceiptId(java.lang.Long aRtnReceiptId)
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
aRtnReceiptId
- java.lang.Longpublic void setRtnReceiptId(java.lang.String aRtnReceiptId)
This method provides access to the RTNRECEIPT.RTNRECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
setRtnReceiptId
in interface ReturnReceiptAccessBeanData
aRtnReceiptId
- java.lang.Stringpublic void setVersionSpcId(java.lang.Long aVersionSpcId)
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aVersionSpcId
- java.lang.Longpublic void setVersionSpcId(java.lang.String aVersionSpcId)
This method provides access to the RTNRECEIPT.VERSIONSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
setVersionSpcId
in interface ReturnReceiptAccessBeanData
aVersionSpcId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |