anl.aida.plot
Class DateRangeColumnKey

java.lang.Object
  extended by anl.aida.plot.DateRangeColumnKey
All Implemented Interfaces:
java.lang.Comparable<DateRangeColumnKey>

public class DateRangeColumnKey
extends java.lang.Object
implements java.lang.Comparable<DateRangeColumnKey>

Column key for a Category dataset. This key encapsulates a DateRange object.


Field Summary
private static java.text.DateFormat formatter
           
(package private)  anl.aida.util.DateRange range
           
(package private)  java.lang.String str
           
 
Constructor Summary
DateRangeColumnKey(anl.aida.util.DateRange range)
           
 
Method Summary
 int compareTo(DateRangeColumnKey o)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

formatter

private static java.text.DateFormat formatter

range

anl.aida.util.DateRange range

str

java.lang.String str
Constructor Detail

DateRangeColumnKey

public DateRangeColumnKey(anl.aida.util.DateRange range)
Method Detail

compareTo

public int compareTo(DateRangeColumnKey o)
Specified by:
compareTo in interface java.lang.Comparable<DateRangeColumnKey>

toString

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