Class InterventionOutcomeCompleteNotificationInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.utilities.core.bl.common.notification.NotificationInput<DynO>
overit.geocallapp.wfm.execution.bl.outcome.intervention.event.InterventionOutcomeCompleteNotificationInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class InterventionOutcomeCompleteNotificationInput extends NotificationInput<DynO>
Object used as an input bean for the InterventionOutcomeCompleteNotificationEvent.
Since:
22.0
See Also:
  • Constructor Details

    • InterventionOutcomeCompleteNotificationInput

      public InterventionOutcomeCompleteNotificationInput()
  • Method Details

    • getOperation

      public Long getOperation()
      Returns the row id.
      Returns:
      the row id
    • setOperation

      public void setOperation(Long operation)
      Sets the row id.
      Parameters:
      operation - the row id
    • getOutcomeReason

      public BOOutcomeReason getOutcomeReason()
      Returns the outcome reason.
      Returns:
      the outcome reason
    • setOutcomeReason

      public void setOutcomeReason(BOOutcomeReason outcomeReason)
      Sets the outcome reason.
      Parameters:
      outcomeReason - the outcome reason
    • getInterventionAggregate

      public InterventionAggregate getInterventionAggregate()
      Returns the intervention outcome.
      Returns:
      the intervention outcome
    • setInterventionAggregate

      public void setInterventionAggregate(InterventionAggregate interventionAggregate)
      Sets the intervention outcome.
      Parameters:
      interventionAggregate - the intervention outcome