Class InterventionExecutionDeleteInput

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

public class InterventionExecutionDeleteInput extends DynO
Represents an input object for InterventionExecutionDeleteEvent. It contains a list of BOIntervention objects to be removed.
Since:
18.0
See Also:
  • Field Details

  • Constructor Details

    • InterventionExecutionDeleteInput

      public InterventionExecutionDeleteInput()
  • Method Details

    • getInterventions

      public List<BOIntervention> getInterventions()
      Returns the list of interventions.
      Returns:
      the list of interventions
    • setInterventions

      public void setInterventions(List<BOIntervention> interventions)
      Sets the list of interventions.
      Parameters:
      interventions - a list of BOIntervention representing the interventions to be set