com.ibm.commerce.order.objects
Interface OfferDescriptionAccessBeanData

All Known Implementing Classes:
OfferDescriptionAccessBean

public interface OfferDescriptionAccessBeanData


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getLanguageId()
           
 java.lang.String getOfferId()
           
 void setDescription(java.lang.String newValue)
           
 void setLanguageId(java.lang.String newValue)
           
 void setOfferId(java.lang.String newValue)
           
 

Method Detail

getDescription

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

getLanguageId

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

setDescription

public void setDescription(java.lang.String newValue)

setLanguageId

public void setLanguageId(java.lang.String newValue)

setOfferId

public void setOfferId(java.lang.String newValue)