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, setId
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public LogEntryInfo()
public LogEntryInfo(LogEntry orig)
public String getLogKey()
LogEntry
public String getLevelTypeKey()
LogEntry
getLevelTypeKey
in interface LogEntry
public void setLevelTypeKey(String levelTypeKey)
public String getEntry()
LogEntry
public String getPrincipalId()
LogEntry
getPrincipalId
in interface LogEntry
public void setPrincipalId(String principalId)
public Date getTimeStamp()
LogEntry
getTimeStamp
in interface LogEntry
public void setTimeStamp(Date timeStamp)
public String toString()
toString
in class IdNamelessEntityInfo
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.