@Entity public class EntityLog extends BaseEntity 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() |
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) |
getDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, 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()
getNetwork in class BaseEntitypublic 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)