SalesPoint v3.3 API

sale
Class SaleProcess.ProcessLogEntry

java.lang.Object
  extended by log.LogEntry
      extended by sale.SaleProcess.ProcessLogEntry
All Implemented Interfaces:
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
Author:
Steffen Zschaler
See Also:
Serialized Form

Field Summary
protected  String m_sProcessName
          The name of the process that this log entry describes.
 
Constructor Summary
SaleProcess.ProcessLogEntry(SaleProcess p)
          Create a new ProcessLogEntry.
 
Method Summary
 String getProcessName()
          Return the name of the process that this log entry describes.
 String toString()
          Return descriptive information for this LogEntry.
 
Methods inherited from class log.LogEntry
getLogDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_sProcessName

protected 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 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.

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

SalesPoint v3.3 API