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>
EntityModel class forAttachmentSummary.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringattachmentIdprotected Stringchannelprotected ClassificationSummaryRepresentationModelclassificationSummaryprotected Instantcreatedprotected Instantmodifiedprotected pro.taskana.task.api.models.ObjectReferenceobjectReferenceprotected Instantreceivedprotected StringtaskId
-
Constructor Summary
Constructors Constructor Description AttachmentSummaryRepresentationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttachmentId()StringgetChannel()ClassificationSummaryRepresentationModelgetClassificationSummary()InstantgetCreated()InstantgetModified()pro.taskana.task.api.models.ObjectReferencegetObjectReference()InstantgetReceived()StringgetTaskId()voidsetAttachmentId(String attachmentId)voidsetChannel(String channel)voidsetClassificationSummary(ClassificationSummaryRepresentationModel classificationSummary)voidsetCreated(Instant created)voidsetModified(Instant modified)voidsetObjectReference(pro.taskana.task.api.models.ObjectReference objectReference)voidsetReceived(Instant received)voidsetTaskId(String taskId)
-
-
-
Field Detail
-
attachmentId
protected String attachmentId
-
taskId
protected String taskId
-
created
protected Instant created
-
modified
protected Instant modified
-
received
protected Instant received
-
classificationSummary
protected ClassificationSummaryRepresentationModel classificationSummary
-
objectReference
protected pro.taskana.task.api.models.ObjectReference objectReference
-
channel
protected String channel
-
-
Method Detail
-
getAttachmentId
public String getAttachmentId()
-
setAttachmentId
public void setAttachmentId(String attachmentId)
-
getTaskId
public String getTaskId()
-
setTaskId
public void setTaskId(String taskId)
-
getCreated
public Instant getCreated()
-
setCreated
public void setCreated(Instant created)
-
getModified
public Instant getModified()
-
setModified
public void setModified(Instant modified)
-
getReceived
public Instant getReceived()
-
setReceived
public void setReceived(Instant received)
-
getClassificationSummary
public ClassificationSummaryRepresentationModel getClassificationSummary()
-
setClassificationSummary
public void setClassificationSummary(ClassificationSummaryRepresentationModel classificationSummary)
-
getObjectReference
public pro.taskana.task.api.models.ObjectReference getObjectReference()
-
setObjectReference
public void setObjectReference(pro.taskana.task.api.models.ObjectReference objectReference)
-
getChannel
public String getChannel()
-
setChannel
public void setChannel(String channel)
-
-