Class HvlOAuthProfileGroupRoleGroupPersistModel

java.lang.Object
tr.com.havelsan.javarch.oauth.jpa.data.common.module.profile.model.persist.HvlOAuthProfileGroupRoleGroupPersistModel
All Implemented Interfaces:
Serializable

public class HvlOAuthProfileGroupRoleGroupPersistModel extends Object implements Serializable
A data transfer object is used for profile group role group persist operations.
See Also:
  • Constructor Details

    • HvlOAuthProfileGroupRoleGroupPersistModel

      public HvlOAuthProfileGroupRoleGroupPersistModel()
  • Method Details

    • getRoleGroupIdSetToAdd

      public Set<Long> getRoleGroupIdSetToAdd()
      Gets role group id set to add.
      Returns:
      the role group id set to add
    • setRoleGroupIdSetToAdd

      public void setRoleGroupIdSetToAdd(Set<Long> roleGroupIdSetToAdd)
      Sets role group id set to add.
      Parameters:
      roleGroupIdSetToAdd - the role group id set to add
    • getRoleGroupIdSetToRemove

      public Set<Long> getRoleGroupIdSetToRemove()
      Gets role group id set to remove.
      Returns:
      the role group id set to remove
    • setRoleGroupIdSetToRemove

      public void setRoleGroupIdSetToRemove(Set<Long> roleGroupIdSetToRemove)
      Sets role group id set to remove.
      Parameters:
      roleGroupIdSetToRemove - the role group id set to remove
    • 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
    • getProfileGroupUuid

      public String getProfileGroupUuid()
      Gets profile group uuid.
      Returns:
      the profile group uuid
    • setProfileGroupUuid

      public void setProfileGroupUuid(String profileGroupUuid)
      Sets profile group uuid.
      Parameters:
      profileGroupUuid - the profile group uuid
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object