Class TimestampQueryItem
- java.lang.Object
-
- pro.taskana.monitor.api.reports.item.TimestampQueryItem
-
- All Implemented Interfaces:
AgeQueryItem,QueryItem
public class TimestampQueryItem extends Object implements AgeQueryItem
The TimestampQueryItem contains the necessary information for theTimestampReport.
-
-
Constructor Summary
Constructors Constructor Description TimestampQueryItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAgeInDays()StringgetKey()The key of a QueryItem determines its row within aReport.StringgetOrgLevel1()StringgetOrgLevel2()StringgetOrgLevel3()StringgetOrgLevel4()intgetValue()Its value will be added to the existing cell value during the insertion into a report.voidsetAgeInDays(int ageInDays)
-
-
-
Method Detail
-
getKey
public String getKey()
Description copied from interface:QueryItemThe key of a QueryItem determines its row within aReport.
-
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
public String getOrgLevel1()
-
getOrgLevel2
public String getOrgLevel2()
-
getOrgLevel3
public String getOrgLevel3()
-
getOrgLevel4
public String getOrgLevel4()
-
-