Class DTOResourceWithInterventionResponse

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.orchestrator.workorders.rs1.resourcewithintervention.DTOResourceWithInterventionResponse
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOResourceWithInterventionResponse extends DynO
See Also:
  • Constructor Details

    • DTOResourceWithInterventionResponse

      public DTOResourceWithInterventionResponse()
  • Method Details

    • getResource

      public Long getResource()
      Returns the resource of the intervention resource.
      Returns:
      resource the resource of the intervention resource
    • setResource

      public void setResource(Long resource)
      Sets the resource of the intervention resource.
      Parameters:
      resource - the resource of the intervention resource
    • getInterventions

      public Collection<DTOInterventionResponse> getInterventions()
      Returns the list of the interventions of the resource.
      Returns:
      interventions the list of the interventions of the resource
    • setInterventions

      public void setInterventions(Collection<DTOInterventionResponse> interventions)
      Sets the list of the interventions of the resource..
      Parameters:
      interventions - the list of the interventions of the resource