Class DTOInterventionOutcomeUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.rs1.interventionoutcome.DTOInterventionOutcomeUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOInterventionOutcomeUpdate extends DynO
DTO for intervention outcome update.
Since:
18.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOInterventionOutcomeUpdate

      public DTOInterventionOutcomeUpdate()
  • Method Details

    • getTakeInChargeDate

      public Optional<ZonedDateTime> getTakeInChargeDate()
      Returns the take in charge date.
      Returns:
      the take in charge date
    • setTakeInChargeDate

      public void setTakeInChargeDate(Optional<ZonedDateTime> takeInChargeDate)
      Sets the take in charge date.
      Parameters:
      takeInChargeDate - the take in charge date
    • getArrivalDate

      public Optional<ZonedDateTime> getArrivalDate()
      Returns the arrival date.
      Returns:
      the arrival date
    • setArrivalDate

      public void setArrivalDate(Optional<ZonedDateTime> arrivalDate)
      Sets the arrival date.
      Parameters:
      arrivalDate - the arrival date
    • getStartDate

      public Optional<ZonedDateTime> getStartDate()
      Returns the outcome start date.
      Returns:
      the outcome start date
    • setStartDate

      public void setStartDate(Optional<ZonedDateTime> startDate)
      Sets the outcome start date.
      Parameters:
      startDate - the outcome start date
    • getEndDate

      public Optional<ZonedDateTime> getEndDate()
      Returns the outcome end date.
      Returns:
      the outcome end date
    • setEndDate

      public void setEndDate(Optional<ZonedDateTime> endDate)
      Sets the outcome end date.
      Parameters:
      endDate - the outcome end date
    • getNotes

      public Optional<String> getNotes()
      Gets the notes associated with the intervention outcome.
      Returns:
      the notes
    • setNotes

      public void setNotes(Optional<String> notes)
      Sets the note associated with the intervention outcome.
      Parameters:
      notes - the note associated with the intervention outcome.