com.ibm.commerce.ordermanagement.objects
Interface ReturnReasonAccessBeanData

All Known Implementing Classes:
ReturnReasonAccessBean

public interface ReturnReasonAccessBeanData

This table stores the reason for customer dissatisfaction with a product.


Method Summary
 java.lang.String getCode()
           
 java.lang.String getMarkForDelete()
           
 java.lang.String getReasonType()
           
 java.lang.String getRtnReasonId()
           
 java.lang.String getStoreentId()
           
 void setCode(java.lang.String newValue)
           
 void setMarkForDelete(java.lang.String newValue)
           
 void setReasonType(java.lang.String newValue)
           
 void setRtnReasonId(java.lang.String newValue)
           
 void setStoreentId(java.lang.String newValue)            
 

Method Detail

getCode

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

setCode

public void setCode(java.lang.String newValue)

getMarkForDelete

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

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

getStoreentId

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

setStoreentId

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

getReasonType

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

setReasonType

public void setReasonType(java.lang.String newValue)