Class DTOInterventionInsert

java.lang.Object
overit.geocallapp.wfm.cee.rs1.intervention.DTOInterventionInsert

public class DTOInterventionInsert extends Object
  • Constructor Details

    • DTOInterventionInsert

      public DTOInterventionInsert()
  • Method Details

    • 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)
    • isIsBooking

      public boolean isIsBooking()
    • setIsBooking

      public void setIsBooking(boolean isBooking)
    • getStatus

      public ConstCee.InterventionStatus getStatus()
    • setStatus

      public void setStatus(ConstCee.InterventionStatus status)
    • getCoordinateX

      public final Double getCoordinateX()
    • setCoordinateX

      public final void setCoordinateX(Double coordinateX)
    • getCoordinateY

      public final Double getCoordinateY()
    • setCoordinateY

      public final void setCoordinateY(Double coordinateY)
    • getCustomerId

      public Long getCustomerId()
    • setCustomerId

      public void setCustomerId(Long customerId)