org.salespointframework.core
Class SaleProcess.ProcessLogEntry

java.lang.Object
  extended by org.salespointframework.core.logging.LogEntry
      extended by org.salespointframework.core.SaleProcess.ProcessLogEntry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SaleProcess

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.

Since:
v2.0
Version:
2.0 14/07/1999
Author:
Steffen Zschaler
See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

m_sProcessName

protected java.lang.String m_sProcessName
The name of the process that this log entry describes.

Constructor Detail

SaleProcess.ProcessLogEntry

public SaleProcess.ProcessLogEntry(SaleProcess p)
Create a new ProcessLogEntry.

Method Detail

getProcessName

public java.lang.String getProcessName()
Return the name of the process that this log entry describes.


toString

public java.lang.String toString()
Return descriptive information for this LogEntry.

Overrides:
toString in class LogEntry
Returns:
a String describing the object.