|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OrderOptionBean
This bean provides access to the ORDOPTIONS table.
The following is a description of this table:
This table is used for Order notification.
Constructor Summary | |
OrderOptionBean()
|
Method Summary | |
java.lang.Integer |
getNotifyMerchant()
This method provides access to the ORDOPTIONS.NOTIFYMERCHANT column of DB2 type INTEGER NULL. |
java.lang.Integer |
getNotifyShopper()
This method provides access to the ORDOPTIONS.NOTIFYSHOPPER column of DB2 type INTEGER NULL. |
java.lang.Long |
getOrderId()
This method provides access to the ORDOPTIONS.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setNotifyMerchant(java.lang.Integer aNotifyMerchant)
This method provides access to the ORDOPTIONS.NOTIFYMERCHANT column of DB2 type INTEGER NULL. |
void |
setNotifyShopper(java.lang.Integer aNotifyShopper)
This method provides access to the ORDOPTIONS.NOTIFYSHOPPER column of DB2 type INTEGER NULL. |
Constructor Detail |
public OrderOptionBean()
Method Detail |
public java.lang.Integer getNotifyMerchant()
This method provides access to the ORDOPTIONS.NOTIFYMERCHANT column of DB2 type INTEGER NULL.
The following is a description of this column:
Flag to indicate whether the merchant will be notified
when the Order is processed as follows:
0 - do not notify the merchant when the Order is processed
1 - notify the merchant when the Order is processed
public java.lang.Integer getNotifyShopper()
This method provides access to the ORDOPTIONS.NOTIFYSHOPPER column of DB2 type INTEGER NULL.
The following is a description of this column:
Flag to indicate whether the customer will be notified
when the Order is processed as follows:
0 - do not notify the customer when the Order is processed
1 - notify the customer when the Order is processed
public java.lang.Long getOrderId()
This method provides access to the ORDOPTIONS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order ID.
public void setNotifyMerchant(java.lang.Integer aNotifyMerchant)
This method provides access to the ORDOPTIONS.NOTIFYMERCHANT column of DB2 type INTEGER NULL.
The following is a description of this column:
Flag to indicate whether the merchant will be notified
when the Order is processed as follows:
0 - do not notify the merchant when the Order is processed
1 - notify the merchant when the Order is processed
aNotifyMerchant
- java.lang.Integerpublic void setNotifyShopper(java.lang.Integer aNotifyShopper)
This method provides access to the ORDOPTIONS.NOTIFYSHOPPER column of DB2 type INTEGER NULL.
The following is a description of this column:
Flag to indicate whether the customer will be notified
when the Order is processed as follows:
0 - do not notify the customer when the Order is processed
1 - notify the customer when the Order is processed
aNotifyShopper
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |