Class TaskCommentRepresentationModel

java.lang.Object
org.springframework.hateoas.RepresentationModel<TaskCommentRepresentationModel>
pro.taskana.task.rest.models.TaskCommentRepresentationModel

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

    • TaskCommentRepresentationModel

      public TaskCommentRepresentationModel()
  • Method Details

    • 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)
    • getCreatorFullName

      public String getCreatorFullName()
    • setCreatorFullName

      public void setCreatorFullName(String creatorFullName)
    • getCreated

      public Instant getCreated()
    • setCreated

      public void setCreated(Instant created)
    • getModified

      public Instant getModified()
    • setModified

      public void setModified(Instant modified)