com.ibm.commerce.ordermanagement.objects
Interface ReturnReceiptDispositionAccessBeanData

All Known Implementing Classes:
ReturnReceiptDispositionAccessBean

public interface ReturnReceiptDispositionAccessBeanData

This table describes how a returned item has been disposed.


Method Summary
 java.lang.String getComments()
           
 java.lang.String getDispositionDate()
           
 java.lang.String getQuantity()
           
 java.lang.String getRtnDspCodeId()
           
 java.lang.String getRtnRcptDspId()
           
 java.lang.String getRtnReasonId()
           
 java.lang.String getRtnReceiptId()
           
 void setComments(java.lang.String newValue)
           
 void setDispositionDate(java.lang.String newValue)
           
 void setQuantity(java.lang.String newValue)
           
 void setRtnDspCodeId(java.lang.String newValue)
           
 void setRtnRcptDspId(java.lang.String newValue)
           
 void setRtnReasonId(java.lang.String newValue)
           
 void setRtnReceiptId(java.lang.String newValue)            
 

Method Detail

getQuantity

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

setQuantity

public void setQuantity(java.lang.String newValue)

getRtnReceiptId

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

setRtnReceiptId

public void setRtnReceiptId(java.lang.String newValue)

getDispositionDate

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

setDispositionDate

public void setDispositionDate(java.lang.String newValue)

getRtnReasonId

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

setRtnReasonId

public void setRtnReasonId(java.lang.String newValue)

getComments

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

setComments

public void setComments(java.lang.String newValue)

getRtnRcptDspId

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

setRtnRcptDspId

public void setRtnRcptDspId(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)