Package org.cyclos.entities.users
Class UserGroupLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.users.UserGroupLog
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class UserGroupLog extends NetworkedEntity
Keeps tracks of groups where a user has been a part of
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description UserGroupLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UsergetBy()StringgetComment()DategetEndDate()GroupgetGroup()NetworkgetNetwork()Returns the network this entity belongs toDategetStartDate()UsergetUser()booleanisMovedUserFailed()voidsetBy(User by)voidsetComment(String comment)voidsetEndDate(Date endDate)voidsetGroup(Group group)voidsetMovedUserFailed(boolean movedUserFailed)voidsetStartDate(Date startDate)voidsetUser(User 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 User getBy()
-
getComment
public String getComment()
-
getEndDate
public Date getEndDate()
-
getGroup
public Group getGroup()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to
-
getStartDate
public Date getStartDate()
-
getUser
public User getUser()
-
isMovedUserFailed
public boolean isMovedUserFailed()
-
setBy
public void setBy(User by)
-
setComment
public void setComment(String comment)
-
setEndDate
public void setEndDate(Date endDate)
-
setGroup
public void setGroup(Group group)
-
setMovedUserFailed
public void setMovedUserFailed(boolean movedUserFailed)
-
setStartDate
public void setStartDate(Date startDate)
-
setUser
public void setUser(User user)
-
-