data.ooimpl
Class CountingStockItemDBEntry.CSDBELogEntry
java.lang.Object
|
+--log.LogEntry
|
+--data.ooimpl.StockItemDBEntry.StockItemDBELogEntry
|
+--data.ooimpl.CountingStockItemDBEntry.CSDBELogEntry
- public static class CountingStockItemDBEntry.CSDBELogEntry
- extends StockItemDBEntry.StockItemDBELogEntry
LogEntry describing an operation on CountingStock StockItem's.
- Since:
- v2.0
- Version:
- 2.0 19/09/1999
- Author:
- Steffen Zschaler
- See Also:
- Serialized Form
Method Summary |
int |
getCount()
Get the number of affected items. |
String |
toString()
Get a String representation of the operation. |
CountingStockItemDBEntry.CSDBELogEntry
public CountingStockItemDBEntry.CSDBELogEntry(StockItemDBEntry sidbe)
- Create a new CSDBELogEntry.
- Parameters:
sidbe
- the DataBasketEntry to be described.
getCount
public int getCount()
- Get the number of affected items.
- Override:
- Never.
toString
public String toString()
- Get a String representation of the operation.
- Override:
- Sometimes.
- Overrides:
- toString in class StockItemDBEntry.StockItemDBELogEntry