Class RoughPlanningActivityImportInput
java.lang.Object
overit.geocallapp.wfm.roughplanning.bl.activity.result.event.RoughPlanningActivityImportInput
Object used as an input bean for the
RoughPlanningActivityImportEvent.- Since:
- 19.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the buckets.Returns the rough planning id.voidsetBuckets(Collection<BORoughPlanningBucket> buckets) Sets the buckets.voidsetRoughPlanningId(Long roughPlanningId) Sets the rough planning id.
-
Constructor Details
-
RoughPlanningActivityImportInput
public RoughPlanningActivityImportInput()
-
-
Method Details
-
getRoughPlanningId
Returns the rough planning id.- Returns:
- the rough planning id
-
setRoughPlanningId
Sets the rough planning id.- Parameters:
roughPlanningId- the rough planning id
-
getBuckets
Returns the buckets.- Returns:
- the buckets
-
setBuckets
Sets the buckets.- Parameters:
buckets- the buckets
-