sale
Class SaleProcess.ProcessLogEntry
java.lang.Object
|
+--log.LogEntry
|
+--sale.SaleProcess.ProcessLogEntry
- public static class SaleProcess.ProcessLogEntry
- extends LogEntry
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.
- Hooks:
- Define a Process's Log Entry
- Since:
- v2.0
- Version:
- 2.0 14/07/1999
- Author:
- Steffen Zschaler
- See Also:
- Serialized Form
Field Summary |
protected String |
m_sProcessName
The name of the process that this log entry describes. |
m_sProcessName
protected String m_sProcessName
- The name of the process that this log entry describes.
SaleProcess.ProcessLogEntry
public SaleProcess.ProcessLogEntry(SaleProcess p)
- Create a new ProcessLogEntry.
getProcessName
public String getProcessName()
- Return the name of the process that this log entry describes.
- Override:
- Never.
toString
public String toString()
- Return descriptive information for this LogEntry.
- Override:
- Always.
- Overrides:
- toString in class LogEntry