@Entity
public class AuditContext
extends java.lang.Object
| Constructor and Description |
|---|
AuditContext() |
| Modifier and Type | Method and Description |
|---|---|
AuditEvent |
getAuditEvent()
Get the value of the audit event.
|
java.lang.String |
getContextName()
Get the value of contextName.
|
java.lang.String |
getContextValue()
Get the value of contextValue.
|
long |
getId()
Get the value of id.
|
void |
setAuditEvent(AuditEvent auditEvent)
Set the value of the audit event.
|
void |
setContextName(java.lang.String contextName)
Gets the value of contextName.
|
void |
setContextValue(java.lang.String contextValue)
Gets the value of contextValue.
|
void |
setId(long id)
Set the value of id.
|
public long getId()
public void setId(long id)
id - The value of id.public java.lang.String getContextName()
public void setContextName(java.lang.String contextName)
contextName - Get the value of contextName.public java.lang.String getContextValue()
public void setContextValue(java.lang.String contextValue)
contextValue - Get the value of contextValue.public AuditEvent getAuditEvent()
public void setAuditEvent(AuditEvent auditEvent)
trustBundle - The value of the audit event.Copyright © 2010-2019 The Direct Project. All Rights Reserved.