Class TaskCommentRepresentationModel


  • public class TaskCommentRepresentationModel
    extends org.springframework.hateoas.RepresentationModel<TaskCommentRepresentationModel>
    EntityModel class for TaskComment.
    • Constructor Detail

      • TaskCommentRepresentationModel

        public TaskCommentRepresentationModel()
    • Method Detail

      • getTaskCommentId

        public String getTaskCommentId()
      • setTaskCommentId

        public void setTaskCommentId​(String taskCommentId)
      • getTaskId

        public String getTaskId()
      • setTaskId

        public void setTaskId​(String taskId)
      • getTextField

        public String getTextField()
      • setTextField

        public void setTextField​(String textField)
      • getCreator

        public String getCreator()
      • setCreator

        public void setCreator​(String creator)
      • getCreated

        public Instant getCreated()
      • setCreated

        public void setCreated​(Instant created)
      • getModified

        public Instant getModified()
      • setModified

        public void setModified​(Instant modified)