@Entity public class RoleAttributeEntity extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected RoleEntity |
role |
protected String |
value |
Constructor and Description |
---|
RoleAttributeEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getName() |
RoleEntity |
getRole() |
String |
getValue() |
int |
hashCode() |
void |
setId(String id) |
void |
setName(String name) |
void |
setRole(RoleEntity role) |
void |
setValue(String value) |
protected String id
protected RoleEntity role
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 RoleEntity getRole()
public void setRole(RoleEntity role)
Copyright © 2021 JBoss by Red Hat. All rights reserved.