SalesPoint Framework v3.0

data.ooimpl
Class CatalogItemDataBasketEntry.CIDBELogEntry

java.lang.Object
  |
  +--log.LogEntry
        |
        +--data.ooimpl.CatalogItemDataBasketEntry.CIDBELogEntry

public static class CatalogItemDataBasketEntry.CIDBELogEntry
extends LogEntry

A LogEntry that describes CatalogItemDataBasketEntries.

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

Constructor Summary
CatalogItemDataBasketEntry.CIDBELogEntry(CatalogItemDataBasketEntry cidbe)
          Create a new CIDBELogEntry.
 
Method Summary
 String getCIDescription()
          Get the CatalogItem's description.
 String getDestination()
          Get the destination Catalog's name.
 String getKey()
          Get the CatalogItem's key.
 String getSource()
          Get the source Catalog's name.
 String toString()
          Return a String representation of 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
 

Constructor Detail

CatalogItemDataBasketEntry.CIDBELogEntry

public CatalogItemDataBasketEntry.CIDBELogEntry(CatalogItemDataBasketEntry cidbe)
Create a new CIDBELogEntry.
Parameters:
cidbe - the DataBasketEntry to be logged.
Method Detail

getSource

public String getSource()
Get the source Catalog's name.
Override:
Never.

getDestination

public String getDestination()
Get the destination Catalog's name.
Override:
Never.

getKey

public String getKey()
Get the CatalogItem's key.
Override:
Never.

getCIDescription

public String getCIDescription()
Get the CatalogItem's description. I.e. the result of its toString() method.
Override:
Never.

toString

public String toString()
Return a String representation of this LogEntry.
Override:
Never.
Overrides:
toString in class LogEntry

SalesPoint Framework v3.0