Class AssetContactSearchFilter

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

public class AssetContactSearchFilter extends DynO
Business object representing a research filter for the contact.
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • AssetContactSearchFilter

      public AssetContactSearchFilter()
  • Method Details

    • getId

      public Collection<Long> getId()
      Returns the asset contact id that was set as filter.
      Returns:
      the asset contact id
    • setId

      public void setId(Collection<Long> id)
      Sets the asset contact id as filter.
      Parameters:
      id - the asset contact id
    • getType

      public Collection<Long> getType()
      Returns the asset contact type that was set as filter.
      Returns:
      the asset contact type
    • setType

      public void setType(Collection<Long> type)
      Sets the asset contact type as filter.
      Parameters:
      type - the asset contact type
    • getCode

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

      public void setCode(Collection<String> code)
      Sets the asset contact code as filter.
      Parameters:
      code - the asset contact code
    • getContact

      public String getContact()
      Returns the asset contact contact that was set as filter.
      Returns:
      the asset contact contact
    • setContact

      public void setContact(String contact)
      Sets the asset contact as filter.
      Parameters:
      contact - the asset contact
    • getAddress

      public Collection<Long> getAddress()
      Returns the asset contact address that was set as filter.
      Returns:
      the asset contact address
    • setAddress

      public void setAddress(Collection<Long> address)
      Sets the asset contact address as filter.
      Parameters:
      address - the asset contact address
    • getAsset

      public Long getAsset()
      Returns the asset contact asset that was set as filter.
      Returns:
      the asset contact asset
    • setAsset

      public void setAsset(Long asset)
      Sets the asset contact asset as filter.
      Parameters:
      asset - the asset contact asset