Class InterventionAggregate

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

public class InterventionAggregate extends DynO
An aggregate of all the entities that are related to an intervention.
Since:
18.0
See Also:
GCApi:
bo
  • Constructor Details

    • InterventionAggregate

      public InterventionAggregate()
      Instantiates a new intervention aggregate.
  • Method Details

    • getId

      public Long getId()
      Returns the intervention id.
      Returns:
      the the intervention id
    • getIntervention

      public BOIntervention getIntervention()
      Returns the intervention.
      Returns:
      the intervention
    • getOutcome

      public BOInterventionOutcome getOutcome()
      Returns the outcome.
      Returns:
      the outcome
    • setIntervention

      public void setIntervention(BOIntervention agenda)
      Sets the intervention.
      Parameters:
      agenda - the intervention
    • setOutcome

      public void setOutcome(BOInterventionOutcome outcome)
      Sets the outcome.
      Parameters:
      outcome - the outcome