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

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

    • HvlOAuthProfileQueryModel

      public HvlOAuthProfileQueryModel()
  • Method Details

    • getUuid

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

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

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

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

      public List<String> getUuidList()
      Gets uuid list.
      Returns:
      the uuid list
    • setUuidList

      public void setUuidList(List<String> uuidList)
      Sets uuid list.
      Parameters:
      uuidList - the uuid list
    • getNotInUuidList

      public List<String> getNotInUuidList()
      Gets not in uuid list.
      Returns:
      the not in uuid list
    • setNotInUuidList

      public void setNotInUuidList(List<String> notInUuidList)
      Sets not in uuid list.
      Parameters:
      notInUuidList - the not in uuid list
    • getIdList

      public List<Long> getIdList()
      Gets id list.
      Returns:
      the id list
    • setIdList

      public void setIdList(List<Long> idList)
      Sets id list.
      Parameters:
      idList - the id list
    • getName

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

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

      public String getNameWithEquals()
      Gets name with equals.
      Returns:
      the name with equals
    • setNameWithEquals

      public void setNameWithEquals(String nameWithEquals)
      Sets name with equals.
      Parameters:
      nameWithEquals - the name with equals
    • getVirtual

      public Boolean getVirtual()
      Gets virtual.
      Returns:
      the virtual
    • setVirtual

      public void setVirtual(Boolean virtual)
      Sets virtual.
      Parameters:
      virtual - the virtual
    • 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
    • getUserId

      public Long getUserId()
      Gets user id.
      Returns:
      the user id
    • setUserId

      public void setUserId(Long userId)
      Sets user id.
      Parameters:
      userId - the user id
    • getUserUsername

      public String getUserUsername()
      Gets user username.
      Returns:
      the user username
    • setUserUsername

      public void setUserUsername(String userUsername)
      Sets user username.
      Parameters:
      userUsername - the user username
    • getUserIntegrationCode

      public String getUserIntegrationCode()
      Gets user integration code.
      Returns:
      the user integration code
    • setUserIntegrationCode

      public void setUserIntegrationCode(String userIntegrationCode)
      Sets user integration code.
      Parameters:
      userIntegrationCode - the user integration code
    • getUserEmail

      public String getUserEmail()
      Gets user email.
      Returns:
      the user email
    • setUserEmail

      public void setUserEmail(String userEmail)
      Sets user email.
      Parameters:
      userEmail - the user email
    • getUserFirstName

      public String getUserFirstName()
      Gets user first name.
      Returns:
      the user first name
    • setUserFirstName

      public void setUserFirstName(String userFirstName)
      Sets user first name.
      Parameters:
      userFirstName - the user first name
    • getUserLastName

      public String getUserLastName()
      Gets user last name.
      Returns:
      the user last name
    • setUserLastName

      public void setUserLastName(String userLastName)
      Sets user last name.
      Parameters:
      userLastName - the user last name
    • 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
    • getEnabled

      public Boolean getEnabled()
      Gets enabled.
      Returns:
      the enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled
    • getRoleAssignerId

      public Long getRoleAssignerId()
      Gets role assigner id.
      Returns:
      the role assigner id
    • setRoleAssignerId

      public void setRoleAssignerId(Long roleAssignerId)
      Sets role assigner id.
      Parameters:
      roleAssignerId - the role assigner id
    • getRoleAssignerProfileQuery

      public Boolean getRoleAssignerProfileQuery()
      Gets role assigner profile query.
      Returns:
      the role assigner profile query
    • setRoleAssignerProfileQuery

      public void setRoleAssignerProfileQuery(Boolean roleAssignerProfileQuery)
      Sets role assigner profile query.
      Parameters:
      roleAssignerProfileQuery - the role assigner profile query
    • getSystem

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

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

      public Set<Long> getProfileGroupIdSet()
      Gets profile group id set.
      Returns:
      the profile group id set
    • setProfileGroupIdSet

      public void setProfileGroupIdSet(Set<Long> profileGroupIdSet)
      Sets profile group id set.
      Parameters:
      profileGroupIdSet - the profile group id set
    • getProfileDetailIdSet

      public Set<Long> getProfileDetailIdSet()
      Gets profile detail id list.
      Returns:
      the profile detail id list
    • setProfileDetailIdSet

      public void setProfileDetailIdSet(Set<Long> profileDetailIdSet)
      Sets profile detail id list.
      Parameters:
      profileDetailIdSet - the profile detail id list
    • getAuthorityIdSet

      public Set<Long> getAuthorityIdSet()
      Gets authority id set.
      Returns:
      the authority id set
    • setAuthorityIdSet

      public void setAuthorityIdSet(Set<Long> authorityIdSet)
      Sets authority id set.
      Parameters:
      authorityIdSet - the authority id set
    • getRoleIdSet

      public Set<Long> getRoleIdSet()
      Gets role id set.
      Returns:
      the role id set
    • setRoleIdSet

      public void setRoleIdSet(Set<Long> roleIdSet)
      Sets role id set.
      Parameters:
      roleIdSet - the role id set
    • getRoleGroupIdSet

      public Set<Long> getRoleGroupIdSet()
      Gets role group id set.
      Returns:
      the role group id set
    • setRoleGroupIdSet

      public void setRoleGroupIdSet(Set<Long> roleGroupIdSet)
      Sets role group id set.
      Parameters:
      roleGroupIdSet - the role group id set
    • getAuthorityCodeSet

      public Set<String> getAuthorityCodeSet()
      Gets authority code set.
      Returns:
      the authority code set
    • setAuthorityCodeSet

      public void setAuthorityCodeSet(Set<String> authorityCodeSet)
      Sets authority code set.
      Parameters:
      authorityCodeSet - the authority code set
    • getRoleCodeSet

      public Set<String> getRoleCodeSet()
      Gets role code set.
      Returns:
      the role code set
    • setRoleCodeSet

      public void setRoleCodeSet(Set<String> roleCodeSet)
      Sets role code set.
      Parameters:
      roleCodeSet - the role code set