SalesPoint Framework v3.0

data.ooimpl
Class DataBasketImpl.DataBasketImplLogEntry

java.lang.Object
  |
  +--log.LogEntry
        |
        +--data.ooimpl.DataBasketImpl.DataBasketImplLogEntry

public static class DataBasketImpl.DataBasketImplLogEntry
extends LogEntry

A LogEntry that describes an action on a DataBasket.

Since:
v2.0
Version:
2.0 14/07/1999
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:
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.
Override:
Never.
Overrides:
toString in class LogEntry

SalesPoint Framework v3.0