Class JmixKanban.PropertiesMapping

java.lang.Object
io.jmix.kanbanflowui.kit.component.JmixKanban.PropertiesMapping
Enclosing class:
JmixKanban<T>

public static class JmixKanban.PropertiesMapping extends Object
POJO class for storing mapping of item attributes to properties of Kanban items.
  • Field Details

  • Constructor Details

  • Method Details

    • getInstance

      public static JmixKanban.PropertiesMapping getInstance()
      Returns:
      instance of the JmixKanban.PropertiesMapping
    • getId

      public String getId()
      Returns:
      attribute name to map to ID property
    • getStatus

      public String getStatus()
      Returns:
      attribute name to map to Status property
    • getText

      public String getText()
      Returns:
      attribute name to map to Text property
    • getUsername

      public String getUsername()
      Returns:
      attribute name to map to Username property
    • setUsername

      public void setUsername(String username)
      Sets attribute name to map to Username property.
      Parameters:
      username - attribute name
    • getUserAvatar

      public String getUserAvatar()
      Returns:
      attribute name to map to UserAvatar property
    • setUserAvatar

      public void setUserAvatar(String userAvatar)
      Sets attribute name to map to UserAvatar property.
      Parameters:
      userAvatar - attribute name
    • getColor

      public String getColor()
      Returns:
      attribute name to map to Color property
    • setColor

      public void setColor(String color)
      Sets attribute name to map to Color property.
      Parameters:
      color - attribute name
    • getDueDate

      public String getDueDate()
      Returns:
      attribute name to map to DueDate property
    • setDueDate

      public void setDueDate(String dueDate)
      Sets attribute name to map to DueDate property.
      Parameters:
      dueDate - attribute name
    • getProgress

      public String getProgress()
      Returns:
      attribute name to map to progress property
    • setProgress

      public void setProgress(String progress)
      Sets attribute name to map to Progress property.
      Parameters:
      progress - attribute name
    • getTags

      public String getTags()
      Returns:
      attribute name to map to Tags property
    • setTags

      public void setTags(String tags)
      Sets attribute name to map to Tags property.
      Parameters:
      tags - attribute name
    • getPriority

      public String getPriority()
      Returns:
      attribute name to map to Priority property
    • setPriority

      public void setPriority(String priority)
      Sets attribute name to map to Priority property.
      Parameters:
      priority - attribute name
    • getSwimlane

      public String getSwimlane()
      Returns:
      attribute name to map to swimlane property
    • setSwimlane

      public void setSwimlane(String swimlane)
      Sets attribute name to map to Swimlane property.
      Parameters:
      swimlane - attribute name