|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OrderPaymentInfoBean
This bean provides access to the ORDPAYINFO table.
The following is a description of this table:
Each row in this table holds a name-value pair representing payment information for a particular Order. Values added to this table are encrypted when the "Instance/PDIEncrypt" configuration flag is "on".
Constructor Summary | |
OrderPaymentInfoBean()
|
Method Summary | |
java.lang.Long |
getOrderId()
This method provides access to the ORDPAYINFO.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderPaymentInfoId()
This method provides access to the ORDPAYINFO.ORDPAYINFO_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getPaymentPairName()
This method provides access to the ORDPAYINFO.NAME column of DB2 type CHAR(64) NOT NULL. |
java.lang.String |
getPaymentPairValue()
This method provides access to the ORDPAYINFO.VALUE column of DB2 type VARCHAR(254) NOT NULL. |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDPAYINFO.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setPaymentPairName(java.lang.String aPaymentPairName)
This method provides access to the ORDPAYINFO.NAME column of DB2 type CHAR(64) NOT NULL. |
void |
setPaymentPairValue(java.lang.String aPaymentPairValue,
boolean aPaymentPairValue)
This method provides access to the ORDPAYINFO.VALUE column of DB2 type VARCHAR(254) NOT NULL. |
Constructor Detail |
public OrderPaymentInfoBean()
Method Detail |
public java.lang.Long getOrderId()
This method provides access to the ORDPAYINFO.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
public java.lang.Long getOrderPaymentInfoId()
This method provides access to the ORDPAYINFO.ORDPAYINFO_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.String getPaymentPairName()
This method provides access to the ORDPAYINFO.NAME column of DB2 type CHAR(64) NOT NULL.
The following is a description of this column:
The name-value pair name.
public java.lang.String getPaymentPairValue()
This method provides access to the ORDPAYINFO.VALUE column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The name-value pair value. If the first character of the value is a space, then the value has been encrypted.
public void setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDPAYINFO.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The Order.
aOrderId
- java.lang.Longpublic void setPaymentPairName(java.lang.String aPaymentPairName)
This method provides access to the ORDPAYINFO.NAME column of DB2 type CHAR(64) NOT NULL.
The following is a description of this column:
The name-value pair name.
aPaymentPairName
- java.lang.Stringpublic void setPaymentPairValue(java.lang.String aPaymentPairValue, boolean aPaymentPairValue)
This method provides access to the ORDPAYINFO.VALUE column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The name-value pair value. If the first character of the value is a space, then the value has been encrypted.
aPaymentPairValue
- java.lang.StringaPaymentPairValue
- boolean
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |