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.role.entity.HvlOAuthRole
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 HvlOAuthRole extends tr.com.havelsan.javarch.domain.model.entity.HvlSoftDeleteEntity
An entity class which defines role fields
See Also:
  • Field Details

  • Constructor Details

    • HvlOAuthRole

      public HvlOAuthRole()
  • Method Details

    • getName

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

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

      public String getCode()
      Gets code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets code.
      Parameters:
      code - the code
    • getEditable

      public Boolean getEditable()
      Gets editable.
      Returns:
      the editable
    • setEditable

      public void setEditable(Boolean editable)
      Sets editable.
      Parameters:
      editable - the editable
    • getEnabled

      public Boolean getEnabled()
      Gets enabled.
      Returns:
      the enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled
    • isProxyable

      public Boolean isProxyable()
      Is proxyable boolean.
      Returns:
      the boolean
    • setProxyable

      public void setProxyable(Boolean proxyable)
      Sets proxyable.
      Parameters:
      proxyable - the proxyable
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets description.
      Parameters:
      description - the description
    • isHierarchical

      public boolean isHierarchical()
      Is hierarchical boolean.
      Returns:
      the boolean
    • setHierarchical

      public void setHierarchical(boolean hierarchical)
      Sets hierarchical.
      Parameters:
      hierarchical - the hierarchical
    • equals

      public boolean equals(Object o)
      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>