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 Details

    • 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:
      equals in class org.silverpeas.core.webapi.comment.CommentEntity
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.silverpeas.core.webapi.comment.CommentEntity