Class AlignWorkShiftSchedulingsInput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.event.AlignWorkShiftSchedulingsInput
Input object for
AlignWorkShiftSchedulingsEvent.- Since:
- 10.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the id of the scheduling model.Returns the list of theBOWorkShiftids needed for the alignment.voidSets the id of the scheduling model.voidsetWorkShiftIds(Set<Long> operations) Sets the list of theBOWorkShiftids needed for the alignment.
-
Field Details
-
workShiftIds
-
schedulingModel
-
-
Constructor Details
-
AlignWorkShiftSchedulingsInput
public AlignWorkShiftSchedulingsInput()
-
-
Method Details
-
getWorkShiftIds
Returns the list of theBOWorkShiftids needed for the alignment.- Returns:
- a list of work shift ids
- See Also:
-
setWorkShiftIds
Sets the list of theBOWorkShiftids needed for the alignment.- Parameters:
operations- the list of work shift ids- See Also:
-
getSchedulingModel
Returns the id of the scheduling model.- Returns:
- the scheduling model id
-
setSchedulingModel
Sets the id of the scheduling model.- Parameters:
id- the scheduling model id
-