Class DTOInterventionOutcome

java.lang.Object
overit.geocallapp.wfm.cee.rs1.intervention.change.DTOInterventionChangeRequest
overit.geocallapp.wfm.cee.rs1.intervention.change.DTOInterventionOutcome

public class DTOInterventionOutcome extends DTOInterventionChangeRequest
  • Constructor Details

    • DTOInterventionOutcome

      public DTOInterventionOutcome()
  • Method Details

    • getStatus

      public ConstCee.InterventionStatus getStatus()
    • setStatus

      public void setStatus(ConstCee.InterventionStatus status)
    • getStartExecutionDate

      public Date getStartExecutionDate()
    • setStartExecutionDate

      public void setStartExecutionDate(Date startExecutionDate)
    • getEndExecutionDate

      public Date getEndExecutionDate()
    • setEndExecutionDate

      public void setEndExecutionDate(Date endExecutionDate)