Package org.cyclos.entities.users
Class BrokeringLog
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.users.BrokeringLog
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class BrokeringLog extends NetworkedEntity
Represents a log of the brokering
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description BrokeringLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrokeringActiongetAction()UsergetBroker()UsergetBy()DategetDate()NetworkgetNetwork()Returns the network this entity belongs toUsergetUser()voidsetAction(BrokeringAction action)voidsetBroker(User broker)voidsetBy(User by)voidsetDate(Date date)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
-
getAction
public BrokeringAction getAction()
-
getBroker
public User getBroker()
-
getBy
public User getBy()
-
getDate
public Date getDate()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to
-
getUser
public User getUser()
-
setAction
public void setAction(BrokeringAction action)
-
setBroker
public void setBroker(User broker)
-
setBy
public void setBy(User by)
-
setDate
public void setDate(Date date)
-
setUser
public void setUser(User user)
-
-