Class MaterialClassSearchFilter

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

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

    • MaterialClassSearchFilter

      public MaterialClassSearchFilter()
  • 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()
      Returns:
      the code
    • setCode

      public void setCode(Collection<String> code)
      Parameters:
      code - the code to set
    • getDescription

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

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

      public Boolean getActive()
      Returns:
      the active
    • setActive

      public void setActive(Boolean active)
      Parameters:
      active - the active to set
    • getOrder

      public Long getOrder()
      Returns:
      the order
    • setOrder

      public void setOrder(Long order)
      Parameters:
      order - the order to set