Class CharacteristicClassSearchFilter

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

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

    • CharacteristicClassSearchFilter

      public CharacteristicClassSearchFilter()
  • Method Details

    • getId

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

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

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

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

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

      public void setDescription(LocalizedString description)
      Sets the characteristic class description as filter.
      Parameters:
      description - the description
    • getActive

      public Boolean getActive()
      Checks if the characteristic class that was set as filter is active.
      Returns:
      true if the characteristic class is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the characteristic class to active as filter.
      Parameters:
      active - true if the characteristic class must be active, false otherwise
    • getOrder

      public Long getOrder()
      Returns the characteristic class order that was set as filter.
      Returns:
      the order
    • setOrder

      public void setOrder(Long order)
      Sets the characteristic class order as filter.
      Parameters:
      order - the order
    • getCharacteristicClassType

      public Collection<Long> getCharacteristicClassType()
      Returns the characteristic class that was set as filter.
      Returns:
      the characteristic class type
    • setCharacteristicClassType

      public void setCharacteristicClassType(Collection<Long> characteristicClassType)
      Sets the characteristic class as filter.
      Parameters:
      characteristicClassType - the characteristic class type