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

public class HvlOAuthAuthorityTagDataModel extends tr.com.havelsan.javarch.dto.model.HvlModel
A data transfer object is used for authority tag relation projections.
See Also:
  • Field Details

  • Constructor Details

    • HvlOAuthAuthorityTagDataModel

      public HvlOAuthAuthorityTagDataModel()
  • 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
    • getAuthorityCode

      public String getAuthorityCode()
      Gets authority code.
      Returns:
      the authority code
    • setAuthorityCode

      public void setAuthorityCode(String authorityCode)
      Sets authority code.
      Parameters:
      authorityCode - the authority code
    • getAuthorityLabel

      public String getAuthorityLabel()
      Gets authority label.
      Returns:
      the authority label
    • setAuthorityLabel

      public void setAuthorityLabel(String authorityLabel)
      Sets authority label.
      Parameters:
      authorityLabel - the authority label
    • 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
    • getTagName

      public String getTagName()
      Gets tag name.
      Returns:
      the tag name
    • setTagName

      public void setTagName(String tagName)
      Sets tag name.
      Parameters:
      tagName - the tag 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>