@Entity public class EntityLog extends NetworkedEntity implements DefinesNetwork
| Constructor and Description |
|---|
EntityLog() |
| Modifier and Type | Method and Description |
|---|---|
BasicUser |
getBy() |
java.lang.String |
getChannel() |
java.util.Date |
getDate() |
long |
getEntityId() |
EntityLogEvent |
getEvent() |
java.lang.String |
getName() |
Network |
getNetwork()
Returns the network this entity belongs to
|
java.lang.Long |
getOwnerEntityId() |
java.util.List<EntityPropertyLog> |
getPropertyLogs() |
java.lang.String |
getRemoteAddress() |
EntityLogType |
getType() |
void |
setBy(BasicUser by) |
void |
setChannel(java.lang.String channel) |
void |
setDate(java.util.Date date) |
void |
setEntityId(long entityId) |
void |
setEvent(EntityLogEvent event) |
void |
setName(java.lang.String name) |
void |
setNetwork(Network network) |
void |
setOwnerEntityId(java.lang.Long ownerEntityId) |
void |
setPropertyLogs(java.util.List<EntityPropertyLog> propertyLogs) |
void |
setRemoteAddress(java.lang.String remoteAddress) |
void |
setType(EntityLogType type) |
isGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic BasicUser getBy()
public java.lang.String getChannel()
public java.util.Date getDate()
public long getEntityId()
public EntityLogEvent getEvent()
public java.lang.String getName()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic java.lang.Long getOwnerEntityId()
public java.util.List<EntityPropertyLog> getPropertyLogs()
public java.lang.String getRemoteAddress()
public EntityLogType getType()
public void setBy(BasicUser by)
public void setChannel(java.lang.String channel)
public void setDate(java.util.Date date)
public void setEntityId(long entityId)
public void setEvent(EntityLogEvent event)
public void setName(java.lang.String name)
public void setNetwork(Network network)
setNetwork in interface DefinesNetworkpublic void setOwnerEntityId(java.lang.Long ownerEntityId)
public void setPropertyLogs(java.util.List<EntityPropertyLog> propertyLogs)
public void setRemoteAddress(java.lang.String remoteAddress)
public void setType(EntityLogType type)