com.ibm.commerce.ordermanagement.objects
Interface ReturnReceiptDispositionAccessBeanData

All Known Implementing Classes:
ReturnReceiptDispositionAccessBean

public interface ReturnReceiptDispositionAccessBeanData


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

getComments

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

getDispositionDate

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

getQuantity

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

getRtnRcptDspId

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

getRtnReasonId

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

getRtnReceiptId

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

setComments

public void setComments(java.lang.String newValue)

setDispositionDate

public void setDispositionDate(java.lang.String newValue)

setQuantity

public void setQuantity(java.lang.String newValue)

setRtnDspCodeId

public void setRtnDspCodeId(java.lang.String newValue)

setRtnRcptDspId

public void setRtnRcptDspId(java.lang.String newValue)

setRtnReasonId

public void setRtnReasonId(java.lang.String newValue)

setRtnReceiptId

public void setRtnReceiptId(java.lang.String newValue)