public class WorkbasketImpl extends WorkbasketSummaryImpl implements Workbasket
| Constructor and Description |
|---|
WorkbasketImpl() |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummary |
asSummary()
Return a summary of the current workbasket.
|
protected boolean |
canEqual(Object other) |
WorkbasketImpl |
copy(String key)
Duplicates this Workbasket without the id.
|
boolean |
equals(Object obj) |
Instant |
getCreated()
Returns the date when the workbasket was created.
|
Instant |
getModified()
Returns the date when the workbasket was modified the last time.
|
int |
hashCode() |
void |
setCreated(Instant created) |
void |
setCustomAttribute(WorkbasketCustomField customField,
String value)
Sets the value for custom Attribute.
|
void |
setModified(Instant modified) |
String |
toString() |
copy, getCustom1, getCustom2, getCustom3, getCustom4, getCustomAttribute, getDescription, getDomain, getId, getKey, getName, getOrgLevel1, getOrgLevel2, getOrgLevel3, getOrgLevel4, getOwner, getType, isMarkedForDeletion, setCustom1, setCustom2, setCustom3, setCustom4, setDescription, setDomain, setId, setKey, setMarkedForDeletion, setName, setOrgLevel1, setOrgLevel2, setOrgLevel3, setOrgLevel4, setOwner, setTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitisMarkedForDeletion, setDescription, setMarkedForDeletion, setName, setOrgLevel1, setOrgLevel2, setOrgLevel3, setOrgLevel4, setOwner, setTypecopy, getCustomAttribute, getDescription, getDomain, getId, getKey, getName, getOrgLevel1, getOrgLevel2, getOrgLevel3, getOrgLevel4, getOwner, getTypepublic void setCustomAttribute(WorkbasketCustomField customField, String value)
WorkbasketsetCustomAttribute in interface WorkbasketcustomField - identifies which custom attribute is to be set.value - the value of the custom attribute to be setpublic WorkbasketImpl copy(String key)
Workbasketcopy in interface Workbasketkey - for the new Workbasketpublic Instant getCreated()
WorkbasketgetCreated in interface Workbasketpublic void setCreated(Instant created)
public Instant getModified()
WorkbasketgetModified in interface Workbasketpublic void setModified(Instant modified)
public WorkbasketSummary asSummary()
WorkbasketasSummary in interface Workbasketprotected boolean canEqual(Object other)
canEqual in class WorkbasketSummaryImplpublic int hashCode()
hashCode in class WorkbasketSummaryImplpublic boolean equals(Object obj)
equals in class WorkbasketSummaryImplpublic String toString()
toString in class WorkbasketSummaryImplCopyright © 2020. All rights reserved.