SalesPoint v3.3 API

data.ooimpl
Class DataBasketImpl.DataBasketImplLogEntry

java.lang.Object
  extended by log.LogEntry
      extended by data.ooimpl.DataBasketImpl.DataBasketImplLogEntry
All Implemented Interfaces:
Serializable
Enclosing class:
DataBasketImpl

public static class DataBasketImpl.DataBasketImplLogEntry
extends LogEntry

A LogEntry that describes an action on a DataBasket.

Since:
v2.0
Author:
Steffen Zschaler
See Also:
DataBasketImpl.log(int, log.Loggable), Serialized Form

Constructor Summary
DataBasketImpl.DataBasketImplLogEntry(int nAction, LogEntry leData)
          Create a new DataBasketImplLogEntry.
 
Method Summary
 int getAction()
          Get the action code.
 String getActionName()
          Get the name of the action.
 LogEntry getData()
          Get the log entry describing the actual action.
 String toString()
          A short descriptive text of the log entry.
 
Methods inherited from class log.LogEntry
getLogDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataBasketImpl.DataBasketImplLogEntry

public DataBasketImpl.DataBasketImplLogEntry(int nAction,
                                             LogEntry leData)
Create a new DataBasketImplLogEntry.

Parameters:
nAction - The action code. One of DataBasketImpl.PUT_ACTION, DataBasketImpl.EXCHANGE_REMOVE_ACTION, DataBasketImpl.COMMIT_ACTION, DataBasketImpl.ROLLBACK_ACTION.
leData - The log entry describing the actual action.
Method Detail

getAction

public int getAction()
Get the action code.

Override:
Never

getActionName

public String getActionName()
Get the name of the action.

Override:
Never

getData

public LogEntry getData()
Get the log entry describing the actual action.

Override:
Never

toString

public String toString()
A short descriptive text of the log entry.

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

SalesPoint v3.3 API