@Entity public class UserAttributeEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UserAttributeEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected UserEntity |
user |
protected String |
value |
Constructor and Description |
---|
UserAttributeEntity() |
protected UserEntity user
protected String name
protected String value
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 © 2014. All Rights Reserved.