Package pro.taskana.task.rest.models
Class AttachmentSummaryRepresentationModel
java.lang.Object
org.springframework.hateoas.RepresentationModel<AttachmentSummaryRepresentationModel>
pro.taskana.task.rest.models.AttachmentSummaryRepresentationModel
- Direct Known Subclasses:
AttachmentRepresentationModel
public class AttachmentSummaryRepresentationModel
extends org.springframework.hateoas.RepresentationModel<AttachmentSummaryRepresentationModel>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected ClassificationSummaryRepresentationModelprotected Instantprotected Instantprotected ObjectReferenceRepresentationModelprotected Instantprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttachmentId(String attachmentId) voidsetChannel(String channel) voidsetClassificationSummary(ClassificationSummaryRepresentationModel classificationSummary) voidsetCreated(Instant created) voidsetModified(Instant modified) voidsetObjectReference(ObjectReferenceRepresentationModel objectReference) voidsetReceived(Instant received) voidMethods 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
-
Field Details
-
attachmentId
-
taskId
-
created
-
modified
-
received
-
classificationSummary
-
objectReference
-
channel
-
-
Constructor Details
-
AttachmentSummaryRepresentationModel
public AttachmentSummaryRepresentationModel()
-
-
Method Details
-
getAttachmentId
-
setAttachmentId
-
getTaskId
-
setTaskId
-
getCreated
-
setCreated
-
getModified
-
setModified
-
getReceived
-
setReceived
-
getClassificationSummary
-
setClassificationSummary
public void setClassificationSummary(ClassificationSummaryRepresentationModel classificationSummary) -
getObjectReference
-
setObjectReference
-
getChannel
-
setChannel
-