Class GroupAttributeEntity

java.lang.Object
org.keycloak.models.jpa.entities.GroupAttributeEntity

@Entity public class GroupAttributeEntity extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

  • Constructor Details

    • GroupAttributeEntity

      public GroupAttributeEntity()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getGroup

      public GroupEntity getGroup()
    • setGroup

      public void setGroup(GroupEntity group)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object