ucar.unidata.util
Class DateSelectionInfo
java.lang.Object
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.
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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()