Interface BusinessHourInfo


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

    Modifier and Type
    Method
    Description
    Returns the BusinessHour represented by this BusinessHourInfo instance.
    boolean
    Returns true if the BusinessHour represented by this BusinessHourInfo instance is active at the time of the call.
  • Method Details

    • isActive

      boolean isActive()
      Returns true if the BusinessHour represented by this BusinessHourInfo instance is active at the time of the call.
      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.
      Returns:
      the BusinessHour represented by this BusinessHourInfo instance
      Since:
      11.21