public class ForumMessageListBean extends NegotiationListBean implements ForumMessageListInputDataBean, ForumMessageListSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT |
protected java.lang.String | forumId |
protected ForumMessageDataBean[] | forumMessageBeans |
protected java.lang.String | msgStatus |
protected java.lang.String | parentMsgId |
protected java.lang.String | posterId |
protected java.lang.String | rootMsgId |
protected java.lang.String | targetId |
protected java.lang.String | viewStatus |
Constructor and Description |
---|
ForumMessageListBean()
Constructs a forum message list bean.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getForumId()
Gets the forum ID.
|
ForumMessageDataBean[] | getForumMessageBeans()
Gets a sorted list of forum message data bean objects.
|
java.lang.String | getMsgStatus()
Gets the msg status.
|
java.lang.String | getParentMsgId()
Gets the parent message ID.
|
java.lang.String | getPosterId()
Gets the ID of the user posting the message.
|
java.lang.String | getRootMsgId()
Gets the ID of the first (root) message in the current thread.
|
java.lang.String | getTargetId()
Gets the ID of the relevant auction.
|
java.lang.String | getViewStatus()
Gets the view status.
|
void | populate()
Looks up forum messages and populates an array with the result.
|
void | setForumId(java.lang.String newForumId)
Set forum ID(String) Sets the value of field forum ID.
|
void | setForumMessageBeans(ForumMessageDataBean[] newForumMessageBeans)
Loads the array of forum message data bean.
|
void | setMsgStatus(java.lang.String newMsgStatus)
Sets the msg status.
|
void | setParentMsgId(java.lang.String newParentMsgId)
Sets the parent message ID.
|
void | setPosterId(java.lang.String newPosterId)
Sets the ID of the user posting the message.
|
void | setRootMsgId(java.lang.String newRootMsgId)
Sets the ID of the first (root) message in the current thread.
|
void | setTargetId(java.lang.String newTargetId)
Sets the ID of the relevant auction.
|
void | setViewStatus(java.lang.String newViewStatus)
Sets the view status.
|
protected java.lang.String viewStatus
protected java.lang.String msgStatus
protected java.lang.String forumId
protected java.lang.String posterId
protected java.lang.String rootMsgId
protected java.lang.String parentMsgId
protected java.lang.String targetId
protected ForumMessageDataBean[] forumMessageBeans
public static final java.lang.String COPYRIGHT
public ForumMessageListBean()
public java.lang.String getForumId()
public ForumMessageDataBean[] getForumMessageBeans()
public java.lang.String getMsgStatus()
public java.lang.String getParentMsgId()
public java.lang.String getPosterId()
public java.lang.String getRootMsgId()
public java.lang.String getTargetId()
public java.lang.String getViewStatus()
public void populate() throws java.lang.Exception
public void setForumId(java.lang.String newForumId)
public void setForumMessageBeans(ForumMessageDataBean[] newForumMessageBeans)
public void setMsgStatus(java.lang.String newMsgStatus)
public void setParentMsgId(java.lang.String newParentMsgId)
public void setPosterId(java.lang.String newPosterId)
public void setRootMsgId(java.lang.String newRootMsgId)
public void setTargetId(java.lang.String newTargetId)
public void setViewStatus(java.lang.String newViewStatus)