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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Date getEnd()  
      java.util.Date getStart()  
      • Methods inherited from interface com.novomind.ecom.common.api.attribute.Described

        getDescription
    • Method Detail

      • getStart

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

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