SalesPoint v3.3 API

data.ooimpl
Class CountingStockItemDBEntry.CSDBELogEntry

java.lang.Object
  extended by log.LogEntry
      extended by data.ooimpl.StockItemDBEntry.StockItemDBELogEntry
          extended by 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

Constructor Summary
CountingStockItemDBEntry.CSDBELogEntry(StockItemDBEntry sidbe)
          Create a new CSDBELogEntry.
 
Method Summary
 int getCount()
          Get the number of affected items.
 String toString()
          Get a String representation of the operation.
 
Methods inherited from class data.ooimpl.StockItemDBEntry.StockItemDBELogEntry
getDestination, getKey, getSource
 
Methods inherited from class log.LogEntry
getLogDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CountingStockItemDBEntry.CSDBELogEntry

public CountingStockItemDBEntry.CSDBELogEntry(StockItemDBEntry sidbe)
Create a new CSDBELogEntry.

Parameters:
sidbe - the DataBasketEntry to be described.
Method Detail

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

SalesPoint v3.3 API