com.ibm.commerce.order.objects
Class OrderOptionBean

com.ibm.commerce.order.objects.OrderOptionBean
All Implemented Interfaces:
java.io.Serializable

public class OrderOptionBean
implements java.io.Serializable

This bean provides access to the ORDOPTIONS table.

The following is a description of this table:

This table is used for Order notification.

See Also:
Serialized Form

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

OrderOptionBean

public OrderOptionBean()
Method Detail

getNotifyMerchant

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

Returns:
java.lang.Integer

getNotifyShopper

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

Returns:
java.lang.Integer

getOrderId

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.

Returns:
java.lang.Long

setNotifyMerchant

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

Parameters:
aNotifyMerchant - java.lang.Integer
Returns:
void

setNotifyShopper

public 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

Parameters:
aNotifyShopper - java.lang.Integer
Returns:
void