java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.cache.skill.event.SkillCacheLoadInput

public class SkillCacheLoadInput extends Object
Skill Cache Input.
Since:
18.0
  • Constructor Details

    • SkillCacheLoadInput

      public SkillCacheLoadInput()
  • Method Details

    • getWorkshifts

      public Collection<Long> getWorkshifts()
      Returns the workshifts
      Returns:
      the workshifts
    • setWorkshifts

      public void setWorkshifts(Collection<Long> workshifts)
      Sets the workshifts.
      Parameters:
      workshifts - the workshifts
    • getWorkshiftsByWorkshiftId

      public Map<Long,BOWorkShift> getWorkshiftsByWorkshiftId()
      Returns the workshifts by workshift id map
      Returns:
      the workshifts by workshift id map
    • setWorkshiftsByWorkshiftId

      public void setWorkshiftsByWorkshiftId(Map<Long,BOWorkShift> workshiftsByWorkshiftId)
      Sets the workshifts by workshift id map
      Parameters:
      workshiftsByWorkshiftId - the workshifts by workshift id map
    • isUseTeamShiftComposition

      public boolean isUseTeamShiftComposition()
      Returns whether to use team shift composition
      Returns:
      true if team shift composition should be used, false otherwise
    • setUseTeamShiftComposition

      public void setUseTeamShiftComposition(boolean useTeamShiftComposition)
      Sets whether to use team shift composition
      Parameters:
      useTeamShiftComposition - true if team shift composition should be used, false otherwise