com.ail.core.logging
Class LoggerArgImp
java.lang.Object
com.ail.core.Type
com.ail.core.command.CommandArgImp
com.ail.core.logging.LoggerArgImp
- All Implemented Interfaces:
- CommandArg, LoggerArg, java.io.Serializable, java.lang.Cloneable
public class LoggerArgImp
- extends CommandArgImp
- implements LoggerArg
- Version:
- $Revision: 1.3 $
- See Also:
- Serialized Form
| Methods inherited from class com.ail.core.Type |
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerArgImp
public LoggerArgImp()
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage in interface LoggerArg
setMessage
public void setMessage(java.lang.String message)
- Specified by:
setMessage in interface LoggerArg
getDate
public java.util.Date getDate()
- Specified by:
getDate in interface LoggerArg
setDate
public void setDate(java.util.Date date)
- Specified by:
setDate in interface LoggerArg
getSeverity
public Severity getSeverity()
- Specified by:
getSeverity in interface LoggerArg
setSeverity
public void setSeverity(Severity severity)
- Specified by:
setSeverity in interface LoggerArg
getCause
public java.lang.Throwable getCause()
- Specified by:
getCause in interface LoggerArg
setCause
public void setCause(java.lang.Throwable cause)
- Specified by:
setCause in interface LoggerArg