com.ibm.commerce.order.objects
Interface OrderOptionAccessBeanData

All Known Implementing Classes:
OrderOptionAccessBean

public interface OrderOptionAccessBeanData


Method Summary
 java.lang.String getNotifyMerchant()
           
 java.lang.String getNotifyShopper()
           
 java.lang.String getOrderId()
           
 void setNotifyMerchant(java.lang.String newValue)
           
 void setNotifyShopper(java.lang.String newValue)
           
 

Method Detail

getNotifyMerchant

public java.lang.String getNotifyMerchant()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

getNotifyShopper

public java.lang.String getNotifyShopper()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

getOrderId

public java.lang.String getOrderId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

setNotifyMerchant

public void setNotifyMerchant(java.lang.String newValue)

setNotifyShopper

public void setNotifyShopper(java.lang.String newValue)