com.ibm.commerce.negotiation.objects
Interface ForumMessageAccessBeanData

All Known Implementing Classes:
ForumMessageAccessBean

public interface ForumMessageAccessBeanData


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

getActionRemark

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

getField1

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

getField2

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

getField3

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

getForumId

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

getId

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

getMsgBody

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

getMsgStatus

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

getMsgSubject

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

getParentMsgId

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

getPosterId

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

getPostTime

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

getRootMsgId

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

getTargetId

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

getViewStatus

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

setAction

public void setAction(java.lang.String newValue)

setActionRemark

public void setActionRemark(java.lang.String newValue)

setField1

public void setField1(java.lang.String newValue)

setField2

public void setField2(java.lang.String newValue)

setField3

public void setField3(java.lang.String newValue)

setForumId

public void setForumId(java.lang.String newValue)

setId

public void setId(java.lang.String newValue)

setMsgBody

public void setMsgBody(java.lang.String newValue)

setMsgStatus

public void setMsgStatus(java.lang.String newValue)

setMsgSubject

public void setMsgSubject(java.lang.String newValue)

setParentMsgId

public void setParentMsgId(java.lang.String newValue)

setPosterId

public void setPosterId(java.lang.String newValue)

setPostTime

public void setPostTime(java.lang.String newValue)

setRootMsgId

public void setRootMsgId(java.lang.String newValue)

setTargetId

public void setTargetId(java.lang.String newValue)

setViewStatus

public void setViewStatus(java.lang.String newValue)