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.CommentEntityA 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:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static SuggestionCommentEntityfromComment(org.silverpeas.core.comment.model.Comment comment, String language)StringgetSuggestionAuthorName()StringgetSuggestionTitle()inthashCode()SuggestionCommentEntityonSuggestion(Suggestion suggestion)
-
-
-
Method Detail
-
fromComment
public static SuggestionCommentEntity fromComment(org.silverpeas.core.comment.model.Comment comment, String language)
-
onSuggestion
public SuggestionCommentEntity onSuggestion(Suggestion suggestion)
-
getSuggestionTitle
public String getSuggestionTitle()
-
getSuggestionAuthorName
public String getSuggestionAuthorName()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classorg.silverpeas.core.webapi.comment.CommentEntity
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.silverpeas.core.webapi.comment.CommentEntity
-
-