Package org.cyclos.entities.users
Class UserActivity
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.users.UserActivity
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForDataTranslation,IEntity
@Entity public class UserActivity extends NetworkedEntity
-
-
Constructor Summary
Constructors Constructor Description UserActivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetMessageAlert()NetworkgetNetwork()Returns the network this entity belongs toDategetNotificationAlert()BasicUsergetUser()booleanisCustomizedDashboardActions()voidsetCustomizedDashboardActions(boolean customizedDashboardActions)voidsetMessageAlert(Date messageAlert)voidsetNotificationAlert(Date notificationAlert)voidsetUser(BasicUser user)-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, hashCode, id, ids, isPersistent, isTransient, setId, toShortString, toString, uniqueIds, uniqueIds
-
-
-
-
Method Detail
-
getMessageAlert
public Date getMessageAlert()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to
-
getNotificationAlert
public Date getNotificationAlert()
-
getUser
public BasicUser getUser()
-
isCustomizedDashboardActions
public boolean isCustomizedDashboardActions()
-
setCustomizedDashboardActions
public void setCustomizedDashboardActions(boolean customizedDashboardActions)
-
setMessageAlert
public void setMessageAlert(Date messageAlert)
-
setNotificationAlert
public void setNotificationAlert(Date notificationAlert)
-
setUser
public void setUser(BasicUser user)
-
-