|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.RMAItemAdjustmentCreditBean
This bean provides access to the RMAIADJCRD table.
The following is a description of this table:
This table stores return merchandise authorization (RMA) item adjustment credits. These are the portion of an order item adjustment that is to be refunded to the buyer.
Constructor Summary | |
RMAItemAdjustmentCreditBean()
|
Method Summary | |
java.math.BigDecimal |
getAmount()
This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.Long |
getOrderAdjustId()
This method provides access to the RMAIADJCRD.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaItemAdjustmentCreditId()
This method provides access to the RMAIADJCRD.RMAIADJCRD_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaItemId()
This method provides access to the RMAIADJCRD.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
void |
setAmount(java.math.BigDecimal aAmount)
This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setOrderAdjustId(java.lang.Long aOrderAdjustId)
This method provides access to the RMAIADJCRD.ORDADJUST_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemAdjustmentCreditId(java.lang.Long aRmaItemAdjustmentCreditId)
This method provides access to the RMAIADJCRD.RMAIADJCRD_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaItemId(java.lang.Long aRmaItemId)
This method provides access to the RMAIADJCRD.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public RMAItemAdjustmentCreditBean()
Method Detail |
public java.math.BigDecimal getAmount()
This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Amount of the RMA item adjustment credit.
public java.lang.Long getOrderAdjustId()
This method provides access to the RMAIADJCRD.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order adjustment that is being credited.
public java.lang.Long getRmaItemAdjustmentCreditId()
This method provides access to the RMAIADJCRD.RMAIADJCRD_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Long getRmaItemId()
This method provides access to the RMAIADJCRD.RMAITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA item for which the credit applies.
public void setAmount(java.math.BigDecimal aAmount)
This method provides access to the RMAIADJCRD.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Amount of the RMA item adjustment credit.
aAmount
- java.math.BigDecimalpublic void setOrderAdjustId(java.lang.Long aOrderAdjustId)
This method provides access to the RMAIADJCRD.ORDADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The order adjustment that is being credited.
aOrderAdjustId
- java.lang.Longpublic void setRmaItemAdjustmentCreditId(java.lang.Long aRmaItemAdjustmentCreditId)
This method provides access to the RMAIADJCRD.RMAIADJCRD_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
aRmaItemAdjustmentCreditId
- java.lang.Longpublic void setRmaItemId(java.lang.Long aRmaItemId)
This method provides access to the RMAIADJCRD.RMAITEM_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The RMA item for which the credit applies.
aRmaItemId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |