@Entity public class BrokeringLog extends NetworkedEntity
| Constructor and Description |
|---|
BrokeringLog() |
| Modifier and Type | Method and Description |
|---|---|
BrokeringAction |
getAction() |
User |
getBroker() |
User |
getBy() |
java.util.Date |
getDate() |
Network |
getNetwork()
Returns the network this entity belongs to
|
User |
getUser() |
void |
setAction(BrokeringAction action) |
void |
setBroker(User broker) |
void |
setBy(User by) |
void |
setDate(java.util.Date date) |
void |
setUser(User user) |
isGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic BrokeringAction getAction()
public User getBroker()
public User getBy()
public java.util.Date getDate()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic User getUser()
public void setAction(BrokeringAction action)
public void setBroker(User broker)
public void setBy(User by)
public void setDate(java.util.Date date)
public void setUser(User user)