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 Details

    • 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
    • custom5

      protected String custom5
    • custom6

      protected String custom6
    • custom7

      protected String custom7
    • custom8

      protected String custom8
    • orgLevel1

      protected String orgLevel1
    • orgLevel2

      protected String orgLevel2
    • orgLevel3

      protected String orgLevel3
    • orgLevel4

      protected String orgLevel4
  • Constructor Details

    • WorkbasketSummaryRepresentationModel

      public WorkbasketSummaryRepresentationModel()
  • Method Details

    • 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)
    • getCustom5

      public String getCustom5()
    • setCustom5

      public void setCustom5(String custom5)
    • getCustom6

      public String getCustom6()
    • setCustom6

      public void setCustom6(String custom6)
    • getCustom7

      public String getCustom7()
    • setCustom7

      public void setCustom7(String custom7)
    • getCustom8

      public String getCustom8()
    • setCustom8

      public void setCustom8(String custom8)
    • 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)