SalesPoint v3.3 API

data.ooimpl
Class CatalogItemDataBasketEntry.CIDBELogEntry

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

public static class CatalogItemDataBasketEntry.CIDBELogEntry
extends LogEntry

A LogEntry that describes CatalogItemDataBasketEntries.

Since:
v2.0
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.

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

SalesPoint v3.3 API