com.ibm.commerce.ordermanagement.objects
Interface ReturnDispositionCodeDescriptionAccessBeanData

All Known Implementing Classes:
ReturnDispositionCodeDescriptionAccessBean

public interface ReturnDispositionCodeDescriptionAccessBeanData


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

getRtnDspCodeId

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

setRtnDspCodeId

public void setRtnDspCodeId(java.lang.String newValue)