|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
setForumId(java.lang.String newForumId)
Sets the forumId. |
void |
setForumMessageBeans(ForumMessageLightDataBean[] newForumMessageBeans)
Sets the array of forum message beans. |
void |
setMsgStatus(java.lang.String newMsgStatus)
Sets the value of field msgStatus. |
void |
setParentMsgId(java.lang.String newParentMsgId)
Sets the parentMsgId. |
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 viewStatus. |
Method Detail |
public void setForumId(java.lang.String newForumId)
newForumId
- the relevant forum id.public void setForumMessageBeans(ForumMessageLightDataBean[] newForumMessageBeans)
newForumMessageBeans
- The array of forum message light data beans.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 |