Class DTOInterventionStatusFilter

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.execution.rs1.interventionstatus.DTOInterventionStatusFilter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOInterventionStatusFilter extends DynO
DTO for filter intervention status
Since:
18.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOInterventionStatusFilter

      public DTOInterventionStatusFilter()
  • Method Details

    • getId

      public final Collection<Long> getId()
      Returns the collection of ids.
      Returns:
      the collection of ids
    • setId

      public final void setId(Collection<Long> id)
      Sets the collection of ids.
      Parameters:
      id - the collection of ids
    • getCode

      public final Collection<String> getCode()
      Returns the collection of codes.
      Returns:
      the collection of codes
    • setCode

      public final void setCode(Collection<String> code)
      Sets the collection of codes.
      Parameters:
      code - the collection of codes
    • getDescription

      public final String getDescription()
      Returns the description.
      Returns:
      the description
    • setDescription

      public final void setDescription(String description)
      Sets the description.
      Parameters:
      description - the description