java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.role.model.query.HvlOAuthRoleQueryModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HvlOAuthRoleAssignerQueryModel, HvlOAuthRoleClaimQueryModel

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

    • HvlOAuthRoleQueryModel

      public HvlOAuthRoleQueryModel()
      Instantiates a new role query model.
  • Method Details

    • getUuid

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

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

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

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

      public String getCode()
      Gets code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets code.
      Parameters:
      code - the code
    • getEnabled

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

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

      public Boolean getEditable()
      Gets editable.
      Returns:
      the editable
    • setEditable

      public void setEditable(Boolean editable)
      Sets editable.
      Parameters:
      editable - the editable
    • getProxyable

      public Boolean getProxyable()
      Gets proxyable.
      Returns:
      the proxyable
    • setProxyable

      public void setProxyable(Boolean proxyable)
      Sets proxyable.
      Parameters:
      proxyable - the proxyable
    • isDeleted

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

      public void setDeleted(boolean deleted)
      Sets deleted.
      Parameters:
      deleted - the deleted
    • 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
    • getOnlyRoleAssigner

      public Boolean getOnlyRoleAssigner()
      Gets only role assigner.
      Returns:
      the only role assigner
    • setOnlyRoleAssigner

      public void setOnlyRoleAssigner(Boolean onlyRoleAssigner)
      Sets only role assigner.
      Parameters:
      onlyRoleAssigner - the only role assigner
    • 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
    • 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
    • getAuthorityTagIdSet

      public Set<Long> getAuthorityTagIdSet()
      Gets authority tag id set.
      Returns:
      the authority tag id set
    • setAuthorityTagIdSet

      public void setAuthorityTagIdSet(Set<Long> authorityTagIdSet)
      Sets authority tag id set.
      Parameters:
      authorityTagIdSet - the authority tag 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
    • getProfileIdSet

      public Set<Long> getProfileIdSet()
      Gets profile id set.
      Returns:
      the profile id set
    • setProfileIdSet

      public void setProfileIdSet(Set<Long> profileIdSet)
      Sets profile id set.
      Parameters:
      profileIdSet - the profile id set
    • 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
    • getPredefinedProxyIdSet

      public Set<Long> getPredefinedProxyIdSet()
      Gets predefined proxy id set.
      Returns:
      the predefined proxy id set
    • setPredefinedProxyIdSet

      public void setPredefinedProxyIdSet(Set<Long> predefinedProxyIdSet)
      Sets predefined proxy id set.
      Parameters:
      predefinedProxyIdSet - the predefined proxy id set
    • getProxyIdSet

      public Set<Long> getProxyIdSet()
      Gets proxy id set.
      Returns:
      the proxy id set
    • setProxyIdSet

      public void setProxyIdSet(Set<Long> proxyIdSet)
      Sets proxy id set.
      Parameters:
      proxyIdSet - the proxy id set
    • 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
    • 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