Class WorkloadProvideInput
java.lang.Object
overit.geocallapp.wfm.roughplanning.bl.workloadmovement.event.WorkloadProvideInput
Input parameters for a workload provide operation.
Contains the search filter and source date range.
- Since:
- 20.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the activity type.Returns the source date range.Returns the operation center.Returns the operation type.Returns the urgency.voidsetActivityType(Long activityType) Sets the activity type.voidsetDateTimeRange(DateTimeRange dateTimeRange) Sets the source date range.voidsetOperationCenter(Long operationCenter) Sets the operation center.voidsetOperationType(Long operationType) Sets the operation type.voidsetUrgency(Long urgency) Sets the urgency.
-
Constructor Details
-
WorkloadProvideInput
public WorkloadProvideInput()
-
-
Method Details
-
getOperationCenter
Returns the operation center.- Returns:
- the operation center
-
setOperationCenter
Sets the operation center.- Parameters:
operationCenter- the operation center to set
-
getOperationType
Returns the operation type.- Returns:
- the operation type
-
setOperationType
Sets the operation type.- Parameters:
operationType- the operation type to set
-
getActivityType
Returns the activity type.- Returns:
- the activity type
-
setActivityType
Sets the activity type.- Parameters:
activityType- the activity type to set
-
getUrgency
Returns the urgency.- Returns:
- the urgency
-
setUrgency
Sets the urgency.- Parameters:
urgency- the urgency to set
-
getDateTimeRange
Returns the source date range.- Returns:
- the source date range
-
setDateTimeRange
Sets the source date range.- Parameters:
dateTimeRange- the source date range to set
-