Class TimeIntervalColumnHeader.Range
java.lang.Object
pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader
pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader.Range
- All Implemented Interfaces:
ColumnHeader<AgeQueryItem>
- Enclosing class:
- TimeIntervalColumnHeader
For representation of Range.
-
Nested Class Summary
Nested classes/interfaces inherited from class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader
TimeIntervalColumnHeader.Date, TimeIntervalColumnHeader.Range -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe display name is the string representation of this column.Methods inherited from class pro.taskana.monitor.api.reports.header.TimeIntervalColumnHeader
fits, getLargestLowerLimit, getLowerAgeLimit, getSmallestUpperLimit, getUpperAgeLimit, toString
-
Constructor Details
-
Range
public Range(int ageInDays) -
Range
public Range(int lowerAgeLimit, int upperAgeLimit)
-
-
Method Details
-
getDisplayName
Description copied from interface:ColumnHeaderThe display name is the string representation of this column. Used to give this column a name during presentation.- Specified by:
getDisplayNamein interfaceColumnHeader<AgeQueryItem>- Overrides:
getDisplayNamein classTimeIntervalColumnHeader- Returns:
- String representation of this column.
-