com.ibm.commerce.negotiation.beans

Interface ForumMessageLightListInputDataBean

  • All Known Implementing Classes:
    ForumMessageLightListBean


    public interface ForumMessageLightListInputDataBean
    The interface of forum message lights list input data bean
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setForumId(java.lang.String newForumId)
      Sets the forum ID.
      void setForumMessageBeans(ForumMessageLightDataBean[] newForumMessageBeans)
      Sets the array of forum message beans.
      void setMsgStatus(java.lang.String newMsgStatus)
      Sets the value of field 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 view status.
    • Method Detail

      • setForumId

        void setForumId(java.lang.String newForumId)
        Sets the forum ID.
        Parameters:
        newForumId - the relevant forum ID.
      • setForumMessageBeans

        void setForumMessageBeans(ForumMessageLightDataBean[] newForumMessageBeans)
        Sets the array of forum message beans.
        Parameters:
        newForumMessageBeans - The array of forum message lights data beans.
      • setMsgStatus

        void setMsgStatus(java.lang.String newMsgStatus)
        Sets the value of field msg status.
        Parameters:
        newMsgStatus - the message status; Active or Deleted.
      • setParentMsgId

        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

        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

        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

        void setTargetId(java.lang.String newTargetId)
        Sets the ID of the relevant auction.
        Parameters:
        newTargetId - the ID of the relevant auction.
      • setViewStatus

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