@Entity public class UserRegionalSettings extends SimpleEntity
| Constructor and Description |
|---|
UserRegionalSettings() |
| Modifier and Type | Method and Description |
|---|---|
EntityImportance |
getEntityImportance() |
java.lang.String |
getLocale() |
java.lang.String |
getTimeZone() |
User |
getUser() |
void |
setLocale(java.lang.String locale) |
void |
setTimeZone(java.lang.String timeZone) |
void |
setUser(User user) |
clone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic EntityImportance getEntityImportance()
getEntityImportance in interface HasEntityImportancegetEntityImportance in class SimpleEntitypublic java.lang.String getLocale()
public java.lang.String getTimeZone()
public User getUser()
public void setLocale(java.lang.String locale)
public void setTimeZone(java.lang.String timeZone)
public void setUser(User user)