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 for WorkbasketSummary.
  • Field Details

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

      protected String custom5
      A custom property with name "5".
    • custom6

      protected String custom6
      A custom property with name "6".
    • custom7

      protected String custom7
      A custom property with name "7".
    • custom8

      protected String custom8
      A custom property with name "8".
    • 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).
  • 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)