public class WorkbasketSummaryRepresentationModel extends org.springframework.hateoas.RepresentationModel<WorkbasketSummaryRepresentationModel>
WorkbasketSummary.| Modifier and Type | Field and Description |
|---|---|
protected String |
custom1 |
protected String |
custom2 |
protected String |
custom3 |
protected String |
custom4 |
protected String |
description |
protected String |
domain |
protected String |
key |
protected String |
name |
protected String |
orgLevel1 |
protected String |
orgLevel2 |
protected String |
orgLevel3 |
protected String |
orgLevel4 |
protected String |
owner |
protected pro.taskana.workbasket.api.WorkbasketType |
type |
protected String |
workbasketId |
| Constructor and Description |
|---|
WorkbasketSummaryRepresentationModel() |
protected String workbasketId
protected String key
protected String name
protected String domain
protected pro.taskana.workbasket.api.WorkbasketType type
protected String description
protected String owner
protected String custom1
protected String custom2
protected String custom3
protected String custom4
protected String orgLevel1
protected String orgLevel2
protected String orgLevel3
protected String orgLevel4
public WorkbasketSummaryRepresentationModel()
public String getWorkbasketId()
public void setWorkbasketId(String workbasketId)
public String getKey()
public void setKey(String key)
public String getName()
public void setName(String name)
public String getDomain()
public void setDomain(String domain)
public pro.taskana.workbasket.api.WorkbasketType getType()
public void setType(pro.taskana.workbasket.api.WorkbasketType type)
public String getDescription()
public void setDescription(String description)
public String getOwner()
public void setOwner(String owner)
public 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)
public boolean getMarkedForDeletion()
public void setMarkedForDeletion(boolean markedForDeletion)
Copyright © 2020. All rights reserved.