Class BundleOperationAddInput

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

public class BundleOperationAddInput extends DynO
Object used as an input bean for the BundleOperationAddEvent.
Since:
20.1
See Also:
GCApi:
bo
  • Constructor Details

    • BundleOperationAddInput

      public BundleOperationAddInput()
  • Method Details

    • getBundle

      public Long getBundle()
      Returns the bundle id that the operation will be associated to.
      Returns:
      the bundle id
    • setBundle

      public void setBundle(Long bundle)
      Sets the bundle id that the operation will be associated to.
      Parameters:
      bundle - the bundle id
    • getWorkOrderOperations

      public Collection<Long> getWorkOrderOperations()
      Returns the id of the work order operation to be added.
      Returns:
      the work order operation id
    • setWorkOrderOperations

      public void setWorkOrderOperations(Collection<Long> workOrderOperations)
      Sets the id of the work order operation to be added.
      Parameters:
      workOrderOperations - the work order operation id