public class WorkbasketImpl extends Object implements Workbasket
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummary |
asSummary()
Return a summary of the current workbasket.
|
boolean |
equals(Object obj) |
java.time.Instant |
getCreated()
Returns the date when the workbasket was created.
|
String |
getCustom1()
Return the value for the custom1 attribute.
|
String |
getCustom2()
Return the value for the custom2 attribute.
|
String |
getCustom3()
Return the value for the custom3 attribute.
|
String |
getCustom4()
Return the value for the custom4 attribute.
|
String |
getDescription()
Returns the workbasket-descriptions.
|
String |
getDomain()
Returns the domain of the workbasket.
|
String |
getId()
Returns the unique id of a workbasket.
|
String |
getKey()
Returns the key of the workbasket.
|
java.time.Instant |
getModified()
Returns the date when the workbasket was modified the last time.
|
String |
getName()
Returns the name of the workbasket.
|
String |
getOrgLevel1()
Return the value for the orgLevel1 attribute.
|
String |
getOrgLevel2()
Return the value for the orgLevel2 attribute.
|
String |
getOrgLevel3()
Return the value for the orgLevel3 attribute.
|
String |
getOrgLevel4()
Return the value for the orgLevel4 attribute.
|
String |
getOwner()
Returns the Id of the workbasket-owner.
|
WorkbasketType |
getType()
Returns the type of the workbasket.
|
int |
hashCode() |
boolean |
isMarkedForDeletion()
Return the value for the markedForDeletion attribute.
|
void |
setCreated(java.time.Instant created) |
void |
setCustom1(String custom1)
Sets the value for custom1 Attribute.
|
void |
setCustom2(String custom2)
Sets the value for custom2 attribute.
|
void |
setCustom3(String custom3)
Sets the value for custom3 attribute.
|
void |
setCustom4(String custom4)
Sets the value for custom4 attribute.
|
void |
setDescription(String description)
Sets the workbasket-descriptions.
|
void |
setDomain(String domain) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setMarkedForDeletion(boolean markedForDeletion)
Sets the value for markedForDeletion attribute.
|
void |
setModified(java.time.Instant modified) |
void |
setName(String name)
Sets the name of the workbasket.
|
void |
setOrgLevel1(String orgLevel1)
Sets the value for orgLevel1 attribute.
|
void |
setOrgLevel2(String orgLevel2)
Sets the value for orgLevel2 attribute.
|
void |
setOrgLevel3(String orgLevel3)
Sets the value for orgLevel3 attribute.
|
void |
setOrgLevel4(String orgLevel4)
Sets the value for orgLevel4 attribute.
|
void |
setOwner(String owner)
Sets the owner-ID of the workbasket.
|
void |
setType(WorkbasketType type)
Sets the type of the workbasket.
|
String |
toString() |
public String getId()
WorkbasketgetId in interface Workbasketpublic void setId(String id)
public String getKey()
WorkbasketgetKey in interface Workbasketpublic void setKey(String key)
public java.time.Instant getCreated()
WorkbasketgetCreated in interface Workbasketpublic void setCreated(java.time.Instant created)
public java.time.Instant getModified()
WorkbasketgetModified in interface Workbasketpublic void setModified(java.time.Instant modified)
public String getName()
WorkbasketgetName in interface Workbasketpublic void setName(String name)
WorkbasketsetName in interface Workbasketname - the name of the workbasketpublic String getDescription()
WorkbasketgetDescription in interface Workbasketpublic void setDescription(String description)
WorkbasketsetDescription in interface Workbasketdescription - the description of the workbasketpublic String getOwner()
WorkbasketgetOwner in interface Workbasketpublic void setOwner(String owner)
WorkbasketsetOwner in interface Workbasketowner - of the current workbasketpublic String getDomain()
WorkbasketgetDomain in interface Workbasketpublic WorkbasketType getType()
WorkbasketgetType in interface Workbasketpublic void setType(WorkbasketType type)
WorkbasketsetType in interface Workbaskettype - the type of the workbasketpublic String getCustom1()
WorkbasketgetCustom1 in interface Workbasketpublic void setCustom1(String custom1)
WorkbasketsetCustom1 in interface Workbasketcustom1 - the custom1 property of the workbasketpublic String getCustom2()
WorkbasketgetCustom2 in interface Workbasketpublic void setCustom2(String custom2)
WorkbasketsetCustom2 in interface Workbasketcustom2 - the custom2 property of the workbasketpublic String getCustom3()
WorkbasketgetCustom3 in interface Workbasketpublic void setCustom3(String custom3)
WorkbasketsetCustom3 in interface Workbasketcustom3 - the custom3 property of the workbasketpublic String getCustom4()
WorkbasketgetCustom4 in interface Workbasketpublic void setCustom4(String custom4)
WorkbasketsetCustom4 in interface Workbasketcustom4 - the custom4 property of the workbasketpublic String getOrgLevel1()
WorkbasketgetOrgLevel1 in interface Workbasketpublic void setOrgLevel1(String orgLevel1)
WorkbasketsetOrgLevel1 in interface WorkbasketorgLevel1 - the orgLevel1 property of the workbasketpublic String getOrgLevel2()
WorkbasketgetOrgLevel2 in interface Workbasketpublic void setOrgLevel2(String orgLevel2)
WorkbasketsetOrgLevel2 in interface WorkbasketorgLevel2 - the orgLevel2 property of the workbasketpublic String getOrgLevel3()
WorkbasketgetOrgLevel3 in interface Workbasketpublic void setOrgLevel3(String orgLevel3)
WorkbasketsetOrgLevel3 in interface WorkbasketorgLevel3 - the orgLevel3 property of the workbasketpublic String getOrgLevel4()
WorkbasketgetOrgLevel4 in interface Workbasketpublic void setOrgLevel4(String orgLevel4)
WorkbasketsetOrgLevel4 in interface WorkbasketorgLevel4 - the orgLevel4 property of the workbasketpublic boolean isMarkedForDeletion()
WorkbasketisMarkedForDeletion in interface Workbasketpublic void setMarkedForDeletion(boolean markedForDeletion)
WorkbasketsetMarkedForDeletion in interface WorkbasketmarkedForDeletion - the markedForDeletion property of the workbasketpublic void setDomain(String domain)
public WorkbasketSummary asSummary()
WorkbasketasSummary in interface WorkbasketCopyright © 2018. All rights reserved.