Class AlignWorkShiftSchedulingsInput

java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.event.AlignWorkShiftSchedulingsInput

public class AlignWorkShiftSchedulingsInput extends Object
Since:
10.1
  • Field Details

    • workShiftIds

      protected Set<Long> workShiftIds
    • schedulingModel

      protected Long schedulingModel
  • Constructor Details

    • AlignWorkShiftSchedulingsInput

      public AlignWorkShiftSchedulingsInput()
  • Method Details

    • getWorkShiftIds

      public Set<Long> getWorkShiftIds()
      Returns the list of the BOWorkShift ids needed for the alignment.
      Returns:
      a list of work shift ids
      See Also:
    • setWorkShiftIds

      public void setWorkShiftIds(Set<Long> operations)
      Sets the list of the BOWorkShift ids needed for the alignment.
      Parameters:
      operations - the list of work shift ids
      See Also:
    • getSchedulingModel

      public Long getSchedulingModel()
      Returns the id of the scheduling model.
      Returns:
      the scheduling model id
    • setSchedulingModel

      public void setSchedulingModel(Long id)
      Sets the id of the scheduling model.
      Parameters:
      id - the scheduling model id