Class InterventionResourceDeleteInput

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

public class InterventionResourceDeleteInput extends DynO
Business object representing a filter delete the relation between an intervention and a resource.
Since:
18.0
See Also:
  • Constructor Details

    • InterventionResourceDeleteInput

      public InterventionResourceDeleteInput()
  • Method Details

    • getIntervention

      public Long getIntervention()
      Returns the intervention associated with this resource delete input.
      Returns:
      the intervention
    • setIntervention

      public void setIntervention(Long intervention)
      Sets the intervention associated with this resource delete input.
      Parameters:
      intervention - the intervention to set
    • getResource

      public Long getResource()
      Returns the resource associated with this resource delete input.
      Returns:
      the resource
    • setResource

      public void setResource(Long resource)
      Sets the resource associated with this resource delete input.
      Parameters:
      resource - the resource to set
    • getWorkingHourType

      public Long getWorkingHourType()
      Returns the working hour type associated with this resource delete input.
      Returns:
      the working hour type
    • setWorkingHourType

      public void setWorkingHourType(Long workingHourType)
      Sets the working hour type associated with this resource delete input.
      Parameters:
      workingHourType - the working hour type to set