Interface Comments

All Superinterfaces:
Serializable
All Known Implementing Classes:
CommentsImpl

public interface Comments extends Serializable
The Interface Comments.
  • Method Details

    • 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

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

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