Interface Comments

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    CommentsImpl

    public interface Comments
    extends java.io.Serializable
    The Interface Comments.
    • Method Detail

      • getShowTitles

        int getShowTitles()
        Gets the show titles.
        Returns:
        the show titles
      • setShowTitles

        void setShowTitles​(int showTitles)
        Sets the show titles.
        Parameters:
        showTitles - the new show titles
      • getComments

        java.util.List<Comment> getComments()
        Gets the comments.
        Returns:
        the comments
        See Also:
        Comment
      • setComments

        void setComments​(java.util.List<Comment> comments)
        Sets the comments.
        Parameters:
        comments - the new comments
        See Also:
        Comment