Class CommentsImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.note.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()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Comment>getComments()Gets the comments.intgetShowTitles()Gets the show titles.voidsetComments(java.util.List<Comment> comments)Sets the comments.voidsetShowTitles(int showTitles)Sets the show titles.
-
-
-
Method Detail
-
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
public java.util.List<Comment> getComments()
Description copied from interface:CommentsGets the comments.- Specified by:
getCommentsin interfaceComments- Returns:
- the comments
- See Also:
Comment
-
setComments
public void setComments(java.util.List<Comment> comments)
Description copied from interface:CommentsSets the comments.- Specified by:
setCommentsin interfaceComments- Parameters:
comments- the new comments- See Also:
Comment
-
-