Class ImmediateSchedulingEnqueueInput

java.lang.Object
overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.event.ImmediateSchedulingEnqueueInput
All Implemented Interfaces:
Serializable

public class ImmediateSchedulingEnqueueInput extends Object implements 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 Details

    • ImmediateSchedulingEnqueueInput

      public ImmediateSchedulingEnqueueInput()
  • Method Details

    • getOperationCenter

      public Long getOperationCenter()
      Returns the operation center ID
      Returns:
      the operation center ID
    • setOperationCenter

      public void setOperationCenter(Long operationCenter)
      Sets the operation center ID
      Parameters:
      operationCenter - the operation center ID
    • getSchedulingModel

      public Long getSchedulingModel()
      Returns the scheduling model ID
      Returns:
      the scheduling model ID
    • setSchedulingModel

      public void setSchedulingModel(Long schedulingModel)
      Sets the scheduling model ID
      Parameters:
      schedulingModel - the scheduling model ID
    • getReprocessing

      public Boolean getReprocessing()
      Returns whether this is a reprocessing request
      Returns:
      true if this is a reprocessing, false for immediate scheduling
    • setReprocessing

      public void setReprocessing(Boolean reprocessing)
      Sets whether this is a reprocessing request
      Parameters:
      reprocessing - true if this is a reprocessing, false for immediate scheduling
    • getAutoValidationEnabled

      public Boolean getAutoValidationEnabled()
      Returns whether auto validation is enabled
      Returns:
      true if auto validation is enabled
    • setAutoValidationEnabled

      public void setAutoValidationEnabled(Boolean autoValidationEnabled)
      Sets whether auto validation is enabled
      Parameters:
      autoValidationEnabled - true if auto validation is enabled