com.ibm.commerce.ordermanagement.objects
Interface RMAAccessBeanData

All Known Implementing Classes:
RMAAccessBean

public interface RMAAccessBeanData


Method Summary
 java.lang.String getComments()
           
 java.lang.String getCurrency()
           
 java.lang.String getFfmcenterId()
           
 java.lang.String getInUse()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getMemberId()
           
 java.lang.String getOrganizationId()
           
 java.lang.String getPolicyId()
           
 java.lang.String getPrepared()
           
 java.lang.String getRefundAgainstOrdId()
           
 java.lang.String getRmaDate()
           
 java.lang.String getRmaId()
           
 java.lang.String getStatus()
           
 java.lang.String getStoreId()
           
 java.lang.String getTotalCredit()
           
 java.lang.String getTradingId()
           
 void setComments(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setFfmcenterId(java.lang.String newValue)
           
 void setInUse(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setMemberId(java.lang.String newValue)
           
 void setOrganizationId(java.lang.String newValue)
           
 void setPolicyId(java.lang.String newValue)
           
 void setPrepared(java.lang.String newValue)
           
 void setRefundAgainstOrdId(java.lang.String newValue)
           
 void setRmaDate(java.lang.String newValue)
           
 void setRmaId(java.lang.String newValue)
           
 void setStatus(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)
           
 void setTotalCredit(java.lang.String newValue)
           
 void setTradingId(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

getCurrency

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

getFfmcenterId

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

getInUse

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

getMemberId

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

getOrganizationId

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

getPolicyId

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

getPrepared

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

getRefundAgainstOrdId

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

getRmaDate

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

getStatus

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

getStoreId

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

getTotalCredit

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

getTradingId

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

setComments

public void setComments(java.lang.String newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setFfmcenterId

public void setFfmcenterId(java.lang.String newValue)

setInUse

public void setInUse(java.lang.String newValue)

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

setMemberId

public void setMemberId(java.lang.String newValue)

setOrganizationId

public void setOrganizationId(java.lang.String newValue)

setPolicyId

public void setPolicyId(java.lang.String newValue)

setPrepared

public void setPrepared(java.lang.String newValue)

setRefundAgainstOrdId

public void setRefundAgainstOrdId(java.lang.String newValue)

setRmaDate

public void setRmaDate(java.lang.String newValue)

setRmaId

public void setRmaId(java.lang.String newValue)

setStatus

public void setStatus(java.lang.String newValue)

setStoreId

public void setStoreId(java.lang.String newValue)

setTotalCredit

public void setTotalCredit(java.lang.String newValue)

setTradingId

public void setTradingId(java.lang.String newValue)