java.lang.Object
tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
tr.com.havelsan.javarch.dto.model.HvlModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.authority.model.HvlOAuthAuthorityModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.authority.model.persist.HvlOAuthAuthorityPersistModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>

public class HvlOAuthAuthorityPersistModel extends HvlOAuthAuthorityModel
The type is data transfer object that it is used to pass data to persistence operations.
See Also:
  • Constructor Details

    • HvlOAuthAuthorityPersistModel

      public HvlOAuthAuthorityPersistModel()
  • Method Details

    • getProfileGroupIdSetToAdd

      public Set<Long> getProfileGroupIdSetToAdd()
      Gets profile group id set to add.
      Returns:
      the profile group id set to add
    • setProfileGroupIdSetToAdd

      public void setProfileGroupIdSetToAdd(Set<Long> profileGroupIdSetToAdd)
      Sets profile group id set to add.
      Parameters:
      profileGroupIdSetToAdd - the profile group id set to add
    • getProfileGroupIdSetToRemove

      public Set<Long> getProfileGroupIdSetToRemove()
      Gets profile group id set to remove.
      Returns:
      the profile group id set to remove
    • setProfileGroupIdSetToRemove

      public void setProfileGroupIdSetToRemove(Set<Long> profileGroupIdSetToRemove)
      Sets profile group id set to remove.
      Parameters:
      profileGroupIdSetToRemove - the profile group id set to remove
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class HvlOAuthAuthorityModel
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class HvlOAuthAuthorityModel