Class DTOInterventionArrivalOnSite

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

public class DTOInterventionArrivalOnSite extends DynO
DTO for intervention arrival on site
Since:
18.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOInterventionArrivalOnSite

      public DTOInterventionArrivalOnSite()
  • Method Details

    • getDate

      public final ZonedDateTime getDate()
      Returns the arrival on site date of the intervention.
      Returns:
      the arrival on site date as a ZonedDateTime object
    • setDate

      public final void setDate(ZonedDateTime date)
      Sets the arrival on site date of the intervention.
      Parameters:
      date - the arrival on site date to be set