ucar.unidata.util
Class DateSelectionInfo

java.lang.Object
  extended by ucar.unidata.util.DateSelectionInfo

public class DateSelectionInfo
extends java.lang.Object

Created by IntelliJ IDEA. User: yuanho Date: May 3, 2007 Time: 11:37:49 AM To change this template use File | Settings | File Templates.


Field Summary
 java.util.Date end
           
 int interval
           
 int postInt
           
 int preInt
           
 int roundTo
           
 java.util.Date start
           
 
Constructor Summary
DateSelectionInfo()
           
DateSelectionInfo(java.util.Date start, java.util.Date end)
           
DateSelectionInfo(java.util.Date start, java.util.Date end, int interval, int roundTo, int preInt, int postInt)
           
 
Method Summary
 boolean equals(java.lang.Object oo)
           
 java.util.Date setEndDateInfo()
           
 java.util.Date setStartDateInfo()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public java.util.Date start

end

public java.util.Date end

interval

public int interval

roundTo

public int roundTo

preInt

public int preInt

postInt

public int postInt
Constructor Detail

DateSelectionInfo

public DateSelectionInfo()

DateSelectionInfo

public DateSelectionInfo(java.util.Date start,
                         java.util.Date end,
                         int interval,
                         int roundTo,
                         int preInt,
                         int postInt)

DateSelectionInfo

public DateSelectionInfo(java.util.Date start,
                         java.util.Date end)
Method Detail

equals

public boolean equals(java.lang.Object oo)
Overrides:
equals in class java.lang.Object

setStartDateInfo

public java.util.Date setStartDateInfo()

setEndDateInfo

public java.util.Date setEndDateInfo()