Class CapacityPlanningSaturationCalculateInput
java.lang.Object
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.coveragealgorithm.output.event.CapacityPlanningSaturationCalculateInput
Input for the capacity planning saturation calculation.
Contains all the data needed to calculate the saturation of resources and assignment of activities.
- Since:
- 20.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the activity details.Gets the assignments.Gets the resource details.Gets the result.Gets the scenario ID.voidsetActivityDetails(List<BOForecastActivityDetail> activityDetails) Sets the activity details.voidsetAssignments(List<BOCapacityPlanningResultDetail> assignments) Sets the assignments.voidsetResourceDetails(List<BOForecastResourceDetail> resourceDetails) Sets the resource details.voidsetResult(BOCapacityPlanningResult result) Sets the result.voidsetScenarioId(Long scenarioId) Sets the scenario ID.
-
Constructor Details
-
CapacityPlanningSaturationCalculateInput
public CapacityPlanningSaturationCalculateInput()
-
-
Method Details
-
getScenarioId
Gets the scenario ID.- Returns:
- the scenario ID
-
setScenarioId
Sets the scenario ID.- Parameters:
scenarioId- the scenario ID
-
getAssignments
Gets the assignments.- Returns:
- the assignments
-
setAssignments
Sets the assignments.- Parameters:
assignments- the assignments
-
getResourceDetails
Gets the resource details.- Returns:
- the resource details
-
setResourceDetails
Sets the resource details.- Parameters:
resourceDetails- the resource details
-
getActivityDetails
Gets the activity details.- Returns:
- the activity details
-
setActivityDetails
Sets the activity details.- Parameters:
activityDetails- the activity details
-
getResult
Gets the result.- Returns:
- the result
-
setResult
Sets the result.- Parameters:
result- the result
-