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,ProcessableForDataTranslation,IEntity
@Entity public class OperatorGroupLog extends NetworkedEntity
Keeps tracks of groups where an operator has been a part of
-
-
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
clone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toShortString, toString
-
-
-
-
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 class:NetworkedEntityReturns the network this entity belongs to- Specified by:
getNetworkin classNetworkedEntity
-
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)
-
-