@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() |
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 © 2015 JBoss by Red Hat. All rights reserved.