Class HvlOAuthAuthorityProfileGroupPersistModel

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.persist.HvlOAuthAuthorityProfileGroupPersistModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>

public class HvlOAuthAuthorityProfileGroupPersistModel extends tr.com.havelsan.javarch.dto.model.HvlModel
A data transfer object is used for authority profile group relation operations.
See Also:
  • Constructor Details

    • HvlOAuthAuthorityProfileGroupPersistModel

      public HvlOAuthAuthorityProfileGroupPersistModel()
  • Method Details

    • getAuthorityUuid

      public String getAuthorityUuid()
      Gets authority uuid.
      Returns:
      the authority uuid
    • setAuthorityUuid

      public void setAuthorityUuid(String authorityUuid)
      Sets authority uuid.
      Parameters:
      authorityUuid - the authority uuid
    • 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 o)
      Overrides:
      equals in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>