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.role.model.HvlOAuthRoleModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>
Direct Known Subclasses:
HvlOAuthRolePersistModel

public class HvlOAuthRoleModel extends tr.com.havelsan.javarch.dto.model.HvlModel
A data transfer object is used for role operations
See Also:
  • Field Details

  • Constructor Details

    • HvlOAuthRoleModel

      public HvlOAuthRoleModel()
  • 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
    • getProxyable

      public Boolean getProxyable()
      Gets proxyable.
      Returns:
      the proxyable
    • 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.dto.model.HvlSimpleModel<Long>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>