Class CharacteristicUsageSearchFilter

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.characteristics.bl.usage.event.CharacteristicUsageSearchFilter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class CharacteristicUsageSearchFilter extends DynO
Business object representing a search filter for the characteristic usages.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • CharacteristicUsageSearchFilter

      public CharacteristicUsageSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
      Returns the characteristic usage ids that was set as filter.
      Returns:
      the ids
    • setId

      public void setId(Collection<Long> id)
      Sets the characteristic usage ids as filter.
      Parameters:
      id - the ids
    • getCode

      public Collection<String> getCode()
      Returns the characteristic usage code that was set as filter.
      Returns:
      the characteristic usage code
    • setCode

      public void setCode(Collection<String> code)
      Sets the characteristic usage code as filter.
      Parameters:
      code - the characteristic usage code
    • getDescription

      public String getDescription()
      Returns the characteristic usage description that was set as filter.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the characteristic usage description as filter.
      Parameters:
      description - the description