data.ooimpl
Class CatalogItemDataBasketEntry
java.lang.Object
|
+--data.ooimpl.DataBasketEntryImpl
|
+--data.ooimpl.CatalogItemDataBasketEntry
- public class CatalogItemDataBasketEntry
- extends DataBasketEntryImpl
A DataBasketEntry representing operations on CatalogImpls
and CatalogItemImpls. The fields of the DataBasketEntry
are set as follows:
- Since:
- v2.0
- Version:
- 2.0 19/08/1999
- Author:
- Steffen Zschaler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CatalogItemDataBasketEntry
public CatalogItemDataBasketEntry(CatalogImpl cSource,
CatalogImpl cDest,
CatalogItemImpl ci)
- Create a new CatalogItemDataBasketEntry.
- Parameters:
cSource - the source Catalog.cDest - the destination Catalog.ci - the CatalogItem that was operated on.
setSource
public void setSource(CatalogImpl cSource)
- Set the source of the DataBasketEntry.
This method is public as an implementation detail and must not be called directly!
- Override:
- Never.
setDestination
public void setDestination(CatalogImpl cDest)
- Set the destination of the DataBasketEntry.
This method is public as an implementation detail and must not be called directly!
- Override:
- Never.
getLogData
public LogEntry getLogData()
- Return a LogEntry describing this DataBasketEntry.
- Override:
- Never.
- Overrides:
- getLogData in class DataBasketEntryImpl