com.ibm.commerce.ordermanagement.objects
Class RMAItemAdjustmentCreditBean

com.ibm.commerce.ordermanagement.objects.RMAItemAdjustmentCreditBean
All Implemented Interfaces:
java.io.Serializable

public class RMAItemAdjustmentCreditBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

RMAItemAdjustmentCreditBean

public RMAItemAdjustmentCreditBean()
Method Detail

getAmount

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.

Returns:
java.math.BigDecimal

getOrderAdjustId

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.

Returns:
java.lang.Long

getRmaItemAdjustmentCreditId

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.

Returns:
java.lang.Long

getRmaItemId

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.

Returns:
java.lang.Long

setAmount

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.

Parameters:
aAmount - java.math.BigDecimal
Returns:
void

setOrderAdjustId

public 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.

Parameters:
aOrderAdjustId - java.lang.Long
Returns:
void

setRmaItemAdjustmentCreditId

public 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.

Parameters:
aRmaItemAdjustmentCreditId - java.lang.Long
Returns:
void

setRmaItemId

public 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.

Parameters:
aRmaItemId - java.lang.Long
Returns:
void