java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.ordermanagement.objects.RMAItemAccessBean
This table stores item information for a return or credit for a return merchandise authorization (RMA).
Constructor Summary | |
---|---|
RMAItemAccessBean() constructor | |
RMAItemAccessBean(javax.ejb.EJBObject o) constructor | |
RMAItemAccessBean(java.lang.Long arg0, java.lang.String arg1,
java.lang.Double arg2, java.lang.Long arg3, java.lang.String arg4,
java.lang.Long arg5, java.lang.Long arg6, java.lang.Integer arg7) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findApprovedByOrderItemsId(java.lang.Long arg0)
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 arg0)
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 arg0)
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 arg0)
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 arg0)
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 DEFAULT 0. |
java.lang.String |
getAdjustmentCredit() This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
java.math.BigDecimal |
getAdjustmentCreditInEJBType() This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
java.math.BigDecimal |
getAdjustmentInEJBType() This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
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). |
java.lang.String |
getCreditAmount() This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
java.math.BigDecimal |
getCreditAmountInEJBType() This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
java.lang.String |
getCreditDate() This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getCreditDateInEJBType() This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP. |
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 DEFAULT 0. |
java.lang.Integer |
getInventoryQuantityInEJBType() This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0. |
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. |
java.sql.Timestamp |
getLastUpdateInEJBType() This method provides access to the RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP. |
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. |
java.lang.Long |
getOrderItemsIdInEJBType() This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT. |
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) DEFAULT 'PND'. |
java.lang.String |
getTaxAmount() This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20 5). |
java.math.BigDecimal |
getTaxAmountInEJBType() This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20 5). |
java.lang.String |
getTotalCredit() This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
java.math.BigDecimal |
getTotalCreditInEJBType() This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setAdjustment(java.math.BigDecimal newValue) This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
void |
setAdjustment(java.lang.String newValue) This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
void |
setAdjustmentCredit(java.math.BigDecimal newValue) This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
void |
setAdjustmentCredit(java.lang.String newValue) This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
void |
setCatalogEntryId(java.lang.Long newValue) This method provides access to the RMAITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setCatalogEntryId(java.lang.String newValue) This method provides access to the RMAITEM.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setComments(java.lang.String newValue) This method provides access to the RMAITEM.COMMENTS column of DB2 type VARCHAR(254). |
void |
setCreditAmount(java.math.BigDecimal newValue) This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
void |
setCreditAmount(java.lang.String newValue) This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
void |
setCreditDate(java.lang.String newValue) This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP. |
void |
setCreditDate(java.sql.Timestamp newValue) This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP. |
void |
setCurrency(java.lang.String newValue) This method provides access to the RMAITEM.CURRENCY column of DB2 type CHAR(3) NOT NULL. |
void |
setInitKey_rmaItemId(java.lang.String newValue) Set the primary key for this object |
void |
setInventoryQuantity(java.lang.Integer newValue) This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setInventoryQuantity(java.lang.String newValue) This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setItemSpcId(java.lang.Long newValue) This method provides access to the RMAITEM.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemSpcId(java.lang.String newValue) This method provides access to the RMAITEM.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastUpdate(java.lang.String newValue) This method provides access to the RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastUpdate(java.sql.Timestamp newValue) This method provides access to the RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setMemberId(java.lang.Long newValue) This method provides access to the RMAITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String newValue) This method provides access to the RMAITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderItemsId(java.lang.Long newValue) This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT. |
void |
setOrderItemsId(java.lang.String newValue) This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT. |
void |
setQuantity(java.lang.Double newValue) This method provides access to the RMAITEM.QUANTITY column of DB2 type DOUBLE NOT NULL. |
void |
setQuantity(java.lang.String newValue) This method provides access to the RMAITEM.QUANTITY column of DB2 type DOUBLE NOT NULL. |
void |
setRefundOrReplace(java.lang.String newValue) This method provides access to the RMAITEM.REFUNDORREPLACE column of DB2 type CHAR(3) NOT NULL. |
void |
setRmaId(java.lang.Long newValue) This method provides access to the RMAITEM.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaId(java.lang.String newValue) This method provides access to the RMAITEM.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemId(java.lang.Long newValue) This method provides access to the RMAITEM.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemId(java.lang.String newValue) This method provides access to the RMAITEM.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setRtnReasonId(java.lang.Integer newValue) This method provides access to the RMAITEM.RTNREASON_ID column of DB2 type INTEGER NOT NULL. |
void |
setRtnReasonId(java.lang.String newValue) This method provides access to the RMAITEM.RTNREASON_ID column of DB2 type INTEGER NOT NULL. |
void |
setStatus(java.lang.String newValue) This method provides access to the RMAITEM.STATUS column of DB2 type CHAR(3) DEFAULT 'PND'. |
void |
setTaxAmount(java.math.BigDecimal newValue) This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setTaxAmount(java.lang.String newValue) This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20 5). |
void |
setTotalCredit(java.math.BigDecimal newValue) This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
void |
setTotalCredit(java.lang.String newValue) This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public RMAItemAccessBean()
public RMAItemAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public RMAItemAccessBean(java.lang.Long arg0, java.lang.String arg1, java.lang.Double arg2, java.lang.Long arg3, java.lang.String arg4, java.lang.Long arg5, java.lang.Long arg6, java.lang.Integer arg7) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Stringarg2
- java.lang.Doublearg3
- java.lang.Longarg4
- java.lang.Stringarg5
- java.lang.Longarg6
- java.lang.Longarg7
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findApprovedByOrderItemsId(java.lang.Long arg0) 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')
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrderItemId(java.lang.Long arg0) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByRmaId(java.lang.Long arg0) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByRmaIdForUpdate(java.lang.Long arg0) 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
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByRmaItemIdForUpdate(java.lang.Long arg0) 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
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_rmaItemId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQuantity(java.lang.String newValue)
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
newValue
- Stringpublic void setQuantity(java.lang.Double newValue)
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.
newValue
- java.lang.Doublepublic 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 DEFAULT 0.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAdjustment(java.lang.String newValue)
This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0.
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
newValue
- Stringpublic void setAdjustment(java.math.BigDecimal newValue)
This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0.
The following is a description of this column:
Any adjustment to be made to the credit amount by a Customer Service Representative.
newValue
- java.math.BigDecimalpublic 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.
The following is a description of this column:
Timestamp of the last update.
getLastUpdate
in interface
RMAItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
Timestamp of the last update.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastUpdate(java.lang.String newValue)
This method provides access to the RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of the last update.
setLastUpdate
in interface
RMAItemAccessBeanData
newValue
- Stringpublic void setLastUpdate(java.sql.Timestamp newValue)
This method provides access to the RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of the last update.
newValue
- java.sql.Timestamppublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogEntryId(java.lang.String newValue)
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
newValue
- Stringpublic void setCatalogEntryId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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 DEFAULT 0.
The following is a description of this column:
Total credit for the RMA Item.
getTotalCredit
in interface
RMAItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
The following is a description of this column:
Total credit for the RMA Item.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTotalCredit(java.lang.String newValue)
This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0.
The following is a description of this column:
Total credit for the RMA Item.
setTotalCredit
in interface
RMAItemAccessBeanData
newValue
- Stringpublic void setTotalCredit(java.math.BigDecimal newValue)
This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0.
The following is a description of this column:
Total credit for the RMA Item.
newValue
- java.math.BigDecimalpublic 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 DEFAULT 0.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCreditAmount(java.lang.String newValue)
This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0.
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
newValue
- Stringpublic void setCreditAmount(java.math.BigDecimal newValue)
This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0.
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.
newValue
- java.math.BigDecimalpublic 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.
The following is a description of this column:
The OrderItem from which the ITEMSPC_ID is from.
getOrderItemsId
in interface
RMAItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
The OrderItem from which the ITEMSPC_ID is from.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrderItemsId(java.lang.String newValue)
This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT.
The following is a description of this column:
The OrderItem from which the ITEMSPC_ID is from.
setOrderItemsId
in interface
RMAItemAccessBeanData
newValue
- Stringpublic void setOrderItemsId(java.lang.Long newValue)
This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT.
The following is a description of this column:
The OrderItem from which the ITEMSPC_ID is from.
newValue
- java.lang.Longpublic 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.
The following is a description of this column:
The date that the credit was initiated.
getCreditDate
in interface
RMAItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
The date that the credit was initiated.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCreditDate(java.lang.String newValue)
This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The date that the credit was initiated.
setCreditDate
in interface
RMAItemAccessBeanData
newValue
- Stringpublic void setCreditDate(java.sql.Timestamp newValue)
This method provides access to the RMAITEM.CREDITDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The date that the credit was initiated.
newValue
- java.sql.Timestamppublic 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 DEFAULT 0.
The following is a description of this column:
The adjustment, from the original order, to be credited.
getAdjustmentCredit
in interface
RMAItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
The following is a description of this column:
The adjustment, from the original order, to be credited.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAdjustmentCredit(java.lang.String newValue)
This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0.
The following is a description of this column:
The adjustment, from the original order, to be credited.
setAdjustmentCredit
in interface
RMAItemAccessBeanData
newValue
- Stringpublic void setAdjustmentCredit(java.math.BigDecimal newValue)
This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20 5) NOT NULL DEFAULT 0.
The following is a description of this column:
The adjustment, from the original order, to be credited.
newValue
- java.math.BigDecimalpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCurrency(java.lang.String newValue)
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
newValue
- java.lang.Stringpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setItemSpcId(java.lang.String newValue)
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
newValue
- Stringpublic void setItemSpcId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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 DEFAULT 0.
The following is a description of this column:
Quantity in inventory units.
getInventoryQuantity
in interface
RMAItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
The following is a description of this column:
Quantity in inventory units.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInventoryQuantity(java.lang.String newValue)
This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity in inventory units.
setInventoryQuantity
in interface
RMAItemAccessBeanData
newValue
- Stringpublic void setInventoryQuantity(java.lang.Integer newValue)
This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity in inventory units.
newValue
- java.lang.Integerpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRtnReasonId(java.lang.String newValue)
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
newValue
- Stringpublic void setRtnReasonId(java.lang.Integer newValue)
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.
newValue
- java.lang.Integerpublic 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) DEFAULT 'PND'.
The following is a description of this column:
The status of the RMAItem as follows:&l
getStatus
in interface
RMAItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStatus(java.lang.String newValue)
This method provides access to the RMAITEM.STATUS column of DB2 type CHAR(3) DEFAULT 'PND'.
The following is a description of this column:
The status of the RMAItem as follows:&l
setStatus
in interface
RMAItemAccessBeanData
newValue
- java.lang.Stringpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRmaItemId(java.lang.String newValue)
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
newValue
- Stringpublic void setRmaItemId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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).
The following is a description of this column:
Comment that applies to the RMA item.
getComments
in interface
RMAItemAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setComments(java.lang.String newValue)
This method provides access to the RMAITEM.COMMENTS column of DB2 type VARCHAR(254).
The following is a description of this column:
Comment that applies to the RMA item.
setComments
in interface
RMAItemAccessBeanData
newValue
- java.lang.Stringpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
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
newValue
- Stringpublic void setMemberId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRefundOrReplace(java.lang.String newValue)
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
newValue
- java.lang.Stringpublic 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setRmaId(java.lang.String newValue)
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
newValue
- Stringpublic void setRmaId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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).
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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).
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTaxAmount(java.lang.String newValue)
This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20 5).
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
newValue
- Stringpublic void setTaxAmount(java.math.BigDecimal newValue)
This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20 5).
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.
newValue
- java.math.BigDecimal