Interface BusinessHourInfo


  • public interface BusinessHourInfo
    A BusinessHourInfo is the interface to get non persistent informations of BusinessHour entities.
    Since:
    11.21
    • Method Detail

      • isActive

        boolean isActive()
        Returns:
        true if the BusinessHour represented by this BusinessHourInfo instance is active at the time of the call
        Since:
        11.21
      • getBusinessHour

        BusinessHour getBusinessHour()
        Returns:
        the BusinessHour represented by this BusinessHourInfo instance
        Since:
        11.21