@Entity
public class AuditEvent
extends java.lang.Object
| Constructor and Description |
|---|
AuditEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AuditContext> |
getAuditContexts()
Get a collection of AuditContexts.
|
java.lang.String |
getEventName()
Get the value of eventName.
|
java.util.Calendar |
getEventTime()
Get the value of createTime.
|
java.lang.String |
getEventType()
Get the value of eventType.
|
long |
getId()
Get the value of id.
|
java.lang.String |
getPrincipal()
Get the value of principal.
|
java.lang.String |
getUUID()
Get the value of UUID.
|
void |
setAuditContexts(java.util.Collection<AuditContext> contexts)
Set the collection of AuditContexts.
|
void |
setEventName(java.lang.String eventName)
Gets the value of eventName.
|
void |
setEventTime(java.util.Calendar eventTime)
Set the value of eventTime.
|
void |
setEventType(java.lang.String eventType)
Gets the value of eventType.
|
void |
setId(long id)
Set the value of id.
|
void |
setPrincipal(java.lang.String principal)
Gets the value of principal.
|
void |
setUUID(java.lang.String UUID)
Gets the value of UUID.
|
public long getId()
public void setId(long id)
id - The value of id.public java.lang.String getUUID()
public void setUUID(java.lang.String UUID)
UUID - Get the value of UUID.public java.lang.String getPrincipal()
public void setPrincipal(java.lang.String principal)
principal - Get the value of principal.public java.lang.String getEventName()
public void setEventName(java.lang.String eventName)
eventName - Get the value of eventName.public java.lang.String getEventType()
public void setEventType(java.lang.String eventType)
eventType - Get the value of eventType.public java.util.Calendar getEventTime()
public void setEventTime(java.util.Calendar eventTime)
eventTime - The value of eventTime.public java.util.Collection<AuditContext> getAuditContexts()
public void setAuditContexts(java.util.Collection<AuditContext> contexts)
contexts - the value of AuditContextsCopyright © 2010-2019 The Direct Project. All Rights Reserved.