Class DTOIntervention

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

public class DTOIntervention extends DynO
DTO for intervention
Since:
18.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOIntervention

      public DTOIntervention()
  • Method Details

    • getId

      public final Long getId()
      Gets the id.
      Returns:
      the id
    • setId

      public final void setId(Long id)
      Sets the id.
      Parameters:
      id - the new id
    • getStatus

      public final Long getStatus()
      Gets the status.
      Returns:
      the status
    • setStatus

      public final void setStatus(Long status)
      Sets the status.
      Parameters:
      status - the new status
    • getStartDate

      public final ZonedDateTime getStartDate()
      Gets the start date.
      Returns:
      the start date
    • setStartDate

      public final void setStartDate(ZonedDateTime startDate)
      Sets the start date.
      Parameters:
      startDate - the new start date
    • getEndDate

      public final ZonedDateTime getEndDate()
      Gets the end date.
      Returns:
      the end date
    • setEndDate

      public final void setEndDate(ZonedDateTime endDate)
      Sets the end date.
      Parameters:
      endDate - the new end date
    • getWorkOrderOperation

      public final Long getWorkOrderOperation()
      Gets the work order operation.
      Returns:
      the work order operation
    • setWorkOrderOperation

      public final void setWorkOrderOperation(Long workOrderOperation)
      Sets the work order operation.
      Parameters:
      workOrderOperation - the new work order operation
    • getDefaultDuration

      public final Long getDefaultDuration()
      Returns the default duration.
      Returns:
      the default duration
    • setDefaultDuration

      public final void setDefaultDuration(Long defaultDuration)
      Sets the default duration.
      Parameters:
      defaultDuration - the default duration
    • getForeman

      public final Long getForeman()
      Gets the foreman
      Returns:
      the forman
    • setForeman

      public final void setForeman(Long foreman)
      Sets the foreman
      Parameters:
      foreman - the new foreman