@Entity public class AuditLogEntryEntity extends SystemLocalEntity
| Constructor and Description |
|---|
AuditLogEntryEntity()
Empty construct for use by the JPA layer.
|
AuditLogEntryEntity(UUID uid,
UUID sysId,
String user,
String origin,
Date timestamp,
String activity,
String description)
Creates an audit log entry entity.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActivity()
Get the type of activity associated with this audit log.
|
String |
getDescription()
Get the description of this audit log.
|
String |
getOrigin()
Gets the origin associated with this audit log.
|
Date |
getTimestamp()
Gets the time stamp associated with this audit log.
|
String |
getUser()
Gets the user associated with this audit log.
|
getSysIdequals, getId, hashCode, toStringpublic AuditLogEntryEntity()
public AuditLogEntryEntity(UUID uid, UUID sysId, String user, String origin, Date timestamp, String activity, String description)
uid - the external unique identitysysId - system that generates this audit loguser - the user associated with the audit logorigin - the origin associated with the audit logtimestamp - the time when the audit log was createdactivity - the type of activity associated with audit logdescription - a description of the audit log activitypublic String getUser()
public String getOrigin()
public Date getTimestamp()
public String getActivity()
public String getDescription()
Copyright © 2014. All Rights Reserved.