org.salespointframework.core.data
Class CountingStockItemDBEntry.CSDBELogEntry

java.lang.Object
  extended by org.salespointframework.core.logging.LogEntry
      extended by org.salespointframework.core.data.StockItemDBEntry.StockItemDBELogEntry
          extended by org.salespointframework.core.data.CountingStockItemDBEntry.CSDBELogEntry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CountingStockItemDBEntry

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

Field Summary
private  int m_nCount
          The number of affected items.
private static long serialVersionUID
           
 
Constructor Summary
CountingStockItemDBEntry.CSDBELogEntry(StockItemDBEntry sidbe)
          Create a new CSDBELogEntry.
 
Method Summary
 int getCount()
          Get the number of affected items.
 java.lang.String toString()
          Get a String representation of the operation.
 
Methods inherited from class org.salespointframework.core.data.StockItemDBEntry.StockItemDBELogEntry
getDestination, getKey, getSource
 
Methods inherited from class org.salespointframework.core.logging.LogEntry
getLogDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

m_nCount

private int m_nCount
The number of affected items.

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.


toString

public java.lang.String toString()
Get a String representation of the operation.

Overrides:
toString in class StockItemDBEntry.StockItemDBELogEntry
Returns:
a String describing the object.