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
CatalogItemDataBasketEntry.CIDBELogEntry
public CatalogItemDataBasketEntry.CIDBELogEntry(CatalogItemDataBasketEntry cidbe)
- Create a new CIDBELogEntry.
- Parameters:
cidbe
- the DataBasketEntry to be logged.
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