Class ImmediateSchedulingWorkOrderSelectInput
java.lang.Object
overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.workorder.event.ImmediateSchedulingWorkOrderSelectInput
- All Implemented Interfaces:
Serializable
Input for the immediate scheduling work order select event.
Contains the historical processing ID (SISP), scheduling model ID,
operation center ID, and max attempts for selecting work orders that need to be scheduled.
- Since:
- 22.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the historical processing ID (SIMMEDIATESCHEDPROCESSING).Gets the maximum number of scheduling attempts allowed.Gets the operation center ID.Gets the scheduling model ID.voidsetHistoricalProcessingId(Long historicalProcessingId) Sets the historical processing ID (SIMMEDIATESCHEDPROCESSING).voidsetMaxAttempts(Long maxAttempts) Sets the maximum number of scheduling attempts allowed.voidsetOperationCenterId(Long operationCenterId) Sets the operation center ID.voidsetSchedulingModelId(Long schedulingModelId) Sets the scheduling model ID.
-
Constructor Details
-
ImmediateSchedulingWorkOrderSelectInput
public ImmediateSchedulingWorkOrderSelectInput()
-
-
Method Details
-
getHistoricalProcessingId
Gets the historical processing ID (SIMMEDIATESCHEDPROCESSING).- Returns:
- the historical processing ID
-
setHistoricalProcessingId
Sets the historical processing ID (SIMMEDIATESCHEDPROCESSING).- Parameters:
historicalProcessingId- the historical processing ID to set
-
getSchedulingModelId
Gets the scheduling model ID.- Returns:
- the scheduling model ID
-
setSchedulingModelId
Sets the scheduling model ID.- Parameters:
schedulingModelId- the scheduling model ID to set
-
getOperationCenterId
Gets the operation center ID.- Returns:
- the operation center ID
-
setOperationCenterId
Sets the operation center ID.- Parameters:
operationCenterId- the operation center ID to set
-
getMaxAttempts
Gets the maximum number of scheduling attempts allowed.- Returns:
- the max attempts
-
setMaxAttempts
Sets the maximum number of scheduling attempts allowed.- Parameters:
maxAttempts- the max attempts to set
-