java.lang.Objectcom.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). This access bean corresponds to the database table 'RMAITEM'.
Constructor Summary | |
RMAItemAccessBean() Zero argument constructor used to initialize the access bean. |
|
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 argOrderItemId)
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 orderItemsId)
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 rmaItemId)
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 accesses a non-CMP field |
void | setAdjustment(java.lang.String newValue) This method accesses a non-CMP field |
void | setAdjustmentCredit(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setAdjustmentCredit(java.lang.String newValue) This method accesses a non-CMP field |
void | setCatalogEntryId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setCatalogEntryId(java.lang.String newValue) This method accesses a non-CMP field |
void | setComments(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreditAmount(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setCreditAmount(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreditDate(java.lang.String newValue) This method accesses a non-CMP field |
void | setCreditDate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setCurrency(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_rmaItemId(java.lang.String newValue) Set the primary key for this object |
void | setInventoryQuantity(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setInventoryQuantity(java.lang.String newValue) This method accesses a non-CMP field |
void | setItemSpcId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setItemSpcId(java.lang.String newValue) This method accesses a non-CMP field |
void | setLastUpdate(java.lang.String newValue) This method accesses a non-CMP field |
void | setLastUpdate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setMemberId(java.lang.String newValue) This method accesses a non-CMP field |
void | setOrderItemsId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setOrderItemsId(java.lang.String newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.Double newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.String newValue) This method accesses a non-CMP field |
void | setRefundOrReplace(java.lang.String newValue) This method accesses a non-CMP field |
void | setRmaId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRmaId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRmaItemId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setRmaItemId(java.lang.String newValue) This method accesses a non-CMP field |
void | setRtnReasonId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setRtnReasonId(java.lang.String newValue) This method accesses a non-CMP field |
void | setStatus(java.lang.String newValue) This method accesses a non-CMP field |
void | setTaxAmount(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setTaxAmount(java.lang.String newValue) This method accesses a non-CMP field |
void | setTotalCredit(java.math.BigDecimal newValue) This method accesses a non-CMP field |
void | setTotalCredit(java.lang.String newValue) This method accesses a non-CMP field |
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
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
Method Detail |
public java.util.Enumeration findApprovedByOrderItemsId(java.lang.Long argOrderItemId) 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')
public java.util.Enumeration findByOrderItemId(java.lang.Long orderItemsId) 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 = ?
public 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 = ?
public 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
public java.util.Enumeration findByRmaItemIdForUpdate(java.lang.Long rmaItemId) 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
public void setInitKey_rmaItemId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
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.
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.
public void setQuantity(java.lang.String newValue)
public void setQuantity(java.lang.Double newValue)
public 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.
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.
public void setAdjustment(java.lang.String newValue)
public void setAdjustment(java.math.BigDecimal newValue)
public 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.
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.
public void setLastUpdate(java.lang.String newValue)
public void setLastUpdate(java.sql.Timestamp newValue)
public 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.
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.
public void setCatalogEntryId(java.lang.String newValue)
public void setCatalogEntryId(java.lang.Long newValue)
public 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.
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.
public void setTotalCredit(java.lang.String newValue)
public void setTotalCredit(java.math.BigDecimal newValue)
public 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.
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.
public void setCreditAmount(java.lang.String newValue)
public void setCreditAmount(java.math.BigDecimal newValue)
public 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.
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.
public void setOrderItemsId(java.lang.String newValue)
public void setOrderItemsId(java.lang.Long newValue)
public 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.
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.
public void setCreditDate(java.lang.String newValue)
public void setCreditDate(java.sql.Timestamp newValue)
public 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.
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.
public void setAdjustmentCredit(java.lang.String newValue)
public void setAdjustmentCredit(java.math.BigDecimal newValue)
public 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.
public void setCurrency(java.lang.String newValue)
public 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.
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.
public void setItemSpcId(java.lang.String newValue)
public void setItemSpcId(java.lang.Long newValue)
public 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.
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.
public void setInventoryQuantity(java.lang.String newValue)
public void setInventoryQuantity(java.lang.Integer newValue)
public 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.
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.
public void setRtnReasonId(java.lang.String newValue)
public void setRtnReasonId(java.lang.Integer newValue)
public 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
public void setStatus(java.lang.String newValue)
public 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.
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.
public void setRmaItemId(java.lang.String newValue)
public void setRmaItemId(java.lang.Long newValue)
public 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.
public void setComments(java.lang.String newValue)
public 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.
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.
public void setMemberId(java.lang.String newValue)
public void setMemberId(java.lang.Long newValue)
public 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.
public void setRefundOrReplace(java.lang.String newValue)
public 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.
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.
public void setRmaId(java.lang.String newValue)
public void setRmaId(java.lang.Long newValue)
public 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.
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.
public void setTaxAmount(java.lang.String newValue)
public void setTaxAmount(java.math.BigDecimal newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.