Interface BusinessHourInfo
-
public interface BusinessHourInfo
A BusinessHourInfo is the interface to get non persistent informations ofBusinessHour
entities.- Since:
- 11.21
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BusinessHour
getBusinessHour()
boolean
isActive()
-
-
-
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
-
-