|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
setForumId(java.lang.String newForumId)
setForumId(String) Sets the value of field forumId. |
void |
setForumMessageBeans(ForumMessageDataBean[] newForumMessageBeans)
Loads the array of ForumMessageDataBean. |
void |
setMsgStatus(java.lang.String newMsgStatus)
Sets the msgStatus. |
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 viewStatus. |
Method Detail |
public void setForumId(java.lang.String newForumId)
newForumId
- newForumId java.lang.Stringpublic void setForumMessageBeans(ForumMessageDataBean[] newForumMessageBeans)
newForumMessageBeans
- new array of ForumMessageDataBean objects.public void setMsgStatus(java.lang.String newMsgStatus)
newMsgStatus
- the message status; Active or Deleted.public void setParentMsgId(java.lang.String newParentMsgId)
newParentMsgId
- for a response message, the original message id;
for an original message, the message id.public void setPosterId(java.lang.String newPosterId)
newPosterId
- the id of the user posting the message.public void setRootMsgId(java.lang.String newRootMsgId)
newRootMsgId
- the id of the first (root) message in the current thread.public void setTargetId(java.lang.String newTargetId)
newTargetId
- the id of the relevant auction.public void setViewStatus(java.lang.String newViewStatus)
newViewStatus
- the view status; Public or PrIvate.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |