|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.core.logging.LogEntry
org.salespointframework.core.SaleProcess.ProcessLogEntry
public static class SaleProcess.ProcessLogEntry
A log entry describing a process that was executed.
The default implementation will only give the name of the process and when it was logged.
Field Summary | |
---|---|
protected java.lang.String |
m_sProcessName
The name of the process that this log entry describes. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
SaleProcess.ProcessLogEntry(SaleProcess p)
Create a new ProcessLogEntry. |
Method Summary | |
---|---|
java.lang.String |
getProcessName()
Return the name of the process that this log entry describes. |
java.lang.String |
toString()
Return descriptive information for this LogEntry. |
Methods inherited from class org.salespointframework.core.logging.LogEntry |
---|
getLogDate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected java.lang.String m_sProcessName
Constructor Detail |
---|
public SaleProcess.ProcessLogEntry(SaleProcess p)
Method Detail |
---|
public java.lang.String getProcessName()
public java.lang.String toString()
toString
in class LogEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |