Class TeamPreProcessAssignmentInput

java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.team.event.TeamPreProcessAssignmentInput

public class TeamPreProcessAssignmentInput extends Object
Business object representing the input to instantiate a TeamPreProcessAssignmentEvent event.
Since:
18.0
  • Constructor Details

    • TeamPreProcessAssignmentInput

      public TeamPreProcessAssignmentInput()
  • Method Details

    • getOperationCenterId

      public Long getOperationCenterId()
      Returns the operation center id
      Returns:
      the operation center id
    • setOperationCenterId

      public void setOperationCenterId(Long operationCenterId)
      Sets the operation center id
      Parameters:
      operationCenterId - the operation center id
    • getSimulationId

      public Long getSimulationId()
      Returns the simulation id
      Returns:
      the simulation id
    • setSimulationId

      public void setSimulationId(Long simulationId)
      Sets the simulation id
      Parameters:
      simulationId - the simulation id
    • getActivity

      public HashGetter getActivity()
      Returns the activity to schedule
      Returns:
      the activity to schedule
    • setActivity

      public void setActivity(HashGetter activity)
      Sets the activity to schedule
      Parameters:
      activity - activity to schedule
    • getPasteParams

      public HashGetter getPasteParams()
      Returns the paste parameters
      Returns:
      the paste parameters
    • setPasteParams

      public void setPasteParams(HashGetter pasteParams)
      Sets the paste parameters
      Parameters:
      pasteParams - the paste parameters
    • getOssCache

      public overit.geocallapp.wfm.scheduler.oss.cache.OssCache getOssCache()
      Returns the oss cache used to optimize the vrp calls
      Returns:
      the oss cache
    • setOssCache

      public void setOssCache(overit.geocallapp.wfm.scheduler.oss.cache.OssCache ossCache)
      Sets the oss cache used to optimize the vrp calls
      Parameters:
      ossCache - the oss cache
    • getSchedulingCache

      public SchedulingCache getSchedulingCache()
      Returns the scheduling cache used to optimize the scheduling task
      Returns:
      the scheduling cache
    • setSchedulingCache

      public void setSchedulingCache(SchedulingCache schedulingCache)
      Sets the scheduling cache used to optimize the scheduling task
      Parameters:
      schedulingCache - the scheduling cache
    • getPasteLog

      public overit.geocallapp.wfm.util.wfmtasklog.WfmTaskLog getPasteLog()
      Returns the paste logs
      Returns:
      the paste logs
    • setPasteLog

      public void setPasteLog(overit.geocallapp.wfm.util.wfmtasklog.WfmTaskLog pasteLog)
      Sets the paste logs
      Parameters:
      pasteLog - the paste logs