Package pro.taskana.monitor.api
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 Summary
Constructors Constructor Description SelectedItem(String key, String subKey, int lowerAgeLimit, int upperAgeLimit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetKey()intgetLowerAgeLimit()StringgetSubKey()intgetUpperAgeLimit()inthashCode()StringtoString()
-