com.ibm.commerce.order.objects
Interface OfferPriceAccessBeanData

All Known Implementing Classes:
OfferPriceAccessBean

public interface OfferPriceAccessBeanData

Each row of this table represents a price in a currency for an Offer.


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
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setComparePrice

public void setComparePrice(java.lang.String newValue)

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

getCurrency

public java.lang.String getCurrency()
                             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

getPrice

public java.lang.String getPrice()
                          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

setPrice

public void setPrice(java.lang.String newValue)