java.lang.Object
overit.geocallapp.wfm.roughplanning.bl.workloadmovement.event.WorkloadProvideInput

public class WorkloadProvideInput extends Object
Input parameters for a workload provide operation. Contains the search filter and source date range.
Since:
20.0
  • Constructor Details

    • WorkloadProvideInput

      public WorkloadProvideInput()
  • Method Details

    • getOperationCenter

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

      public void setOperationCenter(Long operationCenter)
      Sets the operation center.
      Parameters:
      operationCenter - the operation center to set
    • getOperationType

      public Long getOperationType()
      Returns the operation type.
      Returns:
      the operation type
    • setOperationType

      public void setOperationType(Long operationType)
      Sets the operation type.
      Parameters:
      operationType - the operation type to set
    • getActivityType

      public Long getActivityType()
      Returns the activity type.
      Returns:
      the activity type
    • setActivityType

      public void setActivityType(Long activityType)
      Sets the activity type.
      Parameters:
      activityType - the activity type to set
    • getUrgency

      public Long getUrgency()
      Returns the urgency.
      Returns:
      the urgency
    • setUrgency

      public void setUrgency(Long urgency)
      Sets the urgency.
      Parameters:
      urgency - the urgency to set
    • getDateTimeRange

      public DateTimeRange getDateTimeRange()
      Returns the source date range.
      Returns:
      the source date range
    • setDateTimeRange

      public void setDateTimeRange(DateTimeRange dateTimeRange)
      Sets the source date range.
      Parameters:
      dateTimeRange - the source date range to set