@Entity public class GroupEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected Collection<GroupAttributeEntity> |
attributes |
protected String |
id |
protected String |
name |
static String |
TOP_PARENT_ID
ID set in the PARENT column to mark the group as top level.
|
Constructor and Description |
---|
GroupEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<GroupAttributeEntity> |
getAttributes() |
String |
getId() |
String |
getName() |
String |
getParentId() |
RealmEntity |
getRealm() |
int |
hashCode() |
void |
setAttributes(Collection<GroupAttributeEntity> attributes) |
void |
setId(String id) |
void |
setName(String name) |
void |
setParentId(String parentId) |
void |
setRealm(RealmEntity realm) |
public static String TOP_PARENT_ID
protected String id
protected String name
protected Collection<GroupAttributeEntity> attributes
public String getId()
public void setId(String id)
public Collection<GroupAttributeEntity> getAttributes()
public void setAttributes(Collection<GroupAttributeEntity> attributes)
public String getName()
public void setName(String name)
public RealmEntity getRealm()
public void setRealm(RealmEntity realm)
public String getParentId()
public void setParentId(String parentId)
Copyright © 2020 JBoss by Red Hat. All rights reserved.