public interface ForumMessageAccessBeanData
Modifier and Type | Method and Description |
---|---|
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) |
java.lang.String getAction() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setAction(java.lang.String newValue)
java.lang.String getMsgBody() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setMsgBody(java.lang.String newValue)
java.lang.String getTargetId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setTargetId(java.lang.String newValue)
java.lang.String getViewStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setViewStatus(java.lang.String newValue)
java.lang.String getActionRemark() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setActionRemark(java.lang.String newValue)
java.lang.String getPostTime() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setPostTime(java.lang.String newValue)
java.lang.String getPosterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setPosterId(java.lang.String newValue)
java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setField3(java.lang.String newValue)
java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setField2(java.lang.String newValue)
java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setField1(java.lang.String newValue)
java.lang.String getMsgSubject() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setMsgSubject(java.lang.String newValue)
java.lang.String getRootMsgId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setRootMsgId(java.lang.String newValue)
java.lang.String getId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setId(java.lang.String newValue)
java.lang.String getParentMsgId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setParentMsgId(java.lang.String newValue)
java.lang.String getForumId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setForumId(java.lang.String newValue)
java.lang.String getMsgStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
void setMsgStatus(java.lang.String newValue)