|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.salespointframework.core.logging.LogEntry
org.salespointframework.core.data.StockItemDBEntry.StockItemDBELogEntry
org.salespointframework.core.data.CountingStockItemDBEntry.CSDBELogEntry
public static class CountingStockItemDBEntry.CSDBELogEntry
LogEntry describing an operation on CountingStock StockItem's.
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 |
---|
private static final long serialVersionUID
private int m_nCount
Constructor Detail |
---|
public CountingStockItemDBEntry.CSDBELogEntry(StockItemDBEntry sidbe)
sidbe
- the DataBasketEntry to be described.Method Detail |
---|
public int getCount()
public java.lang.String toString()
toString
in class StockItemDBEntry.StockItemDBELogEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |