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 TypeMethodDescriptionReturns theBusinessHourrepresented by this BusinessHourInfo instance.booleanisActive()Returns true if theBusinessHourrepresented by this BusinessHourInfo instance is active at the time of the call.
-
Method Details
-
isActive
boolean isActive()Returns true if theBusinessHourrepresented by this BusinessHourInfo instance is active at the time of the call.- Returns:
- true if the
BusinessHourrepresented by this BusinessHourInfo instance is active at the time of the call - Since:
- 11.21
-
getBusinessHour
BusinessHour getBusinessHour()Returns theBusinessHourrepresented by this BusinessHourInfo instance.- Returns:
- the
BusinessHourrepresented by this BusinessHourInfo instance - Since:
- 11.21
-