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 Stringcustom1protected Stringcustom2protected Stringcustom3protected Stringcustom4protected Stringdescriptionprotected Stringdomainprotected Stringkeyprotected Stringnameprotected StringorgLevel1protected StringorgLevel2protected StringorgLevel3protected StringorgLevel4protected Stringownerprotected pro.taskana.workbasket.api.WorkbasketTypetypeprotected StringworkbasketId
-
Constructor Summary
Constructors Constructor Description WorkbasketSummaryRepresentationModel()
-
Method Summary
-
-
-
Field Detail
-
workbasketId
protected String workbasketId
-
key
protected String key
-
name
protected String name
-
domain
protected String domain
-
type
protected pro.taskana.workbasket.api.WorkbasketType type
-
description
protected String description
-
owner
protected String owner
-
custom1
protected String custom1
-
custom2
protected String custom2
-
custom3
protected String custom3
-
custom4
protected String custom4
-
orgLevel1
protected String orgLevel1
-
orgLevel2
protected String orgLevel2
-
orgLevel3
protected String orgLevel3
-
orgLevel4
protected String orgLevel4
-
-
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)
-
-