Class CommentsImpl
java.lang.Object
com.priint.pubserver.metadata.xml.note.CommentsImpl
- All Implemented Interfaces:
Comments,Serializable
The type Comments.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the comments.intGets the show titles.voidsetComments(List<Comment> comments) Sets the comments.voidsetShowTitles(int showTitles) Sets the show titles.
-
Constructor Details
-
CommentsImpl
public CommentsImpl()
-
-
Method Details
-
getShowTitles
public int getShowTitles()Description copied from interface:CommentsGets the show titles.- Specified by:
getShowTitlesin interfaceComments- Returns:
- the show titles
-
setShowTitles
public void setShowTitles(int showTitles) Description copied from interface:CommentsSets the show titles.- Specified by:
setShowTitlesin interfaceComments- Parameters:
showTitles- the new show titles
-
getComments
Description copied from interface:CommentsGets the comments.- Specified by:
getCommentsin interfaceComments- Returns:
- the comments
- See Also:
-
setComments
Description copied from interface:CommentsSets the comments.- Specified by:
setCommentsin interfaceComments- Parameters:
comments- the new comments- See Also:
-