Class DTOAccountContactFilter

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.accounts.rs1.contact.DTOAccountContactFilter
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOAccountContactFilter extends DynO
DTO for search contacts.
Since:
16.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOAccountContactFilter

      public DTOAccountContactFilter()
  • Method Details

    • getId

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

      public final void setId(Collection<Long> id)
      Sets the id.
      Parameters:
      id - the new id
    • getTypeId

      public final Collection<Long> getTypeId()
      Gets the type id.
      Returns:
      the type id
    • getType

      public final Collection<Long> getType()
      Gets the type.
      Returns:
      the type
    • setTypeId

      public final void setTypeId(Collection<Long> typeId)
      Sets the type id.
      Parameters:
      typeId - the new type id
    • getCode

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

      public final void setCode(Collection<String> code)
      Sets the code.
      Parameters:
      code - the new code
    • getContact

      public final String getContact()
      Gets the contact.
      Returns:
      the contact
    • setContact

      public final void setContact(String contact)
      Sets the contact.
      Parameters:
      contact - the new contact