Package org.cesilko.rachota.gui
Class InvoiceGenerator.TaskRow
java.lang.Object
org.cesilko.rachota.gui.InvoiceGenerator.TaskRow
- All Implemented Interfaces:
Comparable
- Enclosing class:
- InvoiceGenerator
Comparable object representing one task in the summary on invoice. It has
its name and total duration of all tasks with the same name.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
(package private) long
(package private) String
getTask()
(package private) void
includeTask
(Task task)
-
Field Details
-
Constructor Details
-
TaskRow
-
-
Method Details
-
includeTask
-
getTask
String getTask() -
getDuration
long getDuration() -
compareTo
- Specified by:
compareTo
in interfaceComparable
-