@Entity public class UserActivity extends SimpleEntity
| Constructor and Description |
|---|
UserActivity() |
| Modifier and Type | Method and Description |
|---|---|
EntityImportance |
getEntityImportance() |
java.util.Date |
getMessageAlert() |
java.util.Date |
getNotificationAlert() |
User |
getUser() |
boolean |
isCustomizedDashboardActions() |
void |
setCustomizedDashboardActions(boolean customizedDashboardActions) |
void |
setMessageAlert(java.util.Date messageAlert) |
void |
setNotificationAlert(java.util.Date notificationAlert) |
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.util.Date getMessageAlert()
public java.util.Date getNotificationAlert()
public User getUser()
public boolean isCustomizedDashboardActions()
public void setCustomizedDashboardActions(boolean customizedDashboardActions)
public void setMessageAlert(java.util.Date messageAlert)
public void setNotificationAlert(java.util.Date notificationAlert)
public void setUser(User user)