Class RoughPlanningActivityImportInput

java.lang.Object
overit.geocallapp.wfm.roughplanning.bl.activity.result.event.RoughPlanningActivityImportInput

public class RoughPlanningActivityImportInput extends Object
Object used as an input bean for the RoughPlanningActivityImportEvent.
Since:
19.0
  • Constructor Details

    • RoughPlanningActivityImportInput

      public RoughPlanningActivityImportInput()
  • Method Details

    • getRoughPlanningId

      public Long getRoughPlanningId()
      Returns the rough planning id.
      Returns:
      the rough planning id
    • setRoughPlanningId

      public void setRoughPlanningId(Long roughPlanningId)
      Sets the rough planning id.
      Parameters:
      roughPlanningId - the rough planning id
    • getBuckets

      public Collection<BORoughPlanningBucket> getBuckets()
      Returns the buckets.
      Returns:
      the buckets
    • setBuckets

      public void setBuckets(Collection<BORoughPlanningBucket> buckets)
      Sets the buckets.
      Parameters:
      buckets - the buckets