|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.payment.objects.TradingRefundAmountBean
This bean provides access to the TRDREFAMT table.
The following is a description of this table:
This table is used to keep track of Refund Amounts by Trading Agreements, by Orders and by RMA Id. Entries are created only for Trading Agreement with Right-to-Buy by Amount or Obligation-to-Buy by Amount Terms and Conditions.
Constructor Summary | |
TradingRefundAmountBean()
|
Method Summary | |
java.math.BigDecimal |
getAmount()
This method provides access to the TRDREFAMT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.String |
getCurrency()
This method provides access to the TRDREFAMT.SETCCURR column of DB2 type CHAR(3) NULL. |
java.lang.Long |
getOrderId()
This method provides access to the TRDREFAMT.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaId()
This method provides access to the TRDREFAMT.RMA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTradingId()
This method provides access to the TRDREFAMT.TRADING_ID column of DB2 type BIGINT NOT NULL. |
void |
setAmount(java.math.BigDecimal aAmount)
This method provides access to the TRDREFAMT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the TRDREFAMT.SETCCURR column of DB2 type CHAR(3) NULL. |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the TRDREFAMT.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setRmaId(java.lang.Long aRmaId)
This method provides access to the TRDREFAMT.RMA_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingId(java.lang.Long aTradingId)
This method provides access to the TRDREFAMT.TRADING_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public TradingRefundAmountBean()
Method Detail |
public java.math.BigDecimal getAmount()
This method provides access to the TRDREFAMT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Total Refund Amount for this Trading Agreement for this RMA and Order. The amount is in the same currency of the Right-to-Buy Amount and Obligation-to-Buy Amount.
public java.lang.String getCurrency()
This method provides access to the TRDREFAMT.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency of the Amount field. This is a currency code as per ISO 4217 standards.
public java.lang.Long getOrderId()
This method provides access to the TRDREFAMT.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order ID. Foreign key to the ORDERS table.
public java.lang.Long getRmaId()
This method provides access to the TRDREFAMT.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the Return Merchandise Authorization (RMA).
public java.lang.Long getTradingId()
This method provides access to the TRDREFAMT.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the Trading Agreement. Foreign key to the TRADING table.
public void setAmount(java.math.BigDecimal aAmount)
This method provides access to the TRDREFAMT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
Total Refund Amount for this Trading Agreement for this RMA and Order. The amount is in the same currency of the Right-to-Buy Amount and Obligation-to-Buy Amount.
aAmount
- java.math.BigDecimalpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the TRDREFAMT.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency of the Amount field. This is a currency code as per ISO 4217 standards.
aCurrency
- java.lang.Stringpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the TRDREFAMT.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order ID. Foreign key to the ORDERS table.
aOrderId
- java.lang.Longpublic void setRmaId(java.lang.Long aRmaId)
This method provides access to the TRDREFAMT.RMA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the Return Merchandise Authorization (RMA).
aRmaId
- java.lang.Longpublic void setTradingId(java.lang.Long aTradingId)
This method provides access to the TRDREFAMT.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
ID for the Trading Agreement. Foreign key to the TRADING table.
aTradingId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |