com.ibm.commerce.order.objects
Interface OrderItemOfferRelationshipAccessBeanData

All Known Implementing Classes:
OrderItemOfferRelationshipAccessBean

public interface OrderItemOfferRelationshipAccessBeanData

Each row of this table indicates an Offer that was searched to obtain the price for an OrderItem. These rows are created by the OrderItemAdd and OrderItemUpdate commands.


Method Summary
 java.lang.String getOfferId()
           
 java.lang.String getOrderItemId()
           
 void setOfferId(java.lang.String newValue)
           
 void setOrderItemId(java.lang.String newValue)            
 

Method Detail

getOfferId

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

setOfferId

public void setOfferId(java.lang.String newValue)

getOrderItemId

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

setOrderItemId

public void setOrderItemId(java.lang.String newValue)