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

public class HvlOAuthProxyRoleRelModel extends tr.com.havelsan.javarch.dto.model.HvlModel
A data transfer object is used for proxy role operations
See Also:
  • Constructor Details

    • HvlOAuthProxyRoleRelModel

      public HvlOAuthProxyRoleRelModel()
  • Method Details

    • getProxyId

      public Long getProxyId()
      Gets proxy id.
      Returns:
      the proxy id
    • setProxyId

      public void setProxyId(Long proxyId)
      Sets proxy id.
      Parameters:
      proxyId - the proxy id
    • getRoleId

      public Long getRoleId()
      Gets role id.
      Returns:
      the role id
    • setRoleId

      public void setRoleId(Long roleId)
      Sets role id.
      Parameters:
      roleId - the role id
    • getRole

      public HvlOAuthRoleModel getRole()
      Gets role.
      Returns:
      the role
    • setRole

      public void setRole(HvlOAuthRoleModel role)
      Sets role.
      Parameters:
      role - the role
    • 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>