Class HvlOAuthRoleAuthorityRelQueryModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.role.model.query.HvlOAuthBaseRoleRelQueryModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.role.model.query.HvlOAuthRoleAuthorityRelQueryModel
All Implemented Interfaces:
Serializable

public class HvlOAuthRoleAuthorityRelQueryModel extends HvlOAuthBaseRoleRelQueryModel
A data transfer object which is used to filter query.
See Also:
  • Constructor Details

    • HvlOAuthRoleAuthorityRelQueryModel

      public HvlOAuthRoleAuthorityRelQueryModel()
  • Method Details

    • 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
    • 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