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

public class DTOBundling extends DynO
DTO used to start a bundling process.
Since:
21.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOBundling

      public DTOBundling()
  • Method Details

    • getWorkOrderOperations

      public final Collection<Long> getWorkOrderOperations()
      Returns the collection of work order operation ids.
      Returns:
      the work order operation ids
    • setWorkOrderOperations

      public final void setWorkOrderOperations(Collection<Long> workOrderOperations)
      Sets the collection of work order operation ids.
      Parameters:
      workOrderOperations - the work order operation ids
    • getBundleName

      public final String getBundleName()
      Returns the bundle name template.
      Returns:
      the bundle name template
    • setBundleName

      public final void setBundleName(String bundleName)
      Sets the bundle name template.
      Parameters:
      bundleName - the bundle name template
    • getBundlingRule

      public final Long getBundlingRule()
      Returns the bundling rule id.
      Returns:
      the bundling rule id
    • setBundlingRule

      public final void setBundlingRule(Long bundlingRule)
      Sets the bundling rule id.
      Parameters:
      bundlingRule - the bundling rule id