Package pro.taskana.task.rest.models
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreated(Instant created) voidsetCreator(String creator) voidsetCreatorFullName(String creatorFullName) voidsetModified(Instant modified) voidsetTaskCommentId(String taskCommentId) voidvoidsetTextField(String textField) Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
TaskCommentRepresentationModel
public TaskCommentRepresentationModel()
-
-
Method Details
-
getTaskCommentId
-
setTaskCommentId
-
getTaskId
-
setTaskId
-
getTextField
-
setTextField
-
getCreator
-
setCreator
-
getCreatorFullName
-
setCreatorFullName
-
getCreated
-
setCreated
-
getModified
-
setModified
-