- All Implemented Interfaces:
QueryItem
The TaskQueryItem entity contains the number of tasks for a domain which have a specific state.
-
Constructor Summary
Constructors
-
Method Summary
The key of a QueryItem determines its
row
within a
Report.
int
Its value will be added to the existing cell value during the insertion into a
Report.
void
void
void
-
Constructor Details
-
TaskQueryItem
public TaskQueryItem()
-
Method Details
-
setWorkbasketKey
public void setWorkbasketKey(String workbasketKey)
-
setCount
public void setCount(int count)
-
-
-
getKey
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()
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
-