com.ibm.commerce.negotiation.objects
Interface MessageMemberRelationAccessBeanData

All Known Implementing Classes:
MessageMemberRelationAccessBean

public interface MessageMemberRelationAccessBeanData


Method Summary
 java.lang.String getId()
           
 java.lang.String getRecipientId()
           
 java.lang.String getSendStatus()
           
 java.lang.String getStatus()
           
 void setId(java.lang.String newValue)
           
 void setRecipientId(java.lang.String newValue)
           
 void setSendStatus(java.lang.String newValue)
           
 void setStatus(java.lang.String newValue)
           
 

Method Detail

getId

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

getRecipientId

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

getSendStatus

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

setId

public void setId(java.lang.String newValue)

setRecipientId

public void setRecipientId(java.lang.String newValue)

setSendStatus

public void setSendStatus(java.lang.String newValue)

setStatus

public void setStatus(java.lang.String newValue)