Class TimestampQueryItem
java.lang.Object
pro.taskana.monitor.api.reports.item.TimestampQueryItem
- All Implemented Interfaces:
AgeQueryItem,QueryItem
The TimestampQueryItem represents the content of a cell in the TimestampReport.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetKey()intgetValue()Its value will be added to the existing cell value during the insertion into a Report.voidsetAgeInDays(int ageInDays)
-
Constructor Details
-
TimestampQueryItem
public TimestampQueryItem()
-
-
Method Details
-
getKey
Description copied from interface:QueryItem -
getValue
public int getValue()Description copied from interface:QueryItemIts value will be added to the existing cell value during the insertion into a Report. -
getAgeInDays
public int getAgeInDays()- Specified by:
getAgeInDaysin interfaceAgeQueryItem
-
setAgeInDays
public void setAgeInDays(int ageInDays) - Specified by:
setAgeInDaysin interfaceAgeQueryItem
-
getOrgLevel1
-
getOrgLevel2
-
getOrgLevel3
-
getOrgLevel4
-