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,ProcessableForProxying,IEntity
@Entity public class UserActivity extends NetworkedEntity
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
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()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
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
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()
-
setMessageAlert
public void setMessageAlert(Date messageAlert)
-
setNotificationAlert
public void setNotificationAlert(Date notificationAlert)
-
setUser
public void setUser(BasicUser user)
-
-