|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.RMAItemBean
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).
Constructor Summary | |
RMAItemBean()
|
Method Summary | |
java.math.BigDecimal |
getAdjustment()
This method provides access to the RMAITEM.ADJUSTMENT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.math.BigDecimal |
getAdjustmentCredit()
This method provides access to the RMAITEM.ADJUSTMENTCREDIT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.Long |
getCatalogEntryId()
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.math.BigDecimal |
getCreditAmount()
This method provides access to the RMAITEM.CREDITAMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.sql.Timestamp |
getCreditDate()
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.Integer |
getInventoryQuantity()
This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getItemSpcId()
This method provides access to the RMAITEM.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getLastUpdate()
This method provides access to the RMAITEM.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getMemberId()
This method provides access to the RMAITEM.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderItemsId()
This method provides access to the RMAITEM.ORDERITEMS_ID column of DB2 type BIGINT NULL. |
java.lang.Double |
getQuantity()
This method provides access to the RMAITEM.INVQUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getRefundOrReplace()
This method provides access to the RMAITEM.REFUNDORREPLACE column of DB2 type CHAR(3) NOT NULL. |
java.lang.Long |
getRmaId()
This method provides access to the RMAITEM.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaItemId()
This method provides access to the RMAITEM.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getRtnReasonId()
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.math.BigDecimal |
getTaxAmount()
This method provides access to the RMAITEM.TAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTotalCredit()
This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setAdjustment(java.math.BigDecimal 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 |
setCatalogEntryId(java.lang.Long 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 |
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 |
setInventoryQuantity(java.lang.Integer 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 |
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 |
setOrderItemsId(java.lang.Long 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.INVQUANTITY column of DB2 type INTEGER 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 |
setRmaItemId(java.lang.Long 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 |
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 |
setTotalCredit(java.math.BigDecimal aTotalCredit)
This method provides access to the RMAITEM.TOTALCREDIT column of DB2 type DECIMAL(20,5) NOT NULL. |
Constructor Detail |
public RMAItemBean()
Method Detail |
public java.math.BigDecimal getAdjustment()
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.
public java.math.BigDecimal getAdjustmentCredit()
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.
public java.lang.Long getCatalogEntryId()
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.String getComments()
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.
public java.math.BigDecimal getCreditAmount()
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.
public java.sql.Timestamp getCreditDate()
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.
public java.lang.String getCurrency()
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 java.lang.Integer getInventoryQuantity()
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.
public java.lang.Long getItemSpcId()
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.sql.Timestamp getLastUpdate()
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.
public java.lang.Long getMemberId()
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 getOrderItemsId()
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.
public java.lang.Double getQuantity()
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.
public java.lang.String getRefundOrReplace()
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 java.lang.Long getRmaId()
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 getRmaItemId()
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.Integer getRtnReasonId()
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.String getStatus()
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
public java.math.BigDecimal getTaxAmount()
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.
public java.math.BigDecimal getTotalCredit()
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.
public 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 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 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 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.
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 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.
aCurrency
- 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 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 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 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 setQuantity(java.lang.Double aQuantity)
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.
aQuantity
- java.lang.Doublepublic 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.
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 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 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 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
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 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.BigDecimal
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |