com.ibm.commerce.ordermanagement.objects
Interface ReturnReasonAccessBeanData

All Known Implementing Classes:
ReturnReasonAccessBean

public interface ReturnReasonAccessBeanData


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

getMarkForDelete

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

getReasonType

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

getStoreentId

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

setCode

public void setCode(java.lang.String newValue)

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

setReasonType

public void setReasonType(java.lang.String newValue)

setRtnReasonId

public void setRtnReasonId(java.lang.String newValue)

setStoreentId

public void setStoreentId(java.lang.String newValue)