Class CommentsImpl

  • All Implemented Interfaces:
    Comments, java.io.Serializable

    public class CommentsImpl
    extends java.lang.Object
    implements java.io.Serializable, Comments
    The type Comments.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CommentsImpl()  
    • Constructor Detail

      • CommentsImpl

        public CommentsImpl()
    • Method Detail

      • getShowTitles

        public int getShowTitles()
        Description copied from interface: Comments
        Gets the show titles.
        Specified by:
        getShowTitles in interface Comments
        Returns:
        the show titles
      • setShowTitles

        public void setShowTitles​(int showTitles)
        Description copied from interface: Comments
        Sets the show titles.
        Specified by:
        setShowTitles in interface Comments
        Parameters:
        showTitles - the new show titles
      • getComments

        public java.util.List<Comment> getComments()
        Description copied from interface: Comments
        Gets the comments.
        Specified by:
        getComments in interface Comments
        Returns:
        the comments
        See Also:
        Comment
      • setComments

        public void setComments​(java.util.List<Comment> comments)
        Description copied from interface: Comments
        Sets the comments.
        Specified by:
        setComments in interface Comments
        Parameters:
        comments - the new comments
        See Also:
        Comment