Ontimize 5.2072EN

com.ontimize.gui.table
Class TableSorter.Quarter

java.lang.Object
  extended bycom.ontimize.gui.table.TableSorter.DayMonthYear
      extended bycom.ontimize.gui.table.TableSorter.MonthYear
          extended bycom.ontimize.gui.table.TableSorter.QuarterYear
              extended bycom.ontimize.gui.table.TableSorter.Quarter
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
TableSorter

protected static class TableSorter.Quarter
extends TableSorter.QuarterYear

Class that contains date information, concretely quarters, to allow fast comparisons when sorting.


Field Summary
 
Fields inherited from class com.ontimize.gui.table.TableSorter.DayMonthYear
d, m, rep, t, time, y
 
Constructor Summary
TableSorter.Quarter(int m, long time)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.ontimize.gui.table.TableSorter.DayMonthYear
compareTo, equals, getTime
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableSorter.Quarter

public TableSorter.Quarter(int m,
                           long time)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class TableSorter.QuarterYear

Ontimize