public class TaskSummaryRepresentationModel extends org.springframework.hateoas.RepresentationModel<TaskSummaryRepresentationModel>
WorkbasketSummary.| Constructor and Description |
|---|
TaskSummaryRepresentationModel() |
protected String taskId
protected String externalId
protected Instant created
protected Instant claimed
protected Instant completed
protected Instant modified
protected Instant planned
protected Instant due
protected String name
protected String creator
protected String note
protected String description
protected int priority
protected pro.taskana.task.api.TaskState state
protected ClassificationSummaryRepresentationModel classificationSummary
protected WorkbasketSummaryRepresentationModel workbasketSummary
protected String businessProcessId
protected String parentBusinessProcessId
protected String owner
protected pro.taskana.task.api.models.ObjectReference primaryObjRef
protected boolean isRead
protected boolean isTransferred
protected String custom1
protected String custom2
protected String custom3
protected String custom4
protected String custom5
protected String custom6
protected String custom7
protected String custom8
protected String custom9
protected String custom10
protected String custom11
protected String custom12
protected String custom13
protected String custom14
protected String custom15
protected String custom16
public String getTaskId()
public void setTaskId(String taskId)
public String getExternalId()
public void setExternalId(String externalId)
public Instant getCreated()
public void setCreated(Instant created)
public Instant getClaimed()
public void setClaimed(Instant claimed)
public Instant getCompleted()
public void setCompleted(Instant completed)
public Instant getModified()
public void setModified(Instant modified)
public Instant getPlanned()
public void setPlanned(Instant planned)
public Instant getDue()
public void setDue(Instant due)
public String getName()
public void setName(String name)
public String getCreator()
public void setCreator(String creator)
public String getNote()
public void setNote(String note)
public String getDescription()
public void setDescription(String description)
public int getPriority()
public void setPriority(int priority)
public pro.taskana.task.api.TaskState getState()
public void setState(pro.taskana.task.api.TaskState state)
public ClassificationSummaryRepresentationModel getClassificationSummary()
public void setClassificationSummary(ClassificationSummaryRepresentationModel classificationSummary)
public WorkbasketSummaryRepresentationModel getWorkbasketSummary()
public void setWorkbasketSummary(WorkbasketSummaryRepresentationModel workbasketSummary)
public String getBusinessProcessId()
public void setBusinessProcessId(String businessProcessId)
public String getParentBusinessProcessId()
public void setParentBusinessProcessId(String parentBusinessProcessId)
public String getOwner()
public void setOwner(String owner)
public pro.taskana.task.api.models.ObjectReference getPrimaryObjRef()
public void setPrimaryObjRef(pro.taskana.task.api.models.ObjectReference primaryObjRef)
public boolean isRead()
public void setRead(boolean isRead)
public boolean isTransferred()
public void setTransferred(boolean isTransferred)
public List<AttachmentSummaryRepresentationModel> getAttachmentSummaries()
public void setAttachmentSummaries(List<AttachmentSummaryRepresentationModel> attachmentSummaries)
public String getCustom1()
public void setCustom1(String custom1)
public String getCustom2()
public void setCustom2(String custom2)
public String getCustom3()
public void setCustom3(String custom3)
public String getCustom4()
public void setCustom4(String custom4)
public String getCustom5()
public void setCustom5(String custom5)
public String getCustom6()
public void setCustom6(String custom6)
public String getCustom7()
public void setCustom7(String custom7)
public String getCustom8()
public void setCustom8(String custom8)
public String getCustom9()
public void setCustom9(String custom9)
public String getCustom10()
public void setCustom10(String custom10)
public String getCustom11()
public void setCustom11(String custom11)
public String getCustom12()
public void setCustom12(String custom12)
public String getCustom13()
public void setCustom13(String custom13)
public String getCustom14()
public void setCustom14(String custom14)
public String getCustom15()
public void setCustom15(String custom15)
public String getCustom16()
public void setCustom16(String custom16)
Copyright © 2020. All rights reserved.