Class DateRange


  • public class DateRange
    extends Object
    Represents a date range [startDate, endDate)
    • Constructor Detail

      • DateRange

        public DateRange​(@Nonnull
                         Date startDate,
                         @Nonnull
                         Date endDate)
        See Also:
        Date
    • Method Detail

      • getStartDate

        public Date getStartDate()
      • setStartDate

        public void setStartDate​(@Nonnull
                                 Date startDate)
      • getEndDate

        public Date getEndDate()
      • setEndDate

        public void setEndDate​(@Nonnull
                               Date endDate)