public class OMRSAuditLogRecord extends AuditLogRecord
| Constructor and Description |
|---|
OMRSAuditLogRecord()
Default constructor
|
OMRSAuditLogRecord(AuditLogRecord template)
Copy/clone constructor
|
OMRSAuditLogRecord(OMRSAuditLogRecord template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
OMRSAuditLogRecordOriginator |
getOriginator()
Return details of the originator of the log record.
|
OMRSAuditLogReportingComponent |
getReportingComponent()
Return the name of the component that reported the situation recorded in the log record.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setOriginator(OMRSAuditLogRecordOriginator originator)
Set up details of the originator of the log record.
|
void |
setReportingComponent(OMRSAuditLogReportingComponent reportingComponent)
Set up the name of the component that reported the situation recorded in the log record.
|
String |
toString()
Standard toString method.
|
getActionDescription, getAdditionalInformation, getExceptionClassName, getExceptionMessage, getExceptionStackTrace, getGUID, getMessageId, getMessageParameters, getMessageText, getOriginatorComponent, getOriginatorProperties, getSeverity, getSeverityCode, getSystemAction, getThreadId, getThreadName, getTimeStamp, getUserAction, setActionDescription, setAdditionalInformation, setExceptionClassName, setExceptionMessage, setExceptionStackTrace, setGUID, setMessageId, setMessageParameters, setMessageText, setOriginatorComponent, setOriginatorProperties, setSeverity, setSeverityCode, setSystemAction, setThreadId, setThreadName, setTimeStamp, setUserActionpublic OMRSAuditLogRecord()
public OMRSAuditLogRecord(OMRSAuditLogRecord template)
template - object to copypublic OMRSAuditLogRecord(AuditLogRecord template)
template - object to copypublic OMRSAuditLogRecordOriginator getOriginator()
public void setOriginator(OMRSAuditLogRecordOriginator originator)
originator - calling componentpublic OMRSAuditLogReportingComponent getReportingComponent()
public void setReportingComponent(OMRSAuditLogReportingComponent reportingComponent)
reportingComponent - OMRSAuditLogReportingComponent objectpublic String toString()
toString in class AuditLogRecordpublic boolean equals(Object objectToCompare)
equals in class AuditLogRecordobjectToCompare - objectpublic int hashCode()
hashCode in class AuditLogRecordCopyright © 2018–2020 ODPi. All rights reserved.