Class HvlOAuthAuthorityProfileGroupRelQueryModel

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

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

    • HvlOAuthAuthorityProfileGroupRelQueryModel

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

    • isDeleted

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

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