Class ValueDomainSearchFilter

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

public class ValueDomainSearchFilter extends DynO
Business object representing a search filter for the values domains.
Since:
9.2
See Also:
GCApi:
bo
  • Constructor Details

    • ValueDomainSearchFilter

      public ValueDomainSearchFilter()
  • Method Details

    • getId

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

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

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

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

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

      public void setDescription(String description)
      Sets the value domain description as filter.
      Parameters:
      description - the description
    • getActive

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

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

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

      public void setOrder(Long order)
      Sets the value domain order as filter.
      Parameters:
      order - the order