Class DTOMaterialItemSearchFilter

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

public class DTOMaterialItemSearchFilter extends DynO
DTO filter for material item type.
Since:
17.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMaterialItemSearchFilter

      public DTOMaterialItemSearchFilter()
  • Method Details

    • getId

      public final Collection<Long> getId()
      Returns:
      the id
    • setId

      public final void setId(Collection<Long> id)
      Parameters:
      id - the id to set
    • getCode

      public final Collection<String> getCode()
      Returns:
      the code
    • setCode

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

      public final String getDescription()
      Returns:
      the description
    • setDescription

      public final void setDescription(String description)
      Parameters:
      description - the description to set
    • getOrder

      public final Long getOrder()
      Returns:
      the order
    • setOrder

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

      public final Boolean getActive()
      Returns:
      the active
    • setActive

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