public class MonitorQueryItem extends Object implements AgeQueryItem
| Constructor and Description |
|---|
MonitorQueryItem() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAgeInDays() |
String |
getKey()
The key of a QueryItem determines its row within a
Report. |
int |
getValue() |
void |
setAgeInDays(int ageInDays) |
void |
setKey(String key) |
void |
setNumberOfTasks(int numberOfTasks) |
String |
toString() |
public String getKey()
QueryItemReport.public void setKey(String key)
public int getAgeInDays()
getAgeInDays in interface AgeQueryItempublic void setAgeInDays(int ageInDays)
setAgeInDays in interface AgeQueryItempublic void setNumberOfTasks(int numberOfTasks)
Copyright © 2020. All rights reserved.