|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object log.LogEntry sale.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 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 |
---|
protected String m_sProcessName
Constructor Detail |
---|
public SaleProcess.ProcessLogEntry(SaleProcess p)
Method Detail |
---|
public String getProcessName()
public String toString()
toString
in class LogEntry
|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |