ucar.unidata.util
Class DateSelectionInfo

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

public class DateSelectionInfo
extends Object

Created by IntelliJ IDEA. User: yuanho Date: May 3, 2007 Time: 11:37:49 AM


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

Field Detail

start

public Date start

end

public 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(Date start,
                         Date end,
                         int interval,
                         int roundTo,
                         int preInt,
                         int postInt)

DateSelectionInfo

public DateSelectionInfo(Date start,
                         Date end)
Method Detail

equals

public boolean equals(Object oo)
Overrides:
equals in class Object

setStartDateInfo

public Date setStartDateInfo()

setEndDateInfo

public Date setEndDateInfo()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.