@Entity public class GroupAttributeEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected GroupEntity |
group |
protected String |
id |
protected String |
name |
protected String |
value |
Constructor and Description |
---|
GroupAttributeEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
GroupEntity |
getGroup() |
String |
getId() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
void |
setGroup(GroupEntity group) |
void |
setId(String id) |
void |
setName(String name) |
void |
setValue(String value) |
protected String id
protected GroupEntity group
protected String name
protected String value
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public GroupEntity getGroup()
public void setGroup(GroupEntity group)
Copyright © 2021 JBoss by Red Hat. All rights reserved.