Class DateSelectionInfo

java.lang.Object
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 Details

    • 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 Details

    • 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 Details

    • equals

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

      public Date setStartDateInfo()
    • setEndDateInfo

      public Date setEndDateInfo()