Interface IOpeningHours

All Superinterfaces:
Comparable<IDutyHours>, IDutyHours, Serializable
All Known Implementing Classes:
OpeningHours

public interface IOpeningHours extends IDutyHours
The purpose of this interface is to have a clear distinction between IOpeningHours and IWorkingHours.

Both extend IDutyHours, however IWorkingHour does have improved functionality.

Since:
27/08/2018
Version:
27/08/2018
Author:
DNA
  • Method Details

    • isSoloAccessHour

      boolean isSoloAccessHour()
    • getServiceHoursOffsets

      List<org.apache.commons.lang3.tuple.Pair<Long,Long>> getServiceHoursOffsets()