Class HvlOAuthProfileDetailQueryModel

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

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

    • HvlOAuthProfileDetailQueryModel

      public HvlOAuthProfileDetailQueryModel()
  • Method Details

    • getUuid

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

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

      public String getParentUuid()
      Gets parent uuid.
      Returns:
      the parent uuid
    • setParentUuid

      public void setParentUuid(String parentUuid)
      Sets parent uuid.
      Parameters:
      parentUuid - the parent uuid
    • getParentId

      public Long getParentId()
      Gets parent id.
      Returns:
      the parent id
    • setParentId

      public void setParentId(Long parentId)
      Sets parent id.
      Parameters:
      parentId - the parent id
    • getProfileDetailTypeId

      public Long getProfileDetailTypeId()
      Gets profile detail type id.
      Returns:
      the profile detail type id
    • setProfileDetailTypeId

      public void setProfileDetailTypeId(Long profileDetailTypeId)
      Sets profile detail type id.
      Parameters:
      profileDetailTypeId - the profile detail type id
    • getName

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

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • 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
    • isOnlyRoot

      public boolean isOnlyRoot()
      Is only root boolean.
      Returns:
      the boolean
    • setOnlyRoot

      public void setOnlyRoot(boolean onlyRoot)
      Sets only root.
      Parameters:
      onlyRoot - the only root
    • getProfileId

      public Long getProfileId()
      Gets profile id.
      Returns:
      the profile id
    • setProfileId

      public void setProfileId(Long profileId)
      Sets profile id.
      Parameters:
      profileId - the profile id
    • getProfileGroupId

      public Long getProfileGroupId()
      Gets profile group id.
      Returns:
      the profile group id
    • setProfileGroupId

      public void setProfileGroupId(Long profileGroupId)
      Sets profile group id.
      Parameters:
      profileGroupId - the profile group id
    • getRoleAssignerIdSet

      public Set<Long> getRoleAssignerIdSet()
      Gets role assigner id set.
      Returns:
      the role assigner id set
    • setRoleAssignerIdSet

      public void setRoleAssignerIdSet(Set<Long> roleAssignerIdSet)
      Sets role assigner id set.
      Parameters:
      roleAssignerIdSet - the role assigner id set
    • getIdSet

      public Set<Long> getIdSet()
      Gets id set.
      Returns:
      the id set
    • setIdSet

      public void setIdSet(Set<Long> idSet)
      Sets id set.
      Parameters:
      idSet - the id set
    • getUuidSet

      public Set<String> getUuidSet()
      Gets uuid set.
      Returns:
      the uuid set
    • setUuidSet

      public void setUuidSet(Set<String> uuidSet)
      Sets uuid set.
      Parameters:
      uuidSet - the uuid set