Class InterventionResourceResetInput

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

public class InterventionResourceResetInput extends DynO
Business object representing a filter to reset the interventions associated with resources.
Since:
18.0
See Also:
  • Constructor Details

    • InterventionResourceResetInput

      public InterventionResourceResetInput()
  • Method Details

    • getInterventionList

      public List<BOIntervention> getInterventionList()
      Returns the list of interventions associated with resources to reset.
      Returns:
      the list of interventions associated with resources to reset
    • setInterventionList

      public void setInterventionList(List<BOIntervention> interventionList)
      Sets the list of interventions associated with resources to reset.
      Parameters:
      interventionList - the list of interventions associated with resources to reset