public class CommentModel extends Object
| Constructor and Description |
|---|
CommentModel(Comment cmt,
User author,
String formattedComment) |
| Modifier and Type | Method and Description |
|---|---|
User |
getAuthor() |
String |
getComment() |
Date |
getCreatedTime() |
String |
getFormattedComment() |
long |
getId() |
Task |
getTask() |
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.