@MappedSuperclass public class UserPreference extends Object
| Constructor and Description |
|---|
UserPreference() |
public Long getId()
public void setId(Long id)
id - the id to setpublic User getUser()
public void setUser(User user)
user - the user to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getValue()
public void setValue(String value)
value - the value to setCopyright © 2014 JDAL. All Rights Reserved.