public class WorkbasketImpl extends Object implements Workbasket
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreated()
Returns the timestamp when the workbasket was created.
|
String |
getCustom1() |
String |
getCustom2() |
String |
getCustom3() |
String |
getCustom4() |
String |
getDescription()
Returns the workbasket-descriptions.
|
List<Workbasket> |
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.
|
Timestamp |
getModified()
Returns the timestamp when the workbasket was modified the last time.
|
String |
getName()
Returns the name of the workbasket.
|
String |
getOrgLevel1() |
String |
getOrgLevel2() |
String |
getOrgLevel3() |
String |
getOrgLevel4() |
String |
getOwner()
Returns the Id of the workbasket-owner.
|
WorkbasketType |
getType()
Returns the type of the workbasket.
|
void |
setCreated(Timestamp created) |
void |
setCustom1(String custom1) |
void |
setCustom2(String custom2) |
void |
setCustom3(String custom3) |
void |
setCustom4(String custom4) |
void |
setDescription(String description)
Sets the workbasket-descriptions.
|
void |
setDistributionTargets(List<Workbasket> 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(Timestamp 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) |
void |
setOrgLevel2(String orgLevel2) |
void |
setOrgLevel3(String orgLevel3) |
void |
setOrgLevel4(String orgLevel4) |
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 Timestamp getCreated()
WorkbasketgetCreated in interface Workbasketpublic void setCreated(Timestamp created)
public Timestamp getModified()
WorkbasketgetModified in interface Workbasketpublic void setModified(Timestamp modified)
WorkbasketsetModified in interface Workbasketmodified - the timestamp when the workbasket was last modifiedpublic 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<Workbasket> getDistributionTargets()
WorkbasketgetDistributionTargets in interface Workbasketpublic void setDistributionTargets(List<Workbasket> distributionTargets)
WorkbasketsetDistributionTargets in interface WorkbasketdistributionTargets - the distribution targets of the workbasketpublic String getCustom1()
public void setCustom1(String custom1)
public String getCustom2()
public void setCustom2(String custom2)
public String getCustom3()
public void setCustom3(String custom3)
public String getCustom4()
public void setCustom4(String custom4)
public String getOrgLevel1()
public void setOrgLevel1(String orgLevel1)
public String getOrgLevel2()
public void setOrgLevel2(String orgLevel2)
public String getOrgLevel3()
public void setOrgLevel3(String orgLevel3)
public String getOrgLevel4()
public void setOrgLevel4(String orgLevel4)
Copyright © 2018. All rights reserved.