Class MaterialItemSearchFilter

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

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

    • MaterialItemSearchFilter

      public MaterialItemSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
      Returns the collection of the on call shift id that was set as filter.
      Returns:
      the collection of id
    • setId

      public void setId(Collection<Long> id)
      Sets the collection of the on call shift id as filter.
      Parameters:
      id - the collection of id
    • getCode

      public Collection<String> getCode()
    • setCode

      public void setCode(Collection<String> code)
    • getDescription

      public LocalizedString getDescription()
      Returns the material item type description that was set as filter.
      Returns:
      the material item type description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the material item type description as filter.
      Parameters:
      description - the material item type description
    • getOrder

      public Long getOrder()
      Returns the material item type order that was set as filter.
      Returns:
      the material item type order
    • setOrder

      public void setOrder(Long order)
      Sets the material item type order as filter.
      Parameters:
      order - the material item type order
    • getActive

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

      public void setActive(Boolean active)
      Sets the material item type to active as filter.
      Parameters:
      active - true if the material item type must be active, false otherwise