Class DTOMeasuringElementStatusFilter

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.measuringelements.rs1.status.DTOMeasuringElementStatusFilter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOMeasuringElementStatusFilter extends DynO
DTO to filter measuring element status.
Since:
20.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMeasuringElementStatusFilter

      public DTOMeasuringElementStatusFilter()
  • Method Details

    • getId

      public final Collection<Long> getId()
      Returns the measuring element status id collection.
      Returns:
      the measuring element status id collection
    • setId

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

      public final Collection<String> getCode()
      Returns the measuring element status code collection.
      Returns:
      the measuring element status code collection
    • setCode

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

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

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