Package org.cesilko.rachota.gui
Class ReportGenerator.ProjectRow
java.lang.Object
org.cesilko.rachota.gui.ReportGenerator.ProjectRow
- All Implemented Interfaces:
Comparable
- Enclosing class:
- ReportGenerator
Comparable object representing one project in the summary on report. It has several properties
like name, number of occurrences in the selected period, tasks that belonged to the project,
total duration of all owned tasks and compilation of notes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
ProjectRow
-
-
Method Details
-
includeTask
-
getProjectDescription
String getProjectDescription() -
getOccurrences
int getOccurrences() -
getTasksIterator
Iterator getTasksIterator() -
getTasks
String getTasks() -
getDuration
long getDuration() -
getNotesIterator
Iterator getNotesIterator() -
getNotes
String getNotes() -
compareTo
- Specified by:
compareTo
in interfaceComparable
-