public class WorkbasketImpl extends Object implements Workbasket
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummary |
asSummary()
Return a summary of the current workbasket.
|
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.
|
List<WorkbasketSummary> |
getDistributionTargets()
Returns a list of all distribution targets.
|
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.
|
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 |
setDistributionTargets(List<WorkbasketSummary> distributionTargets)
Sets the list of distribution targets for this workbasket.
|
void |
setDomain(String domain)
Set the domain of the workbasket.
|
void |
setId(String id) |
void |
setKey(String key)
Set the key of the workbasket.
|
void |
setModified(java.time.Instant modified)
Sets the time when the workbasket was modified the last time.
|
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) |
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)
WorkbasketsetKey in interface Workbasketkey - the key of the workbasketpublic 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)
WorkbasketsetModified in interface Workbasketmodified - as Instantpublic 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)
public String getDomain()
WorkbasketgetDomain in interface Workbasketpublic void setDomain(String domain)
WorkbasketsetDomain in interface Workbasketdomain - the domain of the workbasketpublic WorkbasketType getType()
WorkbasketgetType in interface Workbasketpublic void setType(WorkbasketType type)
WorkbasketsetType in interface Workbaskettype - the type of the workbasketpublic List<WorkbasketSummary> getDistributionTargets()
WorkbasketgetDistributionTargets in interface Workbasketpublic void setDistributionTargets(List<WorkbasketSummary> distributionTargets)
WorkbasketsetDistributionTargets in interface WorkbasketdistributionTargets - the distribution targets 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 WorkbasketSummary asSummary()
WorkbasketasSummary in interface WorkbasketCopyright © 2018. All rights reserved.