com.ibm.commerce.order.objects
Interface OfferPriceAccessBeanData

All Known Implementing Classes:
OfferPriceAccessBean

public interface OfferPriceAccessBeanData


Method Summary
 java.lang.String getComparePrice()
           
 java.lang.String getCurrency()
           
 java.lang.String getOfferId()
           
 java.lang.String getPrice()
           
 void setComparePrice(java.lang.String newValue)
           
 void setPrice(java.lang.String newValue)
           
 

Method Detail

getComparePrice

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

getCurrency

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

getOfferId

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

getPrice

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

setComparePrice

public void setComparePrice(java.lang.String newValue)

setPrice

public void setPrice(java.lang.String newValue)