Class InvoiceGenerator.TaskRow

java.lang.Object
org.cesilko.rachota.gui.InvoiceGenerator.TaskRow
All Implemented Interfaces:
Comparable
Enclosing class:
InvoiceGenerator

class InvoiceGenerator.TaskRow extends Object implements Comparable
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 Details

    • task

      String task
    • duration

      long duration
    • sortBy

      String sortBy
  • Constructor Details

  • Method Details

    • includeTask

      void includeTask(Task task)
    • getTask

      String getTask()
    • getDuration

      long getDuration()
    • compareTo

      public int compareTo(Object object)
      Specified by:
      compareTo in interface Comparable