org.salespointframework.core.data
Class CatalogItemDataBasketEntry.CIDBELogEntry

java.lang.Object
  extended by org.salespointframework.core.logging.LogEntry
      extended by org.salespointframework.core.data.CatalogItemDataBasketEntry.CIDBELogEntry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CatalogItemDataBasketEntry

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
 java.lang.String getCIDescription()
          Get the CatalogItem's description.
 java.lang.String getDestination()
          Get the destination Catalog's name.
 java.lang.String getKey()
          Get the CatalogItem's key.
 java.lang.String getSource()
          Get the source Catalog's name.
 java.lang.String toString()
          Return a String representation of this LogEntry.
 
Methods inherited from class org.salespointframework.core.logging.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 java.lang.String getSource()
Get the source Catalog's name.


getDestination

public java.lang.String getDestination()
Get the destination Catalog's name.


getKey

public java.lang.String getKey()
Get the CatalogItem's key.


getCIDescription

public java.lang.String getCIDescription()
Get the CatalogItem's description. I.e. the result of its toString() method.


toString

public java.lang.String toString()
Return a String representation of this LogEntry.

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