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 represents the content of a cell in the TimestampReport.
  • Constructor Details

    • TimestampQueryItem

      public TimestampQueryItem()
  • Method Details

    • getKey

      public String getKey()
      Description copied from interface: QueryItem
      The key of a QueryItem determines its row within a Report.
      Specified by:
      getKey in interface QueryItem
      Returns:
      the key of this QueryItem.
    • getValue

      public int getValue()
      Description copied from interface: QueryItem
      Its value will be added to the existing cell value during the insertion into a Report.
      Specified by:
      getValue in interface QueryItem
      Returns:
      the value
    • getAgeInDays

      public int getAgeInDays()
      Specified by:
      getAgeInDays in interface AgeQueryItem
    • setAgeInDays

      public void setAgeInDays(int ageInDays)
      Specified by:
      setAgeInDays in interface AgeQueryItem
    • getOrgLevel1

      public String getOrgLevel1()
    • getOrgLevel2

      public String getOrgLevel2()
    • getOrgLevel3

      public String getOrgLevel3()
    • getOrgLevel4

      public String getOrgLevel4()