Class Comment

java.lang.Object
org.exoplatform.task.domain.Comment

@Entity(name="TaskComment") public class Comment extends Object
  • Constructor Details

    • Comment

      public Comment()
  • Method Details

    • setParentComment

      public void setParentComment(Comment parentComment)
    • addSubComment

      public void addSubComment(Comment subComment)
    • clone

      public Comment clone()
      Overrides:
      clone in class Object