Class WorkloadUpdateInput
java.lang.Object
overit.geocallapp.wfm.roughplanning.bl.workloadmovement.event.WorkloadUpdateInput
Input parameters for a workload update operation.
- Since:
- 20.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the workload date range to update.getId()Returns the workload id.voidsetDateTimeRange(DateTimeRange dateTimeRange) Sets the workload date range to update.voidSets the workload id.
-
Constructor Details
-
WorkloadUpdateInput
public WorkloadUpdateInput()
-
-
Method Details
-
getId
Returns the workload id.- Returns:
- the workload id
-
setId
Sets the workload id.- Parameters:
id- the workload id to set
-
getDateTimeRange
Returns the workload date range to update.- Returns:
- the workload date range to update
-
setDateTimeRange
Sets the workload date range to update.- Parameters:
dateTimeRange- the workload date range to update to set
-