Class SuggestionCommentEntity
java.lang.Object
org.silverpeas.core.webapi.comment.CommentEntity
org.silverpeas.components.suggestionbox.web.SuggestionCommentEntity
- All Implemented Interfaces:
Serializable,org.silverpeas.core.web.rs.WebEntity
public class SuggestionCommentEntity
extends org.silverpeas.core.webapi.comment.CommentEntity
A comment posted about a given suggestion. It extends the comment by adding it additional
information like the title and the author of the commented suggestion.
- Author:
- mmoquillon
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SuggestionCommentEntityfromComment(org.silverpeas.core.comment.model.Comment comment, String language) inthashCode()onSuggestion(Suggestion suggestion) Methods inherited from class org.silverpeas.core.webapi.comment.CommentEntity
getAuthor, getComponentId, getCreationDate, getCurrentUserLanguage, getId, getModificationDate, getResourceId, getResourceType, getText, getURI, isIndexed, toComment, withCurrentUserLanguage, withURI
-
Method Details
-
fromComment
public static SuggestionCommentEntity fromComment(org.silverpeas.core.comment.model.Comment comment, String language) -
onSuggestion
-
getSuggestionTitle
-
getSuggestionAuthorName
-
equals
- Overrides:
equalsin classorg.silverpeas.core.webapi.comment.CommentEntity
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.silverpeas.core.webapi.comment.CommentEntity
-