com.ibm.commerce.ordermanagement.objects
Interface ReturnReceiptAccessBeanData

All Known Implementing Classes:
ReturnReceiptAccessBean

public interface ReturnReceiptAccessBeanData

This table stores the receipt record that indicates that a returned item, from a return merchandise authorization (RMAA), has been received and specifies information about the received items.


Method Summary
 java.lang.String getDateReceived()
           
 java.lang.String getDispositionedQty()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getQuantity()
           
 java.lang.String getRmaId()
           
 java.lang.String getRmaItemCmpId()
           
 java.lang.String getRtnReceiptId()
           
 java.lang.String getVersionSpcId()
           
 void setDateReceived(java.lang.String newValue)
           
 void setDispositionedQty(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setQuantity(java.lang.String newValue)
           
 void setRmaId(java.lang.String newValue)
           
 void setRmaItemCmpId(java.lang.String newValue)
           
 void setRtnReceiptId(java.lang.String newValue)
           
 void setVersionSpcId(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)

getLastUpdate

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

setLastUpdate

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

getVersionSpcId

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

setVersionSpcId

public void setVersionSpcId(java.lang.String newValue)

getDateReceived

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

setDateReceived

public void setDateReceived(java.lang.String newValue)

getDispositionedQty

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

setDispositionedQty

public void setDispositionedQty(java.lang.String newValue)

getRmaItemCmpId

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

setRmaItemCmpId

public void setRmaItemCmpId(java.lang.String newValue)

getRmaId

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

setRmaId

public void setRmaId(java.lang.String newValue)