com.ibm.commerce.ordermanagement.objects
Interface ReturnReceiptAccessBeanData

All Known Implementing Classes:
ReturnReceiptAccessBean

public interface ReturnReceiptAccessBeanData


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

getDateReceived

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

getDispositionedQty

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

getLastUpdate

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

getRmaId

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

getRmaItemCmpId

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

getVersionSpcId

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

setDateReceived

public void setDateReceived(java.lang.String newValue)

setDispositionedQty

public void setDispositionedQty(java.lang.String newValue)

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

setQuantity

public void setQuantity(java.lang.String newValue)

setRmaId

public void setRmaId(java.lang.String newValue)

setRmaItemCmpId

public void setRmaItemCmpId(java.lang.String newValue)

setRtnReceiptId

public void setRtnReceiptId(java.lang.String newValue)

setVersionSpcId

public void setVersionSpcId(java.lang.String newValue)