|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OrderPaymentMethodBean
This bean provides access to the ORDPAYMTHD table.
The following is a description of this table:
The Order Payment Method table contains order payment or refund methods selected for an order. It is also used to keep track of the actual amount charged or refunded against the order.
Constructor Summary | |
OrderPaymentMethodBean()
|
Method Summary | |
java.lang.Long |
getAccountId()
This method provides access to the ORDPAYMTHD.ACCOUNT_ID column of DB2 type BIGINT NULL. |
java.math.BigDecimal |
getActualAmount()
This method provides access to the ORDPAYMTHD.ACTUALAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Long |
getBigIntField1()
This method provides access to the ORDPAYMTHD.BIGINTFIELD1 column of DB2 type BIGINT NULL. |
java.lang.Long |
getBigIntField2()
This method provides access to the ORDPAYMTHD.BIGINTFIELD2 column of DB2 type BIGINT NULL. |
java.lang.Long |
getBigIntField3()
This method provides access to the ORDPAYMTHD.BIGINTFIELD3 column of DB2 type BIGINT NULL. |
java.lang.Long |
getBuyerPurchaseOrderId()
This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT NULL. |
java.math.BigDecimal |
getChargeAmount()
This method provides access to the ORDPAYMTHD.CHARGEAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getChargeAmountCurrency()
This method provides access to the ORDPAYMTHD.CHARGEAMTCURR column of DB2 type CHAR(3) NULL. |
java.sql.Timestamp |
getChargeTime()
This method provides access to the ORDPAYMTHD.CHARGETIME column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getCreditLineId()
This method provides access to the ORDPAYMTHD.CREDITLINE_ID column of DB2 type BIGINT NULL. |
java.math.BigDecimal |
getDecimalField1()
This method provides access to the ORDPAYMTHD.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getDecimalField2()
This method provides access to the ORDPAYMTHD.DECIMALFIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getDecimalField3()
This method provides access to the ORDPAYMTHD.DECIMALFIELD3 column of DB2 type DECIMAL(20,5) NULL. |
java.sql.Timestamp |
getEndDate()
This method provides access to the ORDPAYMTHD.ENDDATE column of DB2 type TIMESTAMP NULL. |
java.math.BigDecimal |
getMaximumAuthorizationAmount()
This method provides access to the ORDPAYMTHD.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
java.lang.Long |
getOrderId()
This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getPaymentDevice()
This method provides access to the ORDPAYMTHD.PAYDEVICE column of DB2 type CHAR(64) NOT NULL. |
java.lang.String |
getPaymentMethodID()
This method provides access to the ORDPAYMTHD.PAYMETHOD column of DB2 type CHAR(5) NOT NULL. |
java.lang.Long |
getPaymentSummaryId()
This method provides access to the ORDPAYMTHD.PAYSUMMARY_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getPolicyId()
This method provides access to the ORDPAYMTHD.POLICY_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getRefundNumber()
This method provides access to the ORDPAYMTHD.REFUNDNUMBER column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaId()
This method provides access to the ORDPAYMTHD.RMA_ID column of DB2 type BIGINT NULL. |
java.sql.Timestamp |
getStartDate()
This method provides access to the ORDPAYMTHD.STARTDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getStatus()
This method provides access to the ORDPAYMTHD.STATUS column of DB2 type INTEGER NULL. |
java.lang.String |
getStringField1()
This method provides access to the ORDPAYMTHD.STRINGFIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getStringField2()
This method provides access to the ORDPAYMTHD.STRINGFIELD2 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getStringField3()
This method provides access to the ORDPAYMTHD.STRINGFIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getTradingId()
This method provides access to the ORDPAYMTHD.TRADING_ID column of DB2 type BIGINT NULL. |
void |
setAccountId(java.lang.Long aAccountId)
This method provides access to the ORDPAYMTHD.ACCOUNT_ID column of DB2 type BIGINT NULL. |
void |
setActualAmount(java.math.BigDecimal aActualAmount)
This method provides access to the ORDPAYMTHD.ACTUALAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setBigIntField1(java.lang.Long aBigIntField1)
This method provides access to the ORDPAYMTHD.BIGINTFIELD1 column of DB2 type BIGINT NULL. |
void |
setBigIntField2(java.lang.Long aBigIntField2)
This method provides access to the ORDPAYMTHD.BIGINTFIELD2 column of DB2 type BIGINT NULL. |
void |
setBigIntField3(java.lang.Long aBigIntField3)
This method provides access to the ORDPAYMTHD.BIGINTFIELD3 column of DB2 type BIGINT NULL. |
void |
setBuyerPurchaseOrderId(java.lang.Long aBuyerPurchaseOrderId)
This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT NULL. |
void |
setChargeAmount(java.math.BigDecimal aChargeAmount)
This method provides access to the ORDPAYMTHD.CHARGEAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setChargeAmountCurrency(java.lang.String aChargeAmountCurrency)
This method provides access to the ORDPAYMTHD.CHARGEAMTCURR column of DB2 type CHAR(3) NULL. |
void |
setChargeTime(java.sql.Timestamp aChargeTime)
This method provides access to the ORDPAYMTHD.CHARGETIME column of DB2 type TIMESTAMP NULL. |
void |
setCreditLineId(java.lang.Long aCreditLineId)
This method provides access to the ORDPAYMTHD.CREDITLINE_ID column of DB2 type BIGINT NULL. |
void |
setDecimalField1(java.math.BigDecimal aDecimalField1)
This method provides access to the ORDPAYMTHD.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL. |
void |
setDecimalField2(java.math.BigDecimal aDecimalField2)
This method provides access to the ORDPAYMTHD.DECIMALFIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setDecimalField3(java.math.BigDecimal aDecimalField3)
This method provides access to the ORDPAYMTHD.DECIMALFIELD3 column of DB2 type DECIMAL(20,5) NULL. |
void |
setEndDate(java.sql.Timestamp aEndDate)
This method provides access to the ORDPAYMTHD.ENDDATE column of DB2 type TIMESTAMP NULL. |
void |
setMaximumAuthorizationAmount(java.math.BigDecimal aMaximumAuthorizationAmount)
This method provides access to the ORDPAYMTHD.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL. |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT NULL. |
void |
setPaymentSummaryId(java.lang.Long aPaymentSummaryId)
This method provides access to the ORDPAYMTHD.PAYSUMMARY_ID column of DB2 type BIGINT NULL. |
void |
setPolicyId(java.lang.Long aPolicyId)
This method provides access to the ORDPAYMTHD.POLICY_ID column of DB2 type BIGINT NULL. |
void |
setRefundNumber(java.lang.Long aRefundNumber)
This method provides access to the ORDPAYMTHD.REFUNDNUMBER column of DB2 type BIGINT NOT NULL. |
void |
setRmaId(java.lang.Long aRmaId)
This method provides access to the ORDPAYMTHD.RMA_ID column of DB2 type BIGINT NULL. |
void |
setStartDate(java.sql.Timestamp aStartDate)
This method provides access to the ORDPAYMTHD.STARTDATE column of DB2 type TIMESTAMP NULL. |
void |
setStatus(java.lang.Integer aStatus)
This method provides access to the ORDPAYMTHD.STATUS column of DB2 type INTEGER NULL. |
void |
setStringField1(java.lang.String aStringField1)
This method provides access to the ORDPAYMTHD.STRINGFIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setStringField2(java.lang.String aStringField2)
This method provides access to the ORDPAYMTHD.STRINGFIELD2 column of DB2 type VARCHAR(254) NULL. |
void |
setStringField3(java.lang.String aStringField3)
This method provides access to the ORDPAYMTHD.STRINGFIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setTradingId(java.lang.Long aTradingId)
This method provides access to the ORDPAYMTHD.TRADING_ID column of DB2 type BIGINT NULL. |
Constructor Detail |
public OrderPaymentMethodBean()
Method Detail |
public java.lang.Long getAccountId()
This method provides access to the ORDPAYMTHD.ACCOUNT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the business account. Foreign key to the ACCOUNT table.
public java.math.BigDecimal getActualAmount()
This method provides access to the ORDPAYMTHD.ACTUALAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Actual amount deposited or refunded for this order. For refunds, this amount is negative. This amount is in the same currency as the Order.
public java.lang.Long getBigIntField1()
This method provides access to the ORDPAYMTHD.BIGINTFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Long getBigIntField2()
This method provides access to the ORDPAYMTHD.BIGINTFIELD2 column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Long getBigIntField3()
This method provides access to the ORDPAYMTHD.BIGINTFIELD3 column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Long getBuyerPurchaseOrderId()
This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the BuyerPO representing the buyer purchase order number specified for the Order. Foreign key to the BUYERPO table.
public java.math.BigDecimal getChargeAmount()
This method provides access to the ORDPAYMTHD.CHARGEAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The actual amount converted to the default currency of the store.
public java.lang.String getChargeAmountCurrency()
This method provides access to the ORDPAYMTHD.CHARGEAMTCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency for the CHARGEAMOUNT column. This is a currency code as per ISO 4217 standards.
public java.sql.Timestamp getChargeTime()
This method provides access to the ORDPAYMTHD.CHARGETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time charge amount was updated.
public java.lang.Long getCreditLineId()
This method provides access to the ORDPAYMTHD.CREDITLINE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the credit line to track charges for purchases that have PayMethod equals "LOC". Foreign key to the CREDITLINE table.
public java.math.BigDecimal getDecimalField1()
This method provides access to the ORDPAYMTHD.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.math.BigDecimal getDecimalField2()
This method provides access to the ORDPAYMTHD.DECIMALFIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.math.BigDecimal getDecimalField3()
This method provides access to the ORDPAYMTHD.DECIMALFIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.sql.Timestamp getEndDate()
This method provides access to the ORDPAYMTHD.ENDDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The end date. The default DoPayment implementation uses this column to hold the credit card expiry date.
public java.math.BigDecimal getMaximumAuthorizationAmount()
This method provides access to the ORDPAYMTHD.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Payment maximum authorization amount.
public java.lang.Long getOrderId()
This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the BuyerPO representing the buyer purchase order number specified for the Order. Foreign key to the BUYERPO table.
public java.lang.String getPaymentDevice()
This method provides access to the ORDPAYMTHD.PAYDEVICE column of DB2 type CHAR(64) NOT NULL.
The following is a description of this column:
The payment device identifier. The default DoPayment implementation stores the credit card number in this column. The number will be encrypted if PDIEncrypt is set to "on" in the WebSphere Commerce configuration file.
public java.lang.String getPaymentMethodID()
This method provides access to the ORDPAYMTHD.PAYMETHOD column of DB2 type CHAR(5) NOT NULL.
The following is a description of this column:
The order payment method up to 5 characters. If Payment Manager is used to process payment for the Order this column holds the word "PSRVR". "LOC" is used to indicate payment using CreditLine.
public java.lang.Long getPaymentSummaryId()
This method provides access to the ORDPAYMTHD.PAYSUMMARY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Identifies the payment summary entry that this payment is part of. This field is updated when the Payment Summary entry is created by running the PaymentSummaryGenerate command.
public java.lang.Long getPolicyId()
This method provides access to the ORDPAYMTHD.POLICY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The payment policy ID which identifies the payment policy used for this purchase.
public java.lang.Long getRefundNumber()
This method provides access to the ORDPAYMTHD.REFUNDNUMBER column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Refund number if this entry represents a refund entry. (For refund, use the return merchandise authorization (RMA) ID as the refund number.)
public java.lang.Long getRmaId()
This method provides access to the ORDPAYMTHD.RMA_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The return merchandise authorization (RMA) ID for the refund against this order. Foreign key to the RMA table.
public java.sql.Timestamp getStartDate()
This method provides access to the ORDPAYMTHD.STARTDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The start date. DoPayment implementation may use this for its own purpose. (This column is not used by the default DoPayment implementation.)
public java.lang.Integer getStatus()
This method provides access to the ORDPAYMTHD.STATUS column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getStringField1()
This method provides access to the ORDPAYMTHD.STRINGFIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getStringField2()
This method provides access to the ORDPAYMTHD.STRINGFIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getStringField3()
This method provides access to the ORDPAYMTHD.STRINGFIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Long getTradingId()
This method provides access to the ORDPAYMTHD.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID for the Trading Agreement. Usually used for Refund entries only. Foreign key to the Trading table.
public void setAccountId(java.lang.Long aAccountId)
This method provides access to the ORDPAYMTHD.ACCOUNT_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The ID of the business account. Foreign key to the ACCOUNT table.
aAccountId
- java.lang.Longpublic void setActualAmount(java.math.BigDecimal aActualAmount)
This method provides access to the ORDPAYMTHD.ACTUALAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Actual amount deposited or refunded for this order. For refunds, this amount is negative. This amount is in the same currency as the Order.
aActualAmount
- java.math.BigDecimalpublic void setBigIntField1(java.lang.Long aBigIntField1)
This method provides access to the ORDPAYMTHD.BIGINTFIELD1 column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aBigIntField1
- java.lang.Longpublic void setBigIntField2(java.lang.Long aBigIntField2)
This method provides access to the ORDPAYMTHD.BIGINTFIELD2 column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aBigIntField2
- java.lang.Longpublic void setBigIntField3(java.lang.Long aBigIntField3)
This method provides access to the ORDPAYMTHD.BIGINTFIELD3 column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aBigIntField3
- java.lang.Longpublic void setBuyerPurchaseOrderId(java.lang.Long aBuyerPurchaseOrderId)
This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the BuyerPO representing the buyer purchase order number specified for the Order. Foreign key to the BUYERPO table.
aBuyerPurchaseOrderId
- java.lang.Longpublic void setChargeAmount(java.math.BigDecimal aChargeAmount)
This method provides access to the ORDPAYMTHD.CHARGEAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The actual amount converted to the default currency of the store.
aChargeAmount
- java.math.BigDecimalpublic void setChargeAmountCurrency(java.lang.String aChargeAmountCurrency)
This method provides access to the ORDPAYMTHD.CHARGEAMTCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency for the CHARGEAMOUNT column. This is a currency code as per ISO 4217 standards.
aChargeAmountCurrency
- java.lang.Stringpublic void setChargeTime(java.sql.Timestamp aChargeTime)
This method provides access to the ORDPAYMTHD.CHARGETIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Time charge amount was updated.
aChargeTime
- java.sql.Timestamppublic void setCreditLineId(java.lang.Long aCreditLineId)
This method provides access to the ORDPAYMTHD.CREDITLINE_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the credit line to track charges for purchases that have PayMethod equals "LOC". Foreign key to the CREDITLINE table.
aCreditLineId
- java.lang.Longpublic void setDecimalField1(java.math.BigDecimal aDecimalField1)
This method provides access to the ORDPAYMTHD.DECIMALFIELD1 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aDecimalField1
- java.math.BigDecimalpublic void setDecimalField2(java.math.BigDecimal aDecimalField2)
This method provides access to the ORDPAYMTHD.DECIMALFIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aDecimalField2
- java.math.BigDecimalpublic void setDecimalField3(java.math.BigDecimal aDecimalField3)
This method provides access to the ORDPAYMTHD.DECIMALFIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aDecimalField3
- java.math.BigDecimalpublic void setEndDate(java.sql.Timestamp aEndDate)
This method provides access to the ORDPAYMTHD.ENDDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The end date. The default DoPayment implementation uses this column to hold the credit card expiry date.
aEndDate
- java.sql.Timestamppublic void setMaximumAuthorizationAmount(java.math.BigDecimal aMaximumAuthorizationAmount)
This method provides access to the ORDPAYMTHD.MAXAMOUNT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Payment maximum authorization amount.
aMaximumAuthorizationAmount
- java.math.BigDecimalpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDPAYMTHD.BUYERPO_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID of the BuyerPO representing the buyer purchase order number specified for the Order. Foreign key to the BUYERPO table.
aOrderId
- java.lang.Longpublic void setPaymentSummaryId(java.lang.Long aPaymentSummaryId)
This method provides access to the ORDPAYMTHD.PAYSUMMARY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Identifies the payment summary entry that this payment is part of. This field is updated when the Payment Summary entry is created by running the PaymentSummaryGenerate command.
aPaymentSummaryId
- java.lang.Longpublic void setPolicyId(java.lang.Long aPolicyId)
This method provides access to the ORDPAYMTHD.POLICY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The payment policy ID which identifies the payment policy used for this purchase.
aPolicyId
- java.lang.Longpublic void setRefundNumber(java.lang.Long aRefundNumber)
This method provides access to the ORDPAYMTHD.REFUNDNUMBER column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Refund number if this entry represents a refund entry. (For refund, use the return merchandise authorization (RMA) ID as the refund number.)
aRefundNumber
- java.lang.Longpublic void setRmaId(java.lang.Long aRmaId)
This method provides access to the ORDPAYMTHD.RMA_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The return merchandise authorization (RMA) ID for the refund against this order. Foreign key to the RMA table.
aRmaId
- java.lang.Longpublic void setStartDate(java.sql.Timestamp aStartDate)
This method provides access to the ORDPAYMTHD.STARTDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The start date. DoPayment implementation may use this for its own purpose. (This column is not used by the default DoPayment implementation.)
aStartDate
- java.sql.Timestamppublic void setStatus(java.lang.Integer aStatus)
This method provides access to the ORDPAYMTHD.STATUS column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aStatus
- java.lang.Integerpublic void setStringField1(java.lang.String aStringField1)
This method provides access to the ORDPAYMTHD.STRINGFIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aStringField1
- java.lang.Stringpublic void setStringField2(java.lang.String aStringField2)
This method provides access to the ORDPAYMTHD.STRINGFIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aStringField2
- java.lang.Stringpublic void setStringField3(java.lang.String aStringField3)
This method provides access to the ORDPAYMTHD.STRINGFIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aStringField3
- java.lang.Stringpublic void setTradingId(java.lang.Long aTradingId)
This method provides access to the ORDPAYMTHD.TRADING_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
ID for the Trading Agreement. Usually used for Refund entries only. 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 |