public interface Workbasket
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreated()
Returns the timestamp when the workbasket was created.
|
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 |
getOwner()
Returns the Id of the workbasket-owner.
|
WorkbasketType |
getType()
Returns the type of the workbasket.
|
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 |
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 workbasketName)
Sets the name of the workbasket.
|
void |
setType(WorkbasketType type)
Sets the type of the workbasket.
|
String getId()
Timestamp getCreated()
String getKey()
void setKey(String key)
key - the key of the workbasketString getDomain()
void setDomain(String domain)
domain - the domain of the workbasketWorkbasketType getType()
void setType(WorkbasketType type)
type - the type of the workbasketTimestamp getModified()
void setModified(Timestamp modified)
modified - the timestamp when the workbasket was last modifiedString getName()
void setName(String workbasketName)
workbasketName - the name of the workbasketString getDescription()
void setDescription(String description)
description - the description of the workbasketString getOwner()
List<Workbasket> getDistributionTargets()
void setDistributionTargets(List<Workbasket> distributionTargets)
distributionTargets - the distribution targets of the workbasketCopyright © 2017. All rights reserved.