|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.payment.objects.TradingDepositAmountBean
This bean provides access to the TRDDEPAMT table.
The following is a description of this table:
This table is used to keep track of Deposited Amounts by Trading Agreements, by Orders or OrderItems.
Constructor Summary | |
TradingDepositAmountBean()
|
Method Summary | |
java.math.BigDecimal |
getAmount()
This method provides access to the TRDDEPAMT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
java.lang.String |
getCurrency()
This method provides access to the TRDDEPAMT.SETCCURR column of DB2 type CHAR(3) NULL. |
java.lang.Long |
getOrderId()
This method provides access to the TRDDEPAMT.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderItemId()
This method provides access to the TRDDEPAMT.ORDERITEMS_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getTradingDepositAmountId()
This method provides access to the TRDDEPAMT.TRDDEPAMT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTradingId()
This method provides access to the TRDDEPAMT.TRADING_ID column of DB2 type BIGINT NOT NULL. |
void |
setAmount(java.math.BigDecimal aAmount)
This method provides access to the TRDDEPAMT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the TRDDEPAMT.SETCCURR column of DB2 type CHAR(3) NULL. |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the TRDDEPAMT.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the TRDDEPAMT.ORDERITEMS_ID column of DB2 type BIGINT NULL. |
void |
setTradingDepositAmountId(java.lang.Long aTradingDepositAmountId)
This method provides access to the TRDDEPAMT.TRDDEPAMT_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingId(java.lang.Long aTradingId)
This method provides access to the TRDDEPAMT.TRADING_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public TradingDepositAmountBean()
Method Detail |
public java.math.BigDecimal getAmount()
This method provides access to the TRDDEPAMT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The deposited amount for the Order or OrderItem for this Trading Agreement. The amount is in the default currency of the Store to which the Order belongs.
public java.lang.String getCurrency()
This method provides access to the TRDDEPAMT.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency of the Amount field. (Alphabetic currency code as per ISO 4217.)
public java.lang.Long getOrderId()
This method provides access to the TRDDEPAMT.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 getOrderItemId()
This method provides access to the TRDDEPAMT.ORDERITEMS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the OrderItem. This is set to null if all the OrderItems of the Order specify the same Trading ID. (Foreign key to the ORDERITEMS table.)
public java.lang.Long getTradingDepositAmountId()
This method provides access to the TRDDEPAMT.TRDDEPAMT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
public java.lang.Long getTradingId()
This method provides access to the TRDDEPAMT.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 TRDDEPAMT.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
The following is a description of this column:
The deposited amount for the Order or OrderItem for this Trading Agreement. The amount is in the default currency of the Store to which the Order belongs.
aAmount
- java.math.BigDecimalpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the TRDDEPAMT.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency of the Amount field. (Alphabetic currency code as per ISO 4217.)
aCurrency
- java.lang.Stringpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the TRDDEPAMT.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 setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the TRDDEPAMT.ORDERITEMS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the OrderItem. This is set to null if all the OrderItems of the Order specify the same Trading ID. (Foreign key to the ORDERITEMS table.)
aOrderItemId
- java.lang.Longpublic void setTradingDepositAmountId(java.lang.Long aTradingDepositAmountId)
This method provides access to the TRDDEPAMT.TRDDEPAMT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key for this row.
aTradingDepositAmountId
- java.lang.Longpublic void setTradingId(java.lang.Long aTradingId)
This method provides access to the TRDDEPAMT.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 |