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

public class UnbundlingInput extends DynO
Object used as an input bean for the UnbundlingEvent.
Since:
10.1
See Also:
GCApi:
bo
  • Constructor Details

    • UnbundlingInput

      public UnbundlingInput()
  • Method Details

    • getBundles

      public List<Long> getBundles()
      Returns the list of Bundles that needs to be unbundled.
      Returns:
      a list of Bundles to unbundle.
    • setBundles

      public void setBundles(List<Long> bundles)
      Sets the list of Bundles that needs to be unbundled.
      Parameters:
      bundles - the list of Bundles to unbundle.