java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.user.model.query.HvlOAuthUserQueryModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HvlOAuthUserClaimQueryModel

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

    • HvlOAuthUserQueryModel

      public HvlOAuthUserQueryModel()
  • Method Details

    • getId

      public Long getId()
      Gets id.
      Returns:
      the id
    • setId

      public void setId(Long id)
      Sets id.
      Parameters:
      id - the id
    • getUuid

      public String getUuid()
      Gets uuid.
      Returns:
      the uuid
    • setUuid

      public void setUuid(String uuid)
      Sets uuid.
      Parameters:
      uuid - the uuid
    • getUsername

      public String getUsername()
      Gets username.
      Returns:
      the username
    • setUsername

      public void setUsername(String username)
      Sets username.
      Parameters:
      username - the username
    • 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
    • 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
    • getPassword

      public String getPassword()
      Gets password.
      Returns:
      the password
    • setPassword

      public void setPassword(String password)
      Sets password.
      Parameters:
      password - the password
    • getTenantIdentifier

      public String getTenantIdentifier()
      Gets tenant.
      Returns:
      the tenant
    • setTenantIdentifier

      public void setTenantIdentifier(String tenantIdentifier)
      Sets tenant.
      Parameters:
      tenantIdentifier - the tenant
    • getSystem

      public Boolean getSystem()
      Gets system.
      Returns:
      the system
    • setSystem

      public void setSystem(Boolean system)
      Sets system.
      Parameters:
      system - the system
    • getLocked

      public Boolean getLocked()
      Gets locked.
      Returns:
      the locked
    • setLocked

      public void setLocked(Boolean locked)
      Sets locked.
      Parameters:
      locked - the locked
    • getExpired

      public Boolean getExpired()
      Gets expired.
      Returns:
      the expired
    • setExpired

      public void setExpired(Boolean expired)
      Sets expired.
      Parameters:
      expired - the expired
    • getPasswordExpired

      public Boolean getPasswordExpired()
      Gets password expired.
      Returns:
      the password expired
    • setPasswordExpired

      public void setPasswordExpired(Boolean passwordExpired)
      Sets password expired.
      Parameters:
      passwordExpired - the password expired
    • 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
    • getUserDetailId

      public Long getUserDetailId()
      Gets user detail id.
      Returns:
      the user detail id
    • setUserDetailId

      public void setUserDetailId(Long userDetailId)
      Sets user detail id.
      Parameters:
      userDetailId - the user detail id
    • getUserDetailUuid

      public String getUserDetailUuid()
      Gets user detail uuid.
      Returns:
      the user detail uuid
    • setUserDetailUuid

      public void setUserDetailUuid(String userDetailUuid)
      Sets user detail uuid.
      Parameters:
      userDetailUuid - the user detail uuid
    • getAdmin

      public Boolean getAdmin()
      Gets admin.
      Returns:
      the admin
    • setAdmin

      public void setAdmin(Boolean admin)
      Sets admin.
      Parameters:
      admin - the admin
    • isDeleted

      public boolean isDeleted()
      Is deleted boolean.
      Returns:
      the boolean
    • setDeleted

      public void setDeleted(boolean deleted)
      Sets deleted.
      Parameters:
      deleted - the deleted
    • getTrustedProxyIdSet

      public Set<Long> getTrustedProxyIdSet()
      Gets trusted proxy id set.
      Returns:
      the trusted proxy id set
    • setTrustedProxyIdSet

      public void setTrustedProxyIdSet(Set<Long> trustedProxyIdSet)
      Sets trusted proxy id set.
      Parameters:
      trustedProxyIdSet - the trusted proxy id set
    • getUserRegistrationSourceType

      public HvlOAuthUserRegistrationSourceType getUserRegistrationSourceType()
      Gets user registration source type.
      Returns:
      the user registration source type
    • setUserRegistrationSourceType

      public void setUserRegistrationSourceType(HvlOAuthUserRegistrationSourceType userRegistrationSourceType)
      Sets user registration source type.
      Parameters:
      userRegistrationSourceType - the user registration source type
    • getStartDate

      public OffsetDateTime getStartDate()
      Gets start date.
      Returns:
      the start date
    • setStartDate

      public void setStartDate(OffsetDateTime startDate)
      Sets start date.
      Parameters:
      startDate - the start date
    • getEndDate

      public OffsetDateTime getEndDate()
      Gets end date.
      Returns:
      the end date
    • setEndDate

      public void setEndDate(OffsetDateTime endDate)
      Sets end date.
      Parameters:
      endDate - the end date
    • getOnlyWithDn

      public Boolean getOnlyWithDn()
      Gets only dn.
      Returns:
      the only dn
    • setOnlyWithDn

      public void setOnlyWithDn(Boolean onlyWithDn)
      Sets only dn.
      Parameters:
      onlyWithDn - the only dn
    • getOnlyNoDn

      public Boolean getOnlyNoDn()
      Gets only no dn.
      Returns:
      the only no dn
    • setOnlyNoDn

      public void setOnlyNoDn(Boolean onlyNoDn)
      Sets only no dn.
      Parameters:
      onlyNoDn - the only no dn
    • getDn

      public String getDn()
      Gets dn.
      Returns:
      the dn
    • setDn

      public void setDn(String dn)
      Sets dn.
      Parameters:
      dn - the dn