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

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

    • HvlOAuthAuthorityQueryModel

      public HvlOAuthAuthorityQueryModel()
      Instantiates a new HvlOAuthAuthorityQueryModel.
  • Method Details

    • getUuid

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

      public void setUuid(String uuid)
      Sets uuid.
      Parameters:
      uuid - the 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
    • getCode

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

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

      public String getLabel()
      Gets label.
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Sets label.
      Parameters:
      label - the label
    • isOnlyRoot

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

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

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

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

      public Set<Long> getTagIdSet()
      Gets tag id set.
      Returns:
      the tag id set
    • setTagIdSet

      public void setTagIdSet(Set<Long> tagIdSet)
      Sets tag id set.
      Parameters:
      tagIdSet - the tag 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