com.ibm.commerce.ordermanagement.objects
Interface ReturnDispositionCodeAccessBeanData

All Known Implementing Classes:
ReturnDispositionCodeAccessBean

public interface ReturnDispositionCodeAccessBeanData


Method Summary
 java.lang.String getCode()
           
 java.lang.String getMarkForDelete()
           
 java.lang.String getReturnToInventory()
           
 java.lang.String getRtnDspCodeId()
           
 java.lang.String getStoreentId()
           
 void setCode(java.lang.String newValue)
           
 void setMarkForDelete(java.lang.String newValue)
           
 void setReturnToInventory(java.lang.String newValue)
           
 void setRtnDspCodeId(java.lang.String newValue)
           
 void setStoreentId(java.lang.String newValue)
           
 

Method Detail

getCode

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

getMarkForDelete

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

getReturnToInventory

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

getStoreentId

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

setCode

public void setCode(java.lang.String newValue)

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

setReturnToInventory

public void setReturnToInventory(java.lang.String newValue)

setRtnDspCodeId

public void setRtnDspCodeId(java.lang.String newValue)

setStoreentId

public void setStoreentId(java.lang.String newValue)