Package de.hybris.platform.util
Interface DateRange
-
- All Known Implementing Classes:
StandardDateRange
public interface DateRangeInterface of all DateRange implementations.DateRanges are used e.g. in PriceFactories if you want to set product prices for different Dates. A simple DateRange implementation is the StandardDateRange which is specified by a start and end date.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanencloses(java.util.Date check)Says if this range encloses a given date.
-