Class InterventionExecutionInput

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

public class InterventionExecutionInput extends DynO
Represents an input object for InterventionTakeInChargeEvent, InterventionArrivalOnSiteEvent and InterventionStartEvent. It contains the information of an intervention.
Since:
18.0
See Also:
  • Field Details

    • date

      protected Date date
    • interventionId

      protected Long interventionId
  • Constructor Details

    • InterventionExecutionInput

      public InterventionExecutionInput()
  • Method Details

    • getDate

      public Date getDate()
      Retrieves the date of an intervention.
      Returns:
      The date of an intervention.
    • setDate

      public void setDate(Date date)
      Sets the date of an intervention.
      Parameters:
      date - The date of an intervention.
    • getInterventionId

      public Long getInterventionId()
      Retrieves the intervention ID.
      Returns:
      The intervention ID.
    • setInterventionId

      public void setInterventionId(Long interventionId)
      Sets the intervention ID.
      Parameters:
      interventionId - the intervention ID to be set