public class LogEntryInfo extends IdNamelessEntityInfo implements LogEntry, Serializable
| Constructor and Description |
|---|
LogEntryInfo() |
LogEntryInfo(LogEntry orig) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntry()
The actual entry
The format and structure of this entry is specific to the type
|
String |
getLevelTypeKey()
The level for this log entry
|
String |
getLogKey()
The Key of the log to whom this entry is attached.
|
String |
getPrincipalId()
Principal id of the person or system creating this log entry
Defaults to the currently authenticated principal.
|
Date |
getTimeStamp()
The date/time this log entry relates to.
|
void |
setEntry(String entry) |
void |
setLevelTypeKey(String levelTypeKey) |
void |
setLogKey(String logKey) |
void |
setPrincipalId(String principalId) |
void |
setTimeStamp(Date timeStamp) |
String |
toString() |
getId, setIdgetState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributespublic LogEntryInfo()
public LogEntryInfo(LogEntry orig)
public String getLogKey()
LogEntrypublic String getLevelTypeKey()
LogEntrygetLevelTypeKey in interface LogEntrypublic void setLevelTypeKey(String levelTypeKey)
public String getEntry()
LogEntrypublic String getPrincipalId()
LogEntrygetPrincipalId in interface LogEntrypublic void setPrincipalId(String principalId)
public Date getTimeStamp()
LogEntrygetTimeStamp in interface LogEntrypublic void setTimeStamp(Date timeStamp)
public String toString()
toString in class IdNamelessEntityInfoCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.