data.ooimpl
Class CountingStockItemDBEntry.CSDBELogEntry
java.lang.Object
log.LogEntry
data.ooimpl.StockItemDBEntry.StockItemDBELogEntry
data.ooimpl.CountingStockItemDBEntry.CSDBELogEntry
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CountingStockItemDBEntry
public static class CountingStockItemDBEntry.CSDBELogEntry
- extends StockItemDBEntry.StockItemDBELogEntry
LogEntry describing an operation on CountingStock StockItem's.
- Since:
- v2.0
- 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.
- Overrides:
toString
in class StockItemDBEntry.StockItemDBELogEntry
- Returns:
- a String describing the object.
- Override:
- Sometimes