Class DateRange

  • All Implemented Interfaces:
    Range

    public class DateRange
    extends java.lang.Object
    implements Range
    • Constructor Summary

      Constructors 
      Constructor Description
      DateRange​(java.util.Date minDateRange, java.util.Date maxDateRange)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getMaxBoundary()  
      java.util.Date getMinBoundary()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DateRange

        public DateRange​(java.util.Date minDateRange,
                         java.util.Date maxDateRange)
    • Method Detail

      • getMinBoundary

        public java.util.Date getMinBoundary()
        Specified by:
        getMinBoundary in interface Range
      • getMaxBoundary

        public java.util.Date getMaxBoundary()
        Specified by:
        getMaxBoundary in interface Range