Class HvlOAuthUserDetailQueryModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.user.model.query.HvlOAuthUserDetailQueryModel
All Implemented Interfaces:
Serializable

public class HvlOAuthUserDetailQueryModel extends tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
A data transfer object which is used to filter query.
See Also:
  • Constructor Details

    • HvlOAuthUserDetailQueryModel

      public HvlOAuthUserDetailQueryModel()
  • Method Details

    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getSurname

      public String getSurname()
      Gets surname.
      Returns:
      the surname
    • setSurname

      public void setSurname(String surname)
      Sets surname.
      Parameters:
      surname - the surname
    • getEmail

      public String getEmail()
      Gets email.
      Returns:
      the email
    • setEmail

      public void setEmail(String email)
      Sets email.
      Parameters:
      email - the email
    • getMobileNumber

      public String getMobileNumber()
      Gets mobile number.
      Returns:
      the mobile number
    • setMobileNumber

      public void setMobileNumber(String mobileNumber)
      Sets mobile number.
      Parameters:
      mobileNumber - the mobile number
    • getEmailList

      public List<String> getEmailList()
      Gets email list.
      Returns:
      the email list
    • setEmailList

      public void setEmailList(List<String> emailList)
      Sets email list.
      Parameters:
      emailList - the email list
    • getUserTypeId

      public Long getUserTypeId()
      Gets user type id.
      Returns:
      the user type id
    • setUserTypeId

      public void setUserTypeId(Long userTypeId)
      Sets user type id.
      Parameters:
      userTypeId - the user type id
    • getIntegrationCode

      public String getIntegrationCode()
      Gets integration code.
      Returns:
      the integration code
    • setIntegrationCode

      public void setIntegrationCode(String integrationCode)
      Sets integration code.
      Parameters:
      integrationCode - the integration code
    • getIntegrationCodeList

      public List<String> getIntegrationCodeList()
      Gets integration code list.
      Returns:
      the integration code list
    • setIntegrationCodeList

      public void setIntegrationCodeList(List<String> integrationCodeList)
      Sets integration code list.
      Parameters:
      integrationCodeList - the integration code list
    • getPersonalIdentifier

      public String getPersonalIdentifier()
      Gets personal identifier.
      Returns:
      the personal identifier
    • setPersonalIdentifier

      public void setPersonalIdentifier(String personalIdentifier)
      Sets personal identifier.
      Parameters:
      personalIdentifier - the personal identifier