- All Superinterfaces:
com.novomind.ecom.common.api.attribute.Described
public interface Holiday
extends com.novomind.ecom.common.api.attribute.Described
Represents a holiday object
- Since:
- 11.20
-
Method Summary
Returns the end date of this holiday.
Returns the start date of this holiday.
Methods inherited from interface com.novomind.ecom.common.api.attribute.Described
getDescription
-
Method Details
-
getStart
Returns the start date of this holiday.
- Returns:
- the start date of this holiday
- Since:
- 11.20
-
getEnd
Returns the end date of this holiday.
- Returns:
- the end date of this holiday
- Since:
- 11.20