Class MeasureUnitSearchFilter

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

public class MeasureUnitSearchFilter extends DynO
Business object representing a search filter for the measure units.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • MeasureUnitSearchFilter

      public MeasureUnitSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
    • setId

      public void setId(Collection<Long> id)
    • getDescription

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

      public void setDescription(LocalizedString description)
      Sets the measure unit description as filter.
      Parameters:
      description - the description
    • getOrder

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

      public void setOrder(Long order)
      Sets the measure unit order as filter.
      Parameters:
      order - the order
    • getActive

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

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

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

      public void setCode(Collection<String> code)
      Sets the measure unit code as filter.
      Parameters:
      code - the code