com.ontimize.util.swing.table
Class PivotTableUtils.DayMonthYear
java.lang.Object
com.ontimize.util.swing.table.PivotTableUtils.DayMonthYear
- All Implemented Interfaces:
- java.lang.Comparable
- Direct Known Subclasses:
- PivotTableUtils.MonthYear
- Enclosing class:
- PivotTableUtils
- protected static class PivotTableUtils.DayMonthYear
- extends java.lang.Object
- implements java.lang.Comparable
|
Field Summary |
protected int |
d
|
protected int |
m
|
protected java.lang.String |
rep
|
protected int |
t
|
protected long |
time
|
protected int |
y
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
rep
protected java.lang.String rep
d
protected int d
m
protected int m
y
protected int y
t
protected int t
time
protected long time
PivotTableUtils.DayMonthYear
public PivotTableUtils.DayMonthYear(int d,
int m,
int y,
long time)
getTime
public long getTime()
equals
public boolean equals(java.lang.Object o)
toString
public java.lang.String toString()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo in interface java.lang.Comparable