Package org.cesilko.rachota.gui
Class ReportGenerator.TaskRow
java.lang.Object
org.cesilko.rachota.gui.ReportGenerator.TaskRow
- All Implemented Interfaces:
Comparable
- Enclosing class:
- ReportGenerator
Comparable object representing one task in the summary on report. It has several properties
like name, number of occurrences in the selected period, projects the task belongs to, total
duration of the task (tasks with same name) and compilation of notes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
TaskRow
-
-
Method Details
-
includeTask
-
getTaskDescription
String getTaskDescription() -
getOccurrences
int getOccurrences() -
getProjectsIterator
Iterator getProjectsIterator() -
getProjects
String getProjects() -
getDuration
long getDuration() -
getNotesIterator
Iterator getNotesIterator() -
getNotes
String getNotes() -
compareTo
- Specified by:
compareTo
in interfaceComparable
-