Class 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 Detail

      • SelectedItem

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

      • 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