Package org.cyclos.entities.users
Class OperatorGroupLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.users.OperatorGroupLog
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class OperatorGroupLog extends NetworkedEntity
Keeps tracks of groups where an operator 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 OperatorGroupLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicUsergetBy()StringgetComment()DategetEndDate()OperatorGroupgetGroup()NetworkgetNetwork()Returns the network this entity belongs toOperatorgetOperator()DategetStartDate()voidsetBy(BasicUser by)voidsetComment(String comment)voidsetEndDate(Date endDate)voidsetGroup(OperatorGroup group)voidsetOperator(Operator operator)voidsetStartDate(Date startDate)-
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()
-
getGroup
public OperatorGroup getGroup()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to
-
getOperator
public Operator getOperator()
-
getStartDate
public Date getStartDate()
-
setBy
public void setBy(BasicUser by)
-
setComment
public void setComment(String comment)
-
setEndDate
public void setEndDate(Date endDate)
-
setGroup
public void setGroup(OperatorGroup group)
-
setOperator
public void setOperator(Operator operator)
-
setStartDate
public void setStartDate(Date startDate)
-
-