@Entity public class GroupEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected Collection<GroupAttributeEntity> |
attributes |
protected String |
id |
protected String |
name |
Constructor and Description |
---|
GroupEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<GroupAttributeEntity> |
getAttributes() |
String |
getId() |
String |
getName() |
GroupEntity |
getParent() |
RealmEntity |
getRealm() |
int |
hashCode() |
void |
setAttributes(Collection<GroupAttributeEntity> attributes) |
void |
setId(String id) |
void |
setName(String name) |
void |
setParent(GroupEntity parent) |
void |
setRealm(RealmEntity realm) |
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 GroupEntity getParent()
public void setParent(GroupEntity parent)
Copyright © 2016 JBoss by Red Hat. All rights reserved.