com.ibm.commerce.negotiation.objects
Interface ForumMessageAccessBeanData

All Known Implementing Classes:
ForumMessageAccessBean

public interface ForumMessageAccessBeanData

This table contains forum messages sent between an administrator and a customer.


Method Summary
java.lang.String getAction()
java.lang.String getActionRemark()
java.lang.String getField1()
java.lang.String getField2()
java.lang.String getField3()
java.lang.String getForumId()
java.lang.String getId()
java.lang.String getMsgBody()
java.lang.String getMsgStatus()
java.lang.String getMsgSubject()
java.lang.String getParentMsgId()
java.lang.String getPosterId()
java.lang.String getPostTime()
java.lang.String getRootMsgId()
java.lang.String getTargetId()
java.lang.String getViewStatus()
void setAction(java.lang.String newValue)
void setActionRemark(java.lang.String newValue)
void setField1(java.lang.String newValue)
void setField2(java.lang.String newValue)
void setField3(java.lang.String newValue)
void setForumId(java.lang.String newValue)
void setId(java.lang.String newValue)
void setMsgBody(java.lang.String newValue)
void setMsgStatus(java.lang.String newValue)
void setMsgSubject(java.lang.String newValue)
void setParentMsgId(java.lang.String newValue)
void setPosterId(java.lang.String newValue)
void setPostTime(java.lang.String newValue)
void setRootMsgId(java.lang.String newValue)
void setTargetId(java.lang.String newValue)
void setViewStatus(java.lang.String newValue)

Method Detail

getAction

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

setAction

public void setAction(java.lang.String newValue)

getMsgBody

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

setMsgBody

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

getViewStatus

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

setViewStatus

public void setViewStatus(java.lang.String newValue)

getActionRemark

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

setActionRemark

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

getPosterId

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

setPosterId

public void setPosterId(java.lang.String newValue)

getField3

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

setField3

public void setField3(java.lang.String newValue)

getField2

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

setField2

public void setField2(java.lang.String newValue)

getField1

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

setField1

public void setField1(java.lang.String newValue)

getMsgSubject

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

setMsgSubject

public void setMsgSubject(java.lang.String newValue)

getRootMsgId

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

setRootMsgId

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

getParentMsgId

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

setParentMsgId

public void setParentMsgId(java.lang.String newValue)

getForumId

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

setForumId

public void setForumId(java.lang.String newValue)

getMsgStatus

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

setMsgStatus

public void setMsgStatus(java.lang.String newValue)

Feedback