public class TaskSummaryImpl extends Object implements TaskSummary
| Constructor and Description |
|---|
TaskSummaryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachmentSummary(AttachmentSummary attachmentSummary) |
boolean |
equals(Object obj) |
List<AttachmentSummary> |
getAttachmentSummaries() |
String |
getBusinessProcessId()
Gets the businessProcessId of the task.
|
java.time.Instant |
getClaimed()
Gets the time when the task was claimed.
|
ClassificationSummary |
getClassificationSummary()
Gets the classification summary of the task.
|
ClassificationSummaryImpl |
getClassificationSummaryImpl() |
java.time.Instant |
getCompleted()
Gets the time when the task was completed.
|
java.time.Instant |
getCreated()
Gets the time when the task was created.
|
String |
getCustom1()
Gets the custom1 property of the task.
|
String |
getCustom10()
Gets the custom10 property of the task.
|
String |
getCustom2()
Gets the custom2 property of the task.
|
String |
getCustom3()
Gets the custom3 property of the task.
|
String |
getCustom4()
Gets the custom4 property of the task.
|
String |
getCustom5()
Gets the custom5 property of the task.
|
String |
getCustom6()
Gets the custom6 property of the task.
|
String |
getCustom7()
Gets the custom7 property of the task.
|
String |
getCustom8()
Gets the custom8 property of the task.
|
String |
getCustom9()
Gets the custom9 property of the task.
|
String |
getDomain()
Gets the domain of the task.
|
java.time.Instant |
getDue()
Gets the time when the task is due.
|
java.time.Instant |
getModified()
Gets the time when the task was last modified.
|
String |
getName()
Gets the name of the task.
|
String |
getNote()
Gets the note attached to the task.
|
String |
getOwner()
Gets the owner of the task.
|
String |
getParentBusinessProcessId()
Gets the parentBusinessProcessId of the task.
|
java.time.Instant |
getPlanned()
Gets the time when the task is planned to be executed.
|
ObjectReference |
getPrimaryObjRef()
Gets the primary ObjectReference of the task.
|
int |
getPriority()
Gets the priority of the task.
|
TaskState |
getState()
Gets the state of the task.
|
String |
getTaskId()
Gets the id of the task..
|
WorkbasketSummary |
getWorkbasketSummary()
Gets the workbasket summary of the task.
|
WorkbasketSummaryImpl |
getWorkbasketSummaryImpl() |
int |
hashCode() |
boolean |
isRead()
Gets the isRead flag of the task.
|
boolean |
isTransferred()
Gets the isTransferred flag of the task.
|
void |
setAttachmentSummaries(List<AttachmentSummary> attachmentSummaries) |
void |
setBusinessProcessId(String businessProcessId) |
void |
setClaimed(java.time.Instant claimed) |
void |
setClassificationSummary(ClassificationSummary classificationSummary) |
void |
setClassificationSummaryImpl(ClassificationSummaryImpl classificationSummary) |
void |
setCompleted(java.time.Instant completed) |
void |
setCreated(java.time.Instant created) |
void |
setCustom1(String custom1) |
void |
setCustom10(String custom10) |
void |
setCustom2(String custom2) |
void |
setCustom3(String custom3) |
void |
setCustom4(String custom4) |
void |
setCustom5(String custom5) |
void |
setCustom6(String custom6) |
void |
setCustom7(String custom7) |
void |
setCustom8(String custom8) |
void |
setCustom9(String custom9) |
void |
setDomain(String domain) |
void |
setDue(java.time.Instant due) |
void |
setModified(java.time.Instant modified) |
void |
setName(String name) |
void |
setNote(String note) |
void |
setOwner(String owner) |
void |
setParentBusinessProcessId(String parentBusinessProcessId) |
void |
setPlanned(java.time.Instant planned) |
void |
setPrimaryObjRef(ObjectReference primaryObjRef) |
void |
setPriority(int priority) |
void |
setRead(boolean isRead) |
void |
setState(TaskState state) |
void |
setTaskId(String id) |
void |
setTransferred(boolean isTransferred) |
void |
setWorkbasketSummary(WorkbasketSummary workbasketSummary) |
void |
setWorkbasketSummaryImpl(WorkbasketSummaryImpl workbasketSummary) |
String |
toString() |
public String getTaskId()
TaskSummarygetTaskId in interface TaskSummarypublic void setTaskId(String id)
public java.time.Instant getCreated()
TaskSummarygetCreated in interface TaskSummarypublic void setCreated(java.time.Instant created)
public java.time.Instant getClaimed()
TaskSummarygetClaimed in interface TaskSummarypublic void setClaimed(java.time.Instant claimed)
public java.time.Instant getCompleted()
TaskSummarygetCompleted in interface TaskSummarypublic void setCompleted(java.time.Instant completed)
public java.time.Instant getModified()
TaskSummarygetModified in interface TaskSummarypublic void setModified(java.time.Instant modified)
public java.time.Instant getPlanned()
TaskSummarygetPlanned in interface TaskSummarypublic void setPlanned(java.time.Instant planned)
public java.time.Instant getDue()
TaskSummarygetDue in interface TaskSummarypublic void setDue(java.time.Instant due)
public String getName()
TaskSummarygetName in interface TaskSummarypublic void setName(String name)
public String getNote()
TaskSummarygetNote in interface TaskSummarypublic void setNote(String note)
public int getPriority()
TaskSummarygetPriority in interface TaskSummarypublic void setPriority(int priority)
public TaskState getState()
TaskSummarygetState in interface TaskSummarypublic void setState(TaskState state)
public ClassificationSummary getClassificationSummary()
TaskSummarygetClassificationSummary in interface TaskSummarypublic void setClassificationSummary(ClassificationSummary classificationSummary)
public WorkbasketSummary getWorkbasketSummary()
TaskSummarygetWorkbasketSummary in interface TaskSummarypublic void setWorkbasketSummary(WorkbasketSummary workbasketSummary)
public WorkbasketSummaryImpl getWorkbasketSummaryImpl()
public void setWorkbasketSummaryImpl(WorkbasketSummaryImpl workbasketSummary)
public String getDomain()
TaskSummarygetDomain in interface TaskSummarypublic void setDomain(String domain)
public String getBusinessProcessId()
TaskSummarygetBusinessProcessId in interface TaskSummarypublic void setBusinessProcessId(String businessProcessId)
public String getParentBusinessProcessId()
TaskSummarygetParentBusinessProcessId in interface TaskSummarypublic void setParentBusinessProcessId(String parentBusinessProcessId)
public String getOwner()
TaskSummarygetOwner in interface TaskSummarypublic void setOwner(String owner)
public ObjectReference getPrimaryObjRef()
TaskSummarygetPrimaryObjRef in interface TaskSummarypublic void setPrimaryObjRef(ObjectReference primaryObjRef)
public boolean isRead()
TaskSummaryisRead in interface TaskSummarypublic void setRead(boolean isRead)
public boolean isTransferred()
TaskSummaryisTransferred in interface TaskSummarypublic void setTransferred(boolean isTransferred)
public List<AttachmentSummary> getAttachmentSummaries()
public void setAttachmentSummaries(List<AttachmentSummary> attachmentSummaries)
public void addAttachmentSummary(AttachmentSummary attachmentSummary)
public String getCustom1()
TaskSummarygetCustom1 in interface TaskSummarypublic void setCustom1(String custom1)
public String getCustom2()
TaskSummarygetCustom2 in interface TaskSummarypublic void setCustom2(String custom2)
public String getCustom3()
TaskSummarygetCustom3 in interface TaskSummarypublic void setCustom3(String custom3)
public String getCustom4()
TaskSummarygetCustom4 in interface TaskSummarypublic void setCustom4(String custom4)
public String getCustom5()
TaskSummarygetCustom5 in interface TaskSummarypublic void setCustom5(String custom5)
public String getCustom6()
TaskSummarygetCustom6 in interface TaskSummarypublic void setCustom6(String custom6)
public String getCustom7()
TaskSummarygetCustom7 in interface TaskSummarypublic void setCustom7(String custom7)
public String getCustom8()
TaskSummarygetCustom8 in interface TaskSummarypublic void setCustom8(String custom8)
public String getCustom9()
TaskSummarygetCustom9 in interface TaskSummarypublic void setCustom9(String custom9)
public String getCustom10()
TaskSummarygetCustom10 in interface TaskSummarypublic void setCustom10(String custom10)
public ClassificationSummaryImpl getClassificationSummaryImpl()
public void setClassificationSummaryImpl(ClassificationSummaryImpl classificationSummary)
Copyright © 2018. All rights reserved.