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

public class HvlOAuthRoleDataModel extends tr.com.havelsan.javarch.dto.model.HvlModel
The type is data transfer object that it is used to fetch data from projection operations.
See Also:
  • Constructor Details

    • HvlOAuthRoleDataModel

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

      public Boolean getProxyable()
      Gets proxyable.
      Returns:
      the proxyable
    • setProxyable

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

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

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

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

      public Boolean getHierarchical()
      Gets hierarchical.
      Returns:
      the hierarchical
    • 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>