Class SelectedItem

java.lang.Object
pro.taskana.monitor.api.SelectedItem

public class SelectedItem extends Object
An item that contains information of a selected item of a Report. It is used to get the task ids of the selected item of the Report.
  • Constructor Details

    • SelectedItem

      public SelectedItem(String key, String subKey, int lowerAgeLimit, int upperAgeLimit)
  • Method Details

    • getKey

      public String getKey()
    • getSubKey

      public String getSubKey()
    • getUpperAgeLimit

      public int getUpperAgeLimit()
    • getLowerAgeLimit

      public int getLowerAgeLimit()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object