Class CommentsImpl

java.lang.Object
com.priint.pubserver.metadata.xml.note.CommentsImpl
All Implemented Interfaces:
Comments, Serializable

public class CommentsImpl extends Object implements Serializable, Comments
The type Comments.
See Also:
  • Constructor Details

    • CommentsImpl

      public CommentsImpl()
  • Method Details

    • 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 List<Comment> getComments()
      Description copied from interface: Comments
      Gets the comments.
      Specified by:
      getComments in interface Comments
      Returns:
      the comments
      See Also:
    • setComments

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