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

public class HvlOAuthProfileGroupDataModel 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:
  • Field Details

  • Constructor Details

    • HvlOAuthProfileGroupDataModel

      public HvlOAuthProfileGroupDataModel()
  • Method Details

    • getName

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

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

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

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

      public boolean isEnabled()
      Is enabled boolean.
      Returns:
      the boolean
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled
    • getRoleName

      public String getRoleName()
      Gets role name.
      Returns:
      the role name
    • setRoleName

      public void setRoleName(String roleName)
      Sets role name.
      Parameters:
      roleName - the role name
    • getRoleGroupName

      public String getRoleGroupName()
      Gets role group name.
      Returns:
      the role group name
    • setRoleGroupName

      public void setRoleGroupName(String roleGroupName)
      Sets role group name.
      Parameters:
      roleGroupName - the role group 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>