com.ibm.commerce.order.objects
Interface OrderAdjustmentDescriptionAccessBeanData

All Known Implementing Classes:
OrderAdjustmentDescriptionAccessBean

public interface OrderAdjustmentDescriptionAccessBeanData


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getLanguageId()
           
 java.lang.String getOrderAdjustmentId()
           
 void setDescription(java.lang.String newValue)
           
 void setLanguageId(java.lang.String newValue)
           
 void setOrderAdjustmentId(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

getOrderAdjustmentId

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

setOrderAdjustmentId

public void setOrderAdjustmentId(java.lang.String newValue)