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