Interface Holiday

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

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface com.novomind.ecom.common.api.attribute.Described

    getDescription
  • Method Details

    • getStart

      Date getStart()
      Returns:
      the start date of this holiday
      Since:
      11.20
    • getEnd

      Date getEnd()
      Returns:
      the end date of this holiday
      Since:
      11.20