Class WorktimeSlotValue
java.lang.Object
com.bytedesk.service.worktime_settings.WorktimeSlotValue
- All Implemented Interfaces:
Serializable
Lightweight value object representing a single worktime window.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck whether the supplied date/time falls inside this slot.private booleanmatchesDay(LocalDate date)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
startTime
-
endTime
-
workDays
Comma separated day-of-week values (1-7) where 1 represents Monday.
-
-
Constructor Details
-
WorktimeSlotValue
public WorktimeSlotValue()
-
-
Method Details
-
isActive
Check whether the supplied date/time falls inside this slot. -
matchesDay
-