|
||||||||
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.RMAItemAccessBean
This bean provides access to the RMAITEM table.
The following is a description of this table:
This table stores item information for a return or credit for a return merchandise authorization (RMA).
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
RMAItemAccessBean()
Default constructor. |
|
RMAItemAccessBean(javax.ejb.EJBObject ejbObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
RMAItemAccessBean(java.lang.Long rmaID,
java.lang.String literalRefund,
java.lang.Double quantity,
java.lang.Long catalog,
java.lang.String currency,
java.lang.Long itemSpecificationID,
java.lang.Long memberID,
java.lang.Integer returnReasonID)
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 |
findApprovedByOrderItemsId(java.lang.Long orderItemID)
Retrieves all the RMA items for a particular Order Item which have been approved. The SQL query used to fetch the requested row from the RMAITEM table is: SELECT * FROM RMAITEM T1 WHERE T1.OrderItems_id = ? and (T1.status = 'MAN' or T1.status='APP') |
java.util.Enumeration |
findByOrderItemId(java.lang.Long orderItemID)
Retrieves all the RMA items from a particular Order Item. The SQL query used to fetch the requested row from the RMAITEM table is: SELECT * FROM RMAITEM T1 WHERE T1.ORDERITEMS_ID = ? |
java.util.Enumeration |
findByRmaId(java.lang.Long rmaID)
Retrieves all the RMA items for a particular RMA. The SQL query used to fetch the requested row from the RMAITEM table is: SELECT * FROM RMAITEM T1 WHERE T1.RMA_ID = ? |
java.util.Enumeration |
findByRmaIdForUpdate(java.lang.Long rmaID)
Retrieves all the RMA items for a particular RMA. The SQL query used to fetch the requested row from the RMAITEM table is: SELECT * FROM RMAITEM T1 WHERE T1.RMA_ID = ? FOR UPDATE |
java.util.Enumeration |
findByRmaItemIdForUpdate(java.lang.Long rmaID)
Retrieves all the RMA items for a particular RMA. The SQL query used to fetch the requested row from the RMAITEM table is: SELECT * FROM RMAITEM T1 WHERE T1.RMAITEM_ID = ? FOR UPDATE |
java.lang.String |
getAdjustment()
This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.String |
getAdjustmentCredit()
This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.math.BigDecimal |
getAdjustmentCreditInEJBType()
This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.math.BigDecimal |
getAdjustmentInEJBType()
This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.String |
getCatalogEntryId()
This method provides access to the RMAITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getCatalogEntryIdInEJBType()
This method provides access to the RMAITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getComments()
This method provides access to the RMAITEM.COMMENTS column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getCreditAmount()
This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.math.BigDecimal |
getCreditAmountInEJBType()
This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.String |
getCreditDate()
This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getCreditDateInEJBType()
This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getCurrency()
This method provides access to the RMAITEM.CURRENCY column of DB2 type CHAR(3) NOT NULL. |
java.lang.String |
getInventoryQuantity()
This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getInventoryQuantityInEJBType()
This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getItemSpcId()
This method provides access to the RMAITEM.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getItemSpcIdInEJBType()
This method provides access to the RMAITEM.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getLastUpdate()
This method provides access to the RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastUpdateInEJBType()
This method provides access to the RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getMemberId()
This method provides access to the RMAITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberIdInEJBType()
This method provides access to the RMAITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOrderItemsId()
This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getOrderItemsIdInEJBType()
This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getQuantity()
This method provides access to the RMAITEM.QUANTITY column of DB2 type DOUBLE NOT NULL. |
java.lang.Double |
getQuantityInEJBType()
This method provides access to the RMAITEM.QUANTITY column of DB2 type DOUBLE NOT NULL. |
java.lang.String |
getRefundOrReplace()
This method provides access to the RMAITEM.REFUNDORREPLACE column of DB2 type CHAR(3) NOT NULL. |
java.lang.String |
getRmaId()
This method provides access to the RMAITEM.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaIdInEJBType()
This method provides access to the RMAITEM.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getRmaItemId()
This method provides access to the RMAITEM.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaItemIdInEJBType()
This method provides access to the RMAITEM.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getRtnReasonId()
This method provides access to the RMAITEM.RTNREASON_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getRtnReasonIdInEJBType()
This method provides access to the RMAITEM.RTNREASON_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getStatus()
This method provides access to the RMAITEM.STATUS column of DB2 type CHAR(3) NULL. |
java.lang.String |
getTaxAmount()
This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTaxAmountInEJBType()
This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getTotalCredit()
This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.math.BigDecimal |
getTotalCreditInEJBType()
This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAdjustment(java.math.BigDecimal aAdjustment)
This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setAdjustment(java.lang.String aAdjustment)
This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setAdjustmentCredit(java.math.BigDecimal aAdjustmentCredit)
This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setAdjustmentCredit(java.lang.String aAdjustmentCredit)
This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setCatalogEntryId(java.lang.Long aCatalogEntryId)
This method provides access to the RMAITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryId(java.lang.String aCatalogEntryId)
This method provides access to the RMAITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setComments(java.lang.String aComments)
This method provides access to the RMAITEM.COMMENTS column of DB2 type VARCHAR(254) NULL. |
void |
setCreditAmount(java.math.BigDecimal aCreditAmount)
This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setCreditAmount(java.lang.String aCreditAmount)
This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setCreditDate(java.lang.String aCreditDate)
This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP NULL. |
void |
setCreditDate(java.sql.Timestamp aCreditDate)
This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the RMAITEM.CURRENCY column of DB2 type CHAR(3) NOT NULL. |
void |
setInitKey_rmaItemId(java.lang.String aInitKey_rmaItemId)
Set the primary key for this object |
void |
setInventoryQuantity(java.lang.Integer aInventoryQuantity)
This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL. |
void |
setInventoryQuantity(java.lang.String aInventoryQuantity)
This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL. |
void |
setItemSpcId(java.lang.Long aItemSpcId)
This method provides access to the RMAITEM.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemSpcId(java.lang.String aItemSpcId)
This method provides access to the RMAITEM.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the RMAITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String aMemberId)
This method provides access to the RMAITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderItemsId(java.lang.Long aOrderItemsId)
This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT NULL. |
void |
setOrderItemsId(java.lang.String aOrderItemsId)
This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT NULL. |
void |
setQuantity(java.lang.Double aQuantity)
This method provides access to the RMAITEM.QUANTITY column of DB2 type DOUBLE NOT NULL. |
void |
setQuantity(java.lang.String aQuantity)
This method provides access to the RMAITEM.QUANTITY column of DB2 type DOUBLE NOT NULL. |
void |
setRefundOrReplace(java.lang.String aRefundOrReplace)
This method provides access to the RMAITEM.REFUNDORREPLACE column of DB2 type CHAR(3) NOT NULL. |
void |
setRmaId(java.lang.Long aRmaId)
This method provides access to the RMAITEM.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaId(java.lang.String aRmaId)
This method provides access to the RMAITEM.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemId(java.lang.Long aRmaItemId)
This method provides access to the RMAITEM.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemId(java.lang.String aRmaItemId)
This method provides access to the RMAITEM.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setRtnReasonId(java.lang.Integer aRtnReasonId)
This method provides access to the RMAITEM.RTNREASON_ID column of DB2 type INTEGER NOT NULL. |
void |
setRtnReasonId(java.lang.String aRtnReasonId)
This method provides access to the RMAITEM.RTNREASON_ID column of DB2 type INTEGER NOT NULL. |
void |
setStatus(java.lang.String aStatus)
This method provides access to the RMAITEM.STATUS column of DB2 type CHAR(3) NULL. |
void |
setTaxAmount(java.math.BigDecimal aTaxAmount)
This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setTaxAmount(java.lang.String aTaxAmount)
This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setTotalCredit(java.math.BigDecimal aTotalCredit)
This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setTotalCredit(java.lang.String aTotalCredit)
This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20,5) 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 RMAItemAccessBean()
Default constructor. Maps to findByPrimaryKey.
public RMAItemAccessBean(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 RMAItemAccessBean(java.lang.Long rmaID, java.lang.String literalRefund, java.lang.Double quantity, java.lang.Long catalog, java.lang.String currency, java.lang.Long itemSpecificationID, java.lang.Long memberID, java.lang.Integer returnReasonID) 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 IDliteralRefund
- java.lang.String 'Refund'quantity
- java.lang.Double Quantitycatalog
- Entry ID java.lang.Long Catalog Entry IDcurrency
- of Credit java.lang.String Currency of CredititemSpecificationID
- java.lang.Long Item Specification IDmemberID
- java.lang.Long Member IDreturnReasonID
- java.lang.Integer Return Reason IDjavax.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 findApprovedByOrderItemsId(java.lang.Long orderItemID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMA items for a particular Order Item which have been approved.
The SQL query used to fetch the requested row from the
RMAITEM table is:
SELECT *
FROM RMAITEM T1
WHERE T1.OrderItems_id = ?
and (T1.status = 'MAN' or T1.status='APP')
orderItemID
- java.lang.Long Order Item IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByOrderItemId(java.lang.Long orderItemID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMA items from a particular Order Item.
The SQL query used to fetch the requested row from the
RMAITEM table is:
SELECT *
FROM RMAITEM T1
WHERE T1.ORDERITEMS_ID = ?
orderItemID
- java.lang.Long Order Item IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRmaId(java.lang.Long rmaID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMA items for a particular RMA.
The SQL query used to fetch the requested row from the
RMAITEM table is:
SELECT *
FROM RMAITEM T1
WHERE T1.RMA_ID = ?
rmaID
- java.lang.Long RMA IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRmaIdForUpdate(java.lang.Long rmaID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMA items for a particular RMA.
The SQL query used to fetch the requested row from the
RMAITEM table is:
SELECT *
FROM RMAITEM T1
WHERE T1.RMA_ID = ? FOR UPDATE
rmaID
- java.lang.Long RMA IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRmaItemIdForUpdate(java.lang.Long rmaID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMA items for a particular RMA.
The SQL query used to fetch the requested row from the
RMAITEM table is:
SELECT *
FROM RMAITEM T1
WHERE T1.RMAITEM_ID = ? FOR UPDATE
rmaID
- java.lang.Long RMA 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 getAdjustment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Any adjustment to be made to the credit amount by a Customer Service Representative.
getAdjustment
in interface RMAItemAccessBeanData
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 getAdjustmentCredit() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The adjustment, from the original order, to be credited.
getAdjustmentCredit
in interface RMAItemAccessBeanData
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.math.BigDecimal getAdjustmentCreditInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The adjustment, from the original order, to be credited.
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.math.BigDecimal getAdjustmentInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Any adjustment to be made to the credit amount by a Customer Service Representative.
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 getCatalogEntryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
getCatalogEntryId
in interface RMAItemAccessBeanData
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 getCatalogEntryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.CATENTRY_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 java.lang.String getComments() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.COMMENTS column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment that applies to the RMA item.
getComments
in interface RMAItemAccessBeanData
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 getCreditAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of the credit for this item in the currency specified by CURRENCY. If this amount is NULL then the credit amount is unknown.
getCreditAmount
in interface RMAItemAccessBeanData
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.math.BigDecimal getCreditAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of the credit for this item in the currency specified by CURRENCY. If this amount is NULL then the credit amount is unknown.
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 getCreditDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The date that the credit was initiated.
getCreditDate
in interface RMAItemAccessBeanData
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 getCreditDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The date that the credit was initiated.
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 getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.CURRENCY column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
The currency of the monetary amounts specified for this item. This is a currency code as per ISO 4217 standards.
getCurrency
in interface RMAItemAccessBeanData
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 getInventoryQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
getInventoryQuantity
in interface RMAItemAccessBeanData
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 getInventoryQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.INVQUANTITY 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 getItemSpcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identity of the inventory item.
getItemSpcId
in interface RMAItemAccessBeanData
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 getItemSpcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identity of the inventory item.
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 RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of the last update.
getLastUpdate
in interface RMAItemAccessBeanData
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 RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of the last update.
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 getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the member who created the RMA item record.
getMemberId
in interface RMAItemAccessBeanData
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 getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the member who created the RMA item record.
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 getOrderItemsId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The OrderItem from which the ITEMSPC_ID is from.
getOrderItemsId
in interface RMAItemAccessBeanData
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 getOrderItemsIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The OrderItem from which the ITEMSPC_ID is from.
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 RMAITEM.QUANTITY column of DB2 type DOUBLE NOT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
getQuantity
in interface RMAItemAccessBeanData
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.Double getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.QUANTITY column of DB2 type DOUBLE NOT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
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 getRefundOrReplace() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.REFUNDORREPLACE column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
Specifies whether the RMA item will be refunded or replaced: REF (refund) or REP (replace). This affects whether credit is done internally or externally and whether exchange information was gathered. Only REF is valid.
getRefundOrReplace
in interface RMAItemAccessBeanData
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 RMAITEM.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA of which this RMAItem is a part.
getRmaId
in interface RMAItemAccessBeanData
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 RMAITEM.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA of which this RMAItem is a part.
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 getRmaItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.RMAITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
getRmaItemId
in interface RMAItemAccessBeanData
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 getRmaItemIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.RMAITEM_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 getRtnReasonId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.RTNREASON_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reason for the item to be returned.
getRtnReasonId
in interface RMAItemAccessBeanData
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 getRtnReasonIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.RTNREASON_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reason for the item to be returned.
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 getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.STATUS column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The status of the RMAItem as follows:
PND = pending
APP = automatically approved
MAN = manually approved
getStatus
in interface RMAItemAccessBeanData
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 getTaxAmount() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The amount of tax to be refunded, in the currency specified by CURRENCY. If this amount is NULL then the tax amount is unknown.
getTaxAmount
in interface RMAItemAccessBeanData
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.math.BigDecimal getTaxAmountInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The amount of tax to be refunded, in the currency specified by CURRENCY. If this amount is NULL then the tax amount is unknown.
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 getTotalCredit() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Total credit for the RMA Item.
getTotalCredit
in interface RMAItemAccessBeanData
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.math.BigDecimal getTotalCreditInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Total credit for the RMA Item.
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 setAdjustment(java.math.BigDecimal aAdjustment)
This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Any adjustment to be made to the credit amount by a Customer Service Representative.
aAdjustment
- java.math.BigDecimalpublic void setAdjustment(java.lang.String aAdjustment)
This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Any adjustment to be made to the credit amount by a Customer Service Representative.
setAdjustment
in interface RMAItemAccessBeanData
aAdjustment
- java.lang.Stringpublic void setAdjustmentCredit(java.math.BigDecimal aAdjustmentCredit)
This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The adjustment, from the original order, to be credited.
aAdjustmentCredit
- java.math.BigDecimalpublic void setAdjustmentCredit(java.lang.String aAdjustmentCredit)
This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The adjustment, from the original order, to be credited.
setAdjustmentCredit
in interface RMAItemAccessBeanData
aAdjustmentCredit
- java.lang.Stringpublic void setCatalogEntryId(java.lang.Long aCatalogEntryId)
This method provides access to the RMAITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aCatalogEntryId
- java.lang.Longpublic void setCatalogEntryId(java.lang.String aCatalogEntryId)
This method provides access to the RMAITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
setCatalogEntryId
in interface RMAItemAccessBeanData
aCatalogEntryId
- java.lang.Stringpublic void setComments(java.lang.String aComments)
This method provides access to the RMAITEM.COMMENTS column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment that applies to the RMA item.
setComments
in interface RMAItemAccessBeanData
aComments
- java.lang.Stringpublic void setCreditAmount(java.math.BigDecimal aCreditAmount)
This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of the credit for this item in the currency specified by CURRENCY. If this amount is NULL then the credit amount is unknown.
aCreditAmount
- java.math.BigDecimalpublic void setCreditAmount(java.lang.String aCreditAmount)
This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The amount of the credit for this item in the currency specified by CURRENCY. If this amount is NULL then the credit amount is unknown.
setCreditAmount
in interface RMAItemAccessBeanData
aCreditAmount
- java.lang.Stringpublic void setCreditDate(java.lang.String aCreditDate)
This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The date that the credit was initiated.
setCreditDate
in interface RMAItemAccessBeanData
aCreditDate
- java.lang.Stringpublic void setCreditDate(java.sql.Timestamp aCreditDate)
This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The date that the credit was initiated.
aCreditDate
- java.sql.Timestamppublic void setCurrency(java.lang.String aCurrency)
This method provides access to the RMAITEM.CURRENCY column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
The currency of the monetary amounts specified for this item. This is a currency code as per ISO 4217 standards.
setCurrency
in interface RMAItemAccessBeanData
aCurrency
- java.lang.Stringpublic void setInitKey_rmaItemId(java.lang.String aInitKey_rmaItemId)
Set the primary key for this object
aInitKey_rmaItemId
- java.lang.Stringpublic void setInventoryQuantity(java.lang.Integer aInventoryQuantity)
This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
aInventoryQuantity
- java.lang.Integerpublic void setInventoryQuantity(java.lang.String aInventoryQuantity)
This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity in inventory units.
setInventoryQuantity
in interface RMAItemAccessBeanData
aInventoryQuantity
- java.lang.Stringpublic void setItemSpcId(java.lang.Long aItemSpcId)
This method provides access to the RMAITEM.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identity of the inventory item.
aItemSpcId
- java.lang.Longpublic void setItemSpcId(java.lang.String aItemSpcId)
This method provides access to the RMAITEM.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Identity of the inventory item.
setItemSpcId
in interface RMAItemAccessBeanData
aItemSpcId
- java.lang.Stringpublic void setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of the last update.
setLastUpdate
in interface RMAItemAccessBeanData
aLastUpdate
- java.lang.Stringpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of the last update.
aLastUpdate
- java.sql.Timestamppublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the RMAITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the member who created the RMA item record.
aMemberId
- java.lang.Longpublic void setMemberId(java.lang.String aMemberId)
This method provides access to the RMAITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID of the member who created the RMA item record.
setMemberId
in interface RMAItemAccessBeanData
aMemberId
- java.lang.Stringpublic void setOrderItemsId(java.lang.Long aOrderItemsId)
This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The OrderItem from which the ITEMSPC_ID is from.
aOrderItemsId
- java.lang.Longpublic void setOrderItemsId(java.lang.String aOrderItemsId)
This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The OrderItem from which the ITEMSPC_ID is from.
setOrderItemsId
in interface RMAItemAccessBeanData
aOrderItemsId
- java.lang.Stringpublic void setQuantity(java.lang.Double aQuantity)
This method provides access to the RMAITEM.QUANTITY column of DB2 type DOUBLE NOT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
aQuantity
- java.lang.Doublepublic void setQuantity(java.lang.String aQuantity)
This method provides access to the RMAITEM.QUANTITY column of DB2 type DOUBLE NOT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
setQuantity
in interface RMAItemAccessBeanData
aQuantity
- java.lang.Stringpublic void setRefundOrReplace(java.lang.String aRefundOrReplace)
This method provides access to the RMAITEM.REFUNDORREPLACE column of DB2 type CHAR(3) NOT NULL.
The following is a description of this column:
Specifies whether the RMA item will be refunded or replaced: REF (refund) or REP (replace). This affects whether credit is done internally or externally and whether exchange information was gathered. Only REF is valid.
setRefundOrReplace
in interface RMAItemAccessBeanData
aRefundOrReplace
- java.lang.Stringpublic void setRmaId(java.lang.Long aRmaId)
This method provides access to the RMAITEM.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA of which this RMAItem is a part.
aRmaId
- java.lang.Longpublic void setRmaId(java.lang.String aRmaId)
This method provides access to the RMAITEM.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA of which this RMAItem is a part.
setRmaId
in interface RMAItemAccessBeanData
aRmaId
- java.lang.Stringpublic void setRmaItemId(java.lang.Long aRmaItemId)
This method provides access to the RMAITEM.RMAITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
aRmaItemId
- java.lang.Longpublic void setRmaItemId(java.lang.String aRmaItemId)
This method provides access to the RMAITEM.RMAITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
setRmaItemId
in interface RMAItemAccessBeanData
aRmaItemId
- java.lang.Stringpublic void setRtnReasonId(java.lang.Integer aRtnReasonId)
This method provides access to the RMAITEM.RTNREASON_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reason for the item to be returned.
aRtnReasonId
- java.lang.Integerpublic void setRtnReasonId(java.lang.String aRtnReasonId)
This method provides access to the RMAITEM.RTNREASON_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reason for the item to be returned.
setRtnReasonId
in interface RMAItemAccessBeanData
aRtnReasonId
- java.lang.Stringpublic void setStatus(java.lang.String aStatus)
This method provides access to the RMAITEM.STATUS column of DB2 type CHAR(3) NULL.
The following is a description of this column:
The status of the RMAItem as follows:
PND = pending
APP = automatically approved
MAN = manually approved
setStatus
in interface RMAItemAccessBeanData
aStatus
- java.lang.Stringpublic void setTaxAmount(java.math.BigDecimal aTaxAmount)
This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The amount of tax to be refunded, in the currency specified by CURRENCY. If this amount is NULL then the tax amount is unknown.
aTaxAmount
- java.math.BigDecimalpublic void setTaxAmount(java.lang.String aTaxAmount)
This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The amount of tax to be refunded, in the currency specified by CURRENCY. If this amount is NULL then the tax amount is unknown.
setTaxAmount
in interface RMAItemAccessBeanData
aTaxAmount
- java.lang.Stringpublic void setTotalCredit(java.math.BigDecimal aTotalCredit)
This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Total credit for the RMA Item.
aTotalCredit
- java.math.BigDecimalpublic void setTotalCredit(java.lang.String aTotalCredit)
This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Total credit for the RMA Item.
setTotalCredit
in interface RMAItemAccessBeanData
aTotalCredit
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |