java.lang.Object
tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity<Long>
tr.com.havelsan.javarch.domain.model.entity.HvlEntity
tr.com.havelsan.javarch.domain.model.entity.HvlSoftDeleteEntity
tr.com.havelsan.javarch.oauth.jpa.data.provider.module.authority.entity.HvlOAuthAuthorityTagRel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity>, tr.com.havelsan.javarch.data.commons.structure.HvlEntityStructure<Long>

@Entity public class HvlOAuthAuthorityTagRel extends tr.com.havelsan.javarch.domain.model.entity.HvlSoftDeleteEntity
An entity class which defines authority tag fields
See Also:
  • Field Details

  • Constructor Details

    • HvlOAuthAuthorityTagRel

      public HvlOAuthAuthorityTagRel()
  • Method Details

    • getAuthorityId

      public Long getAuthorityId()
      Gets authority id.
      Returns:
      the authority id
    • setAuthorityId

      public void setAuthorityId(Long authorityId)
      Sets authority id.
      Parameters:
      authorityId - the authority id
    • getTagId

      public Long getTagId()
      Gets tag id.
      Returns:
      the tag id
    • setTagId

      public void setTagId(Long tagId)
      Sets tag id.
      Parameters:
      tagId - the tag id
    • getAuthority

      public HvlOAuthAuthority getAuthority()
      Gets authority.
      Returns:
      the authority
    • setAuthority

      public void setAuthority(HvlOAuthAuthority authority)
      Sets authority.
      Parameters:
      authority - the authority
    • getTag

      public HvlOAuthTag getTag()
      Gets tag.
      Returns:
      the tag
    • setTag

      public void setTag(HvlOAuthTag tag)
      Sets tag.
      Parameters:
      tag - the tag
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity<Long>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity<Long>