Interface Comments
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CommentsImpl
The Interface Comments.
-
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.
-
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
Gets the comments.- Returns:
- the comments
- See Also:
-
setComments
Sets the comments.- Parameters:
comments- the new comments- See Also:
-