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

public class WorkloadUpdateInput extends Object
Input parameters for a workload update operation.
Since:
20.0
  • Constructor Details

    • WorkloadUpdateInput

      public WorkloadUpdateInput()
  • Method Details

    • getId

      public Long getId()
      Returns the workload id.
      Returns:
      the workload id
    • setId

      public void setId(Long id)
      Sets the workload id.
      Parameters:
      id - the workload id to set
    • getDateTimeRange

      public DateTimeRange getDateTimeRange()
      Returns the workload date range to update.
      Returns:
      the workload date range to update
    • setDateTimeRange

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