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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected pro.taskana.workbasket.api.WorkbasketTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()booleangetName()getOwner()pro.taskana.workbasket.api.WorkbasketTypegetType()voidsetCustom1(String custom1) voidsetCustom2(String custom2) voidsetCustom3(String custom3) voidsetCustom4(String custom4) voidsetCustom5(String custom5) voidsetCustom6(String custom6) voidsetCustom7(String custom7) voidsetCustom8(String custom8) voidsetDescription(String description) voidvoidvoidsetMarkedForDeletion(boolean markedForDeletion) voidvoidsetOrgLevel1(String orgLevel1) voidsetOrgLevel2(String orgLevel2) voidsetOrgLevel3(String orgLevel3) voidsetOrgLevel4(String orgLevel4) voidvoidsetType(pro.taskana.workbasket.api.WorkbasketType type) voidsetWorkbasketId(String workbasketId) Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Field Details
-
workbasketId
-
key
-
name
-
domain
-
type
protected pro.taskana.workbasket.api.WorkbasketType type -
description
-
owner
-
custom1
-
custom2
-
custom3
-
custom4
-
custom5
-
custom6
-
custom7
-
custom8
-
orgLevel1
-
orgLevel2
-
orgLevel3
-
orgLevel4
-
-
Constructor Details
-
WorkbasketSummaryRepresentationModel
public WorkbasketSummaryRepresentationModel()
-
-
Method Details
-
getWorkbasketId
-
setWorkbasketId
-
getKey
-
setKey
-
getName
-
setName
-
getDomain
-
setDomain
-
getType
public pro.taskana.workbasket.api.WorkbasketType getType() -
setType
public void setType(pro.taskana.workbasket.api.WorkbasketType type) -
getDescription
-
setDescription
-
getOwner
-
setOwner
-
getCustom1
-
setCustom1
-
getCustom2
-
setCustom2
-
getCustom3
-
setCustom3
-
getCustom4
-
setCustom4
-
getCustom5
-
setCustom5
-
getCustom6
-
setCustom6
-
getCustom7
-
setCustom7
-
getCustom8
-
setCustom8
-
getOrgLevel1
-
setOrgLevel1
-
getOrgLevel2
-
setOrgLevel2
-
getOrgLevel3
-
setOrgLevel3
-
getOrgLevel4
-
setOrgLevel4
-
getMarkedForDeletion
public boolean getMarkedForDeletion() -
setMarkedForDeletion
public void setMarkedForDeletion(boolean markedForDeletion)
-