com.ibm.commerce.negotiation.beans
Interface ForumMessageListInputDataBean

All Known Implementing Classes:
ForumMessageListBean

public interface ForumMessageListInputDataBean


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

setForumId

public void setForumId(java.lang.String newForumId)
setForumId(String) Sets the value of field forumId.
Parameters:
newForumId - newForumId java.lang.String

setForumMessageBeans

public void setForumMessageBeans(ForumMessageDataBean[] newForumMessageBeans)
Loads the array of ForumMessageDataBean.
Parameters:
newForumMessageBeans - new array of ForumMessageDataBean objects.

setMsgStatus

public void setMsgStatus(java.lang.String newMsgStatus)
Sets the msgStatus.
Parameters:
newMsgStatus - the message status; Active or Deleted.

setParentMsgId

public void setParentMsgId(java.lang.String newParentMsgId)
Sets the parent message id.
Parameters:
newParentMsgId - for a response message, the original message id; for an original message, the message id.

setPosterId

public void setPosterId(java.lang.String newPosterId)
Sets the id of the user posting the message.
Parameters:
newPosterId - the id of the user posting the message.

setRootMsgId

public void setRootMsgId(java.lang.String newRootMsgId)
Sets the id of the first (root) message in the current thread.
Parameters:
newRootMsgId - the id of the first (root) message in the current thread.

setTargetId

public void setTargetId(java.lang.String newTargetId)
Sets the id of the relevant auction.
Parameters:
newTargetId - the id of the relevant auction.

setViewStatus

public void setViewStatus(java.lang.String newViewStatus)
Sets the viewStatus.
Parameters:
newViewStatus - the view status; Public or PrIvate.