com.ibm.commerce.catalog.objects
Interface ListPriceAccessBeanData

All Known Implementing Classes:
ListPriceAccessBean

public interface ListPriceAccessBeanData


Method Summary
 java.lang.String getCurrency()
           
 java.lang.String getListPrice()
           
 java.lang.String getOid()
           
 void setListPrice(java.lang.String newValue)
           
 void setOid(java.lang.String newValue)
           
 

Method Detail

getCurrency

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

getListPrice

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

getOid

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

setListPrice

public void setListPrice(java.lang.String newValue)

setOid

public void setOid(java.lang.String newValue)