com.ibm.commerce.ordermanagement.objects
Interface ReturnDispositionCodeAccessBeanData

All Known Implementing Classes:
ReturnDispositionCodeAccessBean

public interface ReturnDispositionCodeAccessBeanData

This table stores return disposition codes to describe how a received item is disposed.


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
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCode

public void setCode(java.lang.String newValue)

getMarkForDelete

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

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

getStoreentId

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

setStoreentId

public void setStoreentId(java.lang.String newValue)

getReturnToInventory

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

setReturnToInventory

public void setReturnToInventory(java.lang.String newValue)

getRtnDspCodeId

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

setRtnDspCodeId

public void setRtnDspCodeId(java.lang.String newValue)