Class BundleOperationCancelInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.bundler.bl.event.BundleOperationCancelInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BundleOperationCancelInput extends DynO
Object used as an input bean for the BundleOperationCancelEvent
Since:
11.0
See Also:
GCApi:
bo
  • Constructor Details

    • BundleOperationCancelInput

      public BundleOperationCancelInput()
  • Method Details

    • getBundle

      public Long getBundle()
      Returns the bundle id that the operation is associated.
      Returns:
      the bundle id
      See Also:
    • setBundle

      public void setBundle(Long bundle)
      Sets the bundle id that the current operation is associated to.
      Parameters:
      bundle - the bundle id
      See Also:
    • getBundleOperations

      public Collection<Long> getBundleOperations()
      Returns the bundle operation ids that are going to be cancelled.
      Returns:
      the bundle operation ids
      See Also:
    • setBundleOperations

      public void setBundleOperations(Collection<Long> bundleOperations)
      Sets the bundle operation ids that are going to be cancelled.
      Parameters:
      bundleOperations - the bundle operation ids
      See Also: