@Entity public class UserActivity extends NetworkedEntity
| Constructor and Description |
|---|
UserActivity() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getMessageAlert() |
Network |
getNetwork()
Returns the network this entity belongs to
|
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) |
isGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic java.util.Date getMessageAlert()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic 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)