Ontimize 5.2072EN

com.ontimize.gui.table
Class TableSorter.MonthYear

java.lang.Object
  extended bycom.ontimize.gui.table.TableSorter.DayMonthYear
      extended bycom.ontimize.gui.table.TableSorter.MonthYear
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
TableSorter.Month, TableSorter.QuarterYear, TableSorter.Year
Enclosing class:
TableSorter

protected static class TableSorter.MonthYear
extends TableSorter.DayMonthYear

Class that contains date information with month and year, 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.MonthYear(int m, int y, 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.MonthYear

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

toString

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

Ontimize