Class RoughPlanningResourceRunAnalysisInput
java.lang.Object
overit.geocallapp.wfm.roughplanning.bl.resource.result.event.RoughPlanningResourceRunAnalysisInput
Object used as an input bean for the for
RoughPlanningResourceRunAnalysisEvent. - Since:
- 18.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the buckets.Returns the rough planning.voidsetBuckets(Collection<BORoughPlanningBucket> buckets) Sets the buckets.voidsetRoughPlanning(BORoughPlanning roughPlanning) Sets the rough planning.
-
Constructor Details
-
RoughPlanningResourceRunAnalysisInput
public RoughPlanningResourceRunAnalysisInput()
-
-
Method Details
-
getRoughPlanning
Returns the rough planning.- Returns:
- the rough planning
-
setRoughPlanning
Sets the rough planning.- Parameters:
roughPlanning- the rough planning
-
getBuckets
Returns the buckets.- Returns:
- the buckets
-
setBuckets
Sets the buckets.- Parameters:
buckets- the buckets
-