Class TeamPreProcessAssignmentInput
java.lang.Object
overit.geocallapp.wfm.core.bl.schedule.team.event.TeamPreProcessAssignmentInput
Business object representing the input to instantiate a
TeamPreProcessAssignmentEvent event. - Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the activity to scheduleReturns the operation center idoverit.geocallapp.wfm.scheduler.oss.cache.OssCacheReturns the oss cache used to optimize the vrp callsoverit.geocallapp.wfm.util.wfmtasklog.WfmTaskLogReturns the paste logsReturns the paste parametersReturns the scheduling cache used to optimize the scheduling taskReturns the simulation idvoidsetActivity(HashGetter activity) Sets the activity to schedulevoidsetOperationCenterId(Long operationCenterId) Sets the operation center idvoidsetOssCache(overit.geocallapp.wfm.scheduler.oss.cache.OssCache ossCache) Sets the oss cache used to optimize the vrp callsvoidsetPasteLog(overit.geocallapp.wfm.util.wfmtasklog.WfmTaskLog pasteLog) Sets the paste logsvoidsetPasteParams(HashGetter pasteParams) Sets the paste parametersvoidsetSchedulingCache(SchedulingCache schedulingCache) Sets the scheduling cache used to optimize the scheduling taskvoidsetSimulationId(Long simulationId) Sets the simulation id
-
Constructor Details
-
TeamPreProcessAssignmentInput
public TeamPreProcessAssignmentInput()
-
-
Method Details
-
getOperationCenterId
Returns the operation center id- Returns:
- the operation center id
-
setOperationCenterId
Sets the operation center id- Parameters:
operationCenterId- the operation center id
-
getSimulationId
Returns the simulation id- Returns:
- the simulation id
-
setSimulationId
Sets the simulation id- Parameters:
simulationId- the simulation id
-
getActivity
Returns the activity to schedule- Returns:
- the activity to schedule
-
setActivity
Sets the activity to schedule- Parameters:
activity- activity to schedule
-
getPasteParams
Returns the paste parameters- Returns:
- the paste parameters
-
setPasteParams
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
Returns the scheduling cache used to optimize the scheduling task- Returns:
- the scheduling cache
-
setSchedulingCache
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
-