Class ImmediateSchedulingEnqueueInput
java.lang.Object
overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.event.ImmediateSchedulingEnqueueInput
- All Implemented Interfaces:
Serializable
Input object for the
ImmediateSchedulingEnqueueEvent. This object contains all the parameters needed to enqueue a new immediate scheduling processing.
- Since:
- 22.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns whether auto validation is enabledReturns the operation center IDReturns whether this is a reprocessing requestReturns the scheduling model IDvoidsetAutoValidationEnabled(Boolean autoValidationEnabled) Sets whether auto validation is enabledvoidsetOperationCenter(Long operationCenter) Sets the operation center IDvoidsetReprocessing(Boolean reprocessing) Sets whether this is a reprocessing requestvoidsetSchedulingModel(Long schedulingModel) Sets the scheduling model ID
-
Constructor Details
-
ImmediateSchedulingEnqueueInput
public ImmediateSchedulingEnqueueInput()
-
-
Method Details
-
getOperationCenter
Returns the operation center ID- Returns:
- the operation center ID
-
setOperationCenter
Sets the operation center ID- Parameters:
operationCenter- the operation center ID
-
getSchedulingModel
Returns the scheduling model ID- Returns:
- the scheduling model ID
-
setSchedulingModel
Sets the scheduling model ID- Parameters:
schedulingModel- the scheduling model ID
-
getReprocessing
Returns whether this is a reprocessing request- Returns:
- true if this is a reprocessing, false for immediate scheduling
-
setReprocessing
Sets whether this is a reprocessing request- Parameters:
reprocessing- true if this is a reprocessing, false for immediate scheduling
-
getAutoValidationEnabled
Returns whether auto validation is enabled- Returns:
- true if auto validation is enabled
-
setAutoValidationEnabled
Sets whether auto validation is enabled- Parameters:
autoValidationEnabled- true if auto validation is enabled
-