Interface ModifiableThread

    • Method Detail

      • setTitle

        void setTitle​(String title)
        Set the title of this thread.
        Parameters:
        title - the thread's title
      • setAuthor

        void setAuthor​(UserIdentity author)
        Set the author of this thread.
        Parameters:
        author - the author
      • setCreationDate

        void setCreationDate​(Date creationDate)
        Set the thread's creation date.
        Parameters:
        creationDate - the thread's creation date.
      • markAsRead

        void markAsRead​(UserIdentity user)
        Mark the thread as read by a user
        Parameters:
        user - The user