Class HvlOAuthProfileGroupRoleGroupReportModel

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

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

    • HvlOAuthProfileGroupRoleGroupReportModel

      public HvlOAuthProfileGroupRoleGroupReportModel()
  • Method Details

    • 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
    • getRoleGroupUuid

      public String getRoleGroupUuid()
      Gets role group uuid.
      Returns:
      the role group uuid
    • setRoleGroupUuid

      public void setRoleGroupUuid(String roleGroupUuid)
      Sets role group uuid.
      Parameters:
      roleGroupUuid - the role group uuid
    • getProfileGroupName

      public String getProfileGroupName()
      Gets profile group name.
      Returns:
      the profile group name
    • setProfileGroupName

      public void setProfileGroupName(String profileGroupName)
      Sets profile group name.
      Parameters:
      profileGroupName - the profile group name
    • getRoleGroupName

      public String getRoleGroupName()
      Gets role group name.
      Returns:
      the role group name
    • setRoleGroupName

      public void setRoleGroupName(String roleGroupName)
      Sets role group name.
      Parameters:
      roleGroupName - the role group name
    • getRoleUuid

      public String getRoleUuid()
      Gets role uuid.
      Returns:
      the role uuid
    • setRoleUuid

      public void setRoleUuid(String roleUuid)
      Sets role uuid.
      Parameters:
      roleUuid - the role uuid
    • getRoleName

      public String getRoleName()
      Gets role name.
      Returns:
      the role name
    • setRoleName

      public void setRoleName(String roleName)
      Sets role name.
      Parameters:
      roleName - the role name
    • 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>