Class SchedulePreCheckBatchInput

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

public class SchedulePreCheckBatchInput extends Object
Since:
18.0
  • Constructor Details

    • SchedulePreCheckBatchInput

      public SchedulePreCheckBatchInput()
  • Method Details

    • getWorkshift

      public Map<String,Object> getWorkshift()
      Returns the BOWorkShift ids .
      Returns:
      a list of workshift ids
      See Also:
    • setWorkshift

      public void setWorkshift(Map<String,Object> workshift)
      Sets the list of workshift ids
      Parameters:
      workshift - the workshift ids
      See Also:
    • getActivities

      public List<HashGetter> getActivities()
      Returns the list of activities to be scheduled
      Returns:
      a list of activities to be scheduled
    • setActivities

      public void setActivities(List<HashGetter> activities)
      Sets the list of activities to be scheduled
      Parameters:
      activities - the list of activities to be scheduled
    • getSelectedUsers

      public Set<Long> getSelectedUsers()
      Returns the selected users
      Returns:
      the selected users
    • setSelectedUsers

      public void setSelectedUsers(Set<Long> selectedUsers)
      Sets the selected users
      Parameters:
      selectedUsers - the selected users
    • getForceTeamCardinality

      public Long getForceTeamCardinality()
      Returns the forced team cardinality
      Returns:
      the forced team cardinality
    • setForceTeamCardinality

      public void setForceTeamCardinality(Long forceTeamCardinality)
      Sets the forced team cardinality
      Parameters:
      forceTeamCardinality - the forced team cardinality
    • getUser

      public Long getUser()
      Returns the user
      Returns:
      the user
    • setUser

      public void setUser(Long user)
      Sets the user
      Parameters:
      user - the user
    • getTeacher

      public Teacher getTeacher()
      Returns the teacher
      Returns:
      the teacher
    • setTeacher

      public void setTeacher(Teacher teacher)
      Sets the teacher
      Parameters:
      teacher - the teacher