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 static SuggestionCommentEntityfromComment(org.silverpeas.core.comment.model.Comment comment)StringgetSuggestionAuthorName()StringgetSuggestionTitle()SuggestionCommentEntityonSuggestion(Suggestion suggestion)
-
-
-
Method Detail
-
fromComment
public static SuggestionCommentEntity fromComment(org.silverpeas.core.comment.model.Comment comment)
-
onSuggestion
public SuggestionCommentEntity onSuggestion(Suggestion suggestion)
-
getSuggestionTitle
public String getSuggestionTitle()
-
getSuggestionAuthorName
public String getSuggestionAuthorName()
-
-