Class HvlOAuthProfileGroupProfileDetailRelQueryModel

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

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

    • HvlOAuthProfileGroupProfileDetailRelQueryModel

      public HvlOAuthProfileGroupProfileDetailRelQueryModel()
  • Method Details

    • getProfileGroupIdList

      public List<Long> getProfileGroupIdList()
      Gets profile group id list.
      Returns:
      the profile group id list
    • setProfileGroupIdList

      public void setProfileGroupIdList(List<Long> profileGroupIdList)
      Sets profile group id list.
      Parameters:
      profileGroupIdList - the profile group id list
    • 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
    • getProfileDetailId

      public Long getProfileDetailId()
      Gets profile detail id.
      Returns:
      the profile detail id
    • setProfileDetailId

      public void setProfileDetailId(Long profileDetailId)
      Sets profile detail id.
      Parameters:
      profileDetailId - the profile detail id
    • getProfileDetailIdSet

      public Set<Long> getProfileDetailIdSet()
      Gets profile detail id set.
      Returns:
      the profile detail id set
    • setProfileDetailIdSet

      public void setProfileDetailIdSet(Set<Long> profileDetailIdSet)
      Sets profile detail id set.
      Parameters:
      profileDetailIdSet - the profile detail id set