Class HvlOAuthTrustedProxyUserRelModel

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

public class HvlOAuthTrustedProxyUserRelModel extends tr.com.havelsan.javarch.dto.model.HvlModel
A data transfer object is used for trusted proxy user relation operations
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets trusted proxy id.
    Gets user id.
    int
    void
    setTrustedProxyId(Long trustedProxyId)
    Sets trusted proxy id.
    void
    setUserId(Long userId)
    Sets user id.

    Methods inherited from class tr.com.havelsan.javarch.dto.model.HvlModel

    getId, setId

    Methods inherited from class tr.com.havelsan.javarch.dto.model.HvlSimpleModel

    compareTo, getCreatedBy, getDateCreated, getDateUpdated, getDeleted, getDeletedDate, getUpdatedBy, getUuid, getVersion, setCreatedBy, setDateCreated, setDateUpdated, setDeleted, setDeletedDate, setUpdatedBy, setUuid, setVersion

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HvlOAuthTrustedProxyUserRelModel

      public HvlOAuthTrustedProxyUserRelModel()
  • Method Details

    • getUserId

      public Long getUserId()
      Gets user id.
      Returns:
      the user id
    • setUserId

      public void setUserId(Long userId)
      Sets user id.
      Parameters:
      userId - the user id
    • getTrustedProxyId

      public Long getTrustedProxyId()
      Gets trusted proxy id.
      Returns:
      the trusted proxy id
    • setTrustedProxyId

      public void setTrustedProxyId(Long trustedProxyId)
      Sets trusted proxy id.
      Parameters:
      trustedProxyId - the trusted proxy id
    • 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>