Class DateRange
- java.lang.Object
-
- de.hybris.platform.accountsummaryaddon.document.DateRange
-
-
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()
-
-
-
Method Detail
-
getMinBoundary
public java.util.Date getMinBoundary()
- Specified by:
getMinBoundary
in interfaceRange
-
getMaxBoundary
public java.util.Date getMaxBoundary()
- Specified by:
getMaxBoundary
in interfaceRange
-
-