Class WorkbasketSummaryRepresentationModel
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<WorkbasketSummaryRepresentationModel>
-
- pro.taskana.workbasket.rest.models.WorkbasketSummaryRepresentationModel
-
- Direct Known Subclasses:
WorkbasketRepresentationModel
public class WorkbasketSummaryRepresentationModel extends org.springframework.hateoas.RepresentationModel<WorkbasketSummaryRepresentationModel>
EntityModel class forWorkbasketSummary.
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcustom1A custom property with name "1".protected Stringcustom2A custom property with name "2".protected Stringcustom3A custom property with name "3".protected Stringcustom4A custom property with name "4".protected Stringdescriptionthe description of the workbasket.protected StringdomainThe domain the workbasket belongs to.protected Stringkeythe professional key for the workbasket.protected StringnameThe name of the workbasket.protected StringorgLevel1The first Org Level (the top one).protected StringorgLevel2The second Org Level.protected StringorgLevel3The third Org Level.protected StringorgLevel4The fourth Org Level (the lowest one).protected StringownerThe owner of the workbasket.protected pro.taskana.workbasket.api.WorkbasketTypetypeThe type of the workbasket.protected StringworkbasketIdUnique Id.
-
Constructor Summary
Constructors Constructor Description WorkbasketSummaryRepresentationModel()
-
Method Summary
-
-
-
Field Detail
-
workbasketId
protected String workbasketId
Unique Id.
-
key
protected String key
the professional key for the workbasket.
-
name
protected String name
The name of the workbasket.
-
domain
protected String domain
The domain the workbasket belongs to.
-
type
protected pro.taskana.workbasket.api.WorkbasketType type
The type of the workbasket.
-
description
protected String description
the description of the workbasket.
-
owner
protected String owner
The owner of the workbasket. The owner is responsible for the on-time completion of all tasks in the workbasket.
-
custom1
protected String custom1
A custom property with name "1".
-
custom2
protected String custom2
A custom property with name "2".
-
custom3
protected String custom3
A custom property with name "3".
-
custom4
protected String custom4
A custom property with name "4".
-
orgLevel1
protected String orgLevel1
The first Org Level (the top one).The Org Level is an association with an org hierarchy level in the organization. The values are used for monitoring and statistical purposes and should reflect who is responsible of the tasks in the workbasket.
-
orgLevel2
protected String orgLevel2
The second Org Level.
-
orgLevel3
protected String orgLevel3
The third Org Level.
-
orgLevel4
protected String orgLevel4
The fourth Org Level (the lowest one).
-
-
Method Detail
-
getWorkbasketId
public String getWorkbasketId()
-
setWorkbasketId
public void setWorkbasketId(String workbasketId)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDomain
public String getDomain()
-
setDomain
public void setDomain(String domain)
-
getType
public pro.taskana.workbasket.api.WorkbasketType getType()
-
setType
public void setType(pro.taskana.workbasket.api.WorkbasketType type)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getOwner
public String getOwner()
-
setOwner
public void setOwner(String owner)
-
getCustom1
public String getCustom1()
-
setCustom1
public void setCustom1(String custom1)
-
getCustom2
public String getCustom2()
-
setCustom2
public void setCustom2(String custom2)
-
getCustom3
public String getCustom3()
-
setCustom3
public void setCustom3(String custom3)
-
getCustom4
public String getCustom4()
-
setCustom4
public void setCustom4(String custom4)
-
getOrgLevel1
public String getOrgLevel1()
-
setOrgLevel1
public void setOrgLevel1(String orgLevel1)
-
getOrgLevel2
public String getOrgLevel2()
-
setOrgLevel2
public void setOrgLevel2(String orgLevel2)
-
getOrgLevel3
public String getOrgLevel3()
-
setOrgLevel3
public void setOrgLevel3(String orgLevel3)
-
getOrgLevel4
public String getOrgLevel4()
-
setOrgLevel4
public void setOrgLevel4(String orgLevel4)
-
getMarkedForDeletion
public boolean getMarkedForDeletion()
-
setMarkedForDeletion
public void setMarkedForDeletion(boolean markedForDeletion)
-
-