com.ibm.commerce.negotiation.objects
Interface MessageAccessBeanData

All Known Implementing Classes:
MessageAccessBean

public interface MessageAccessBeanData

This table contains messages generated by the Auctions component.


Method Summary
java.lang.String getBase()
java.lang.String getContent()
java.lang.String getDelayTime()
java.lang.String getId()
java.lang.String getMsgParam1()
java.lang.String getMsgParam2()
java.lang.String getMsgParam3()
java.lang.String getMsgType()
java.lang.String getPostTime()
java.lang.String getSenderId()
java.lang.String getSubject()
java.lang.String getTargetId()
void setBase(java.lang.String newValue)
void setContent(java.lang.String newValue)
void setDelayTime(java.lang.String newValue)
void setId(java.lang.String newValue)
void setMsgParam1(java.lang.String newValue)
void setMsgParam2(java.lang.String newValue)
void setMsgParam3(java.lang.String newValue)
void setMsgType(java.lang.String newValue)
void setPostTime(java.lang.String newValue)
void setSenderId(java.lang.String newValue)
void setSubject(java.lang.String newValue)
void setTargetId(java.lang.String newValue)

Method Detail

getMsgParam3

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

setMsgParam3

public void setMsgParam3(java.lang.String newValue)

getMsgParam2

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

setMsgParam2

public void setMsgParam2(java.lang.String newValue)

getMsgParam1

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

setMsgParam1

public void setMsgParam1(java.lang.String newValue)

getTargetId

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

setTargetId

public void setTargetId(java.lang.String newValue)

getMsgType

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

setMsgType

public void setMsgType(java.lang.String newValue)

getSubject

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

setSubject

public void setSubject(java.lang.String newValue)

getPostTime

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

setPostTime

public void setPostTime(java.lang.String newValue)

getBase

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

setBase

public void setBase(java.lang.String newValue)

getDelayTime

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

setDelayTime

public void setDelayTime(java.lang.String newValue)

getContent

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

setContent

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

getSenderId

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

setSenderId

public void setSenderId(java.lang.String newValue)

Feedback