Class HvlOAuthTrustedProxyQueryModel

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

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

    • HvlOAuthTrustedProxyQueryModel

      public HvlOAuthTrustedProxyQueryModel()
  • Method Details

    • getUuid

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

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

      public Long getSourceProfileId()
      Gets source profile id.
      Returns:
      the source profile id
    • setSourceProfileId

      public void setSourceProfileId(Long sourceProfileId)
      Sets source profile id.
      Parameters:
      sourceProfileId - the source profile id
    • getTargetUserIdSet

      public Set<Long> getTargetUserIdSet()
      Gets target user id set.
      Returns:
      the target user id set
    • setTargetUserIdSet

      public void setTargetUserIdSet(Set<Long> targetUserIdSet)
      Sets target user id set.
      Parameters:
      targetUserIdSet - the target user id set
    • isDeleted

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

      public void setDeleted(boolean deleted)
      Sets deleted.
      Parameters:
      deleted - the deleted
    • isOnlyDelegated

      public boolean isOnlyDelegated()
      Is only delegated boolean.
      Returns:
      the boolean
    • setOnlyDelegated

      public void setOnlyDelegated(boolean onlyDelegated)
      Sets only delegated.
      Parameters:
      onlyDelegated - the only delegated
    • isOnlyBorrowed

      public boolean isOnlyBorrowed()
      Is only borrowed boolean.
      Returns:
      the boolean
    • setOnlyBorrowed

      public void setOnlyBorrowed(boolean onlyBorrowed)
      Sets only borrowed.
      Parameters:
      onlyBorrowed - the only borrowed
    • 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
    • getUserProfilePredicateModel

      public HvlOAuthUserProfilePredicateModel getUserProfilePredicateModel()
      Gets user profile predicate model.
      Returns:
      the user profile predicate model
    • setUserProfilePredicateModel

      public void setUserProfilePredicateModel(HvlOAuthUserProfilePredicateModel userProfilePredicateModel)
      Sets user profile predicate model.
      Parameters:
      userProfilePredicateModel - the user profile predicate model
    • getName

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

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