com.ibm.commerce.negotiation.objects
Interface MessageMemberRelationAccessBeanData

All Known Implementing Classes:
MessageMemberRelationAccessBean

public interface MessageMemberRelationAccessBeanData

This table describes the relationship between a message and a member.


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

getSendStatus

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

setSendStatus

public void setSendStatus(java.lang.String newValue)

getStatus

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

setStatus

public void setStatus(java.lang.String newValue)

getId

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

setId

public void setId(java.lang.String newValue)

getRecipientId

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

setRecipientId

public void setRecipientId(java.lang.String newValue)

Feedback