Package org.exoplatform.task.domain
Class Comment
java.lang.Object
org.exoplatform.task.domain.Comment
- Author:
- Tuyen Nguyen The.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSubComment(Comment subComment) clone()longgetId()getTask()voidvoidsetComment(String comment) voidsetCreatedTime(Date createdTime) voidsetId(long id) voidsetParentComment(Comment parentComment) voidsetSubComments(List<Comment> subComments) void
-
Constructor Details
-
Comment
public Comment()
-
-
Method Details