Package org.cyclos.entities.users
Class UserStatusLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.users.UserStatusLog
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class UserStatusLog extends NetworkedEntity
Keeps track a user status across the time
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description UserStatusLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicUsergetBy()StringgetComment()DategetEndDate()NetworkgetNetwork()Returns the network this entity belongs toDategetStartDate()UserStatusgetStatus()BasicUsergetUser()voidsetBy(BasicUser by)voidsetComment(String comment)voidsetEndDate(Date endDate)voidsetStartDate(Date startDate)voidsetStatus(UserStatus status)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
-
getBy
public BasicUser getBy()
-
getComment
public String getComment()
-
getEndDate
public Date getEndDate()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to
-
getStartDate
public Date getStartDate()
-
getStatus
public UserStatus getStatus()
-
getUser
public BasicUser getUser()
-
setBy
public void setBy(BasicUser by)
-
setComment
public void setComment(String comment)
-
setEndDate
public void setEndDate(Date endDate)
-
setStartDate
public void setStartDate(Date startDate)
-
setStatus
public void setStatus(UserStatus status)
-
setUser
public void setUser(BasicUser user)
-
-