Class DTOIntervention

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

public class DTOIntervention extends DynO
See Also:
  • Constructor Details

    • DTOIntervention

      public DTOIntervention()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getExternalCode

      public String getExternalCode()
    • setExternalCode

      public void setExternalCode(String externalCode)
    • getWoCode

      public String getWoCode()
    • setWoCode

      public void setWoCode(String woCode)
    • getInterventionStartDate

      public Date getInterventionStartDate()
    • setInterventionStartDate

      public void setInterventionStartDate(Date interventionStartDate)
    • getInterventionEndDate

      public Date getInterventionEndDate()
    • setInterventionEndDate

      public void setInterventionEndDate(Date interventionEndDate)
    • isBooking

      public boolean isBooking()
    • setBooking

      public void setBooking(boolean isBooking)
    • getStatus

      public ConstCee.InterventionStatus getStatus()
    • setStatus

      public void setStatus(ConstCee.InterventionStatus status)
    • getCoordinate

      public DTOCoordinate getCoordinate()
    • setCoordinate

      public void setCoordinate(DTOCoordinate coordinate)
    • getTechnician

      public DTOTechnician getTechnician()
    • setTechnician

      public void setTechnician(DTOTechnician technician)
    • getStartExecutionDate

      public Date getStartExecutionDate()
    • setStartExecutionDate

      public void setStartExecutionDate(Date startExecutionDate)
    • getEndExecutionDate

      public Date getEndExecutionDate()
    • setEndExecutionDate

      public void setEndExecutionDate(Date endExecutionDate)
    • getClosingDate

      public Date getClosingDate()
    • setClosingDate

      public void setClosingDate(Date closingDate)
    • getCancellationDate

      public Date getCancellationDate()
    • setCancellationDate

      public void setCancellationDate(Date cancellationDate)
    • isCancellationPending

      public boolean isCancellationPending()
    • setCancellationPending

      public void setCancellationPending(boolean cancellationPending)
    • getCustomerId

      public Long getCustomerId()
    • setCustomerId

      public void setCustomerId(Long customerId)