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) |
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 |
setModified(Instant modified) |
String |
toString() |
getCustom1, getCustom2, getCustom3, getCustom4, 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, setCustom1, setCustom2, setCustom3, setCustom4, setDescription, setMarkedForDeletion, setName, setOrgLevel1, setOrgLevel2, setOrgLevel3, setOrgLevel4, setOwner, setTypegetCustom1, getCustom2, getCustom3, getCustom4, getDescription, getDomain, getId, getKey, getName, getOrgLevel1, getOrgLevel2, getOrgLevel3, getOrgLevel4, getOwner, getTypepublic 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.