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.user.model.projection.HvlOAuthUserDataModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.user.model.projection.HvlOAuthUserClaimDataModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>, HvlOAuthClaimDataModelStructure

public class HvlOAuthUserClaimDataModel extends HvlOAuthUserDataModel implements HvlOAuthClaimDataModelStructure
The type user claim data model.
See Also:
  • Field Details

  • Constructor Details

    • HvlOAuthUserClaimDataModel

      public HvlOAuthUserClaimDataModel()
  • Method Details

    • getAssignedEntityId

      public Long getAssignedEntityId()
      Gets assigned entity id.
      Specified by:
      getAssignedEntityId in interface HvlOAuthClaimDataModelStructure
      Returns:
      the assigned entity id
    • setAssignedEntityId

      public void setAssignedEntityId(Long assignedEntityId)
      Sets assigned entity id.
      Parameters:
      assignedEntityId - the assigned entity id
    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getSurname

      public String getSurname()
      Gets surname.
      Returns:
      the surname
    • setSurname

      public void setSurname(String surname)
      Sets surname.
      Parameters:
      surname - the surname
    • getEmail

      public String getEmail()
      Gets email.
      Returns:
      the email
    • setEmail

      public void setEmail(String email)
      Sets email.
      Parameters:
      email - the email
    • getExpirationTimestamp

      public Date getExpirationTimestamp()
      Gets expiration timestamp.
      Returns:
      the expiration timestamp
    • setExpirationTimestamp

      public void setExpirationTimestamp(Date expirationTimestamp)
      Sets expiration timestamp.
      Parameters:
      expirationTimestamp - the expiration timestamp
    • getLockedTimestamp

      public Date getLockedTimestamp()
      Gets locked timestamp.
      Returns:
      the locked timestamp
    • setLockedTimestamp

      public void setLockedTimestamp(Date lockedTimestamp)
      Sets locked timestamp.
      Parameters:
      lockedTimestamp - the locked timestamp
    • getExpirationDate

      public OffsetDateTime getExpirationDate()
      Gets expiration date.
      Overrides:
      getExpirationDate in class HvlOAuthUserDataModel
      Returns:
      the expiration date
    • getLockedDate

      public OffsetDateTime getLockedDate()
      Gets locked date.
      Overrides:
      getLockedDate in class HvlOAuthUserDataModel
      Returns:
      the locked date
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class HvlOAuthUserDataModel