|
||||||||||
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
public static class StockItemDBEntry.StockItemDBELogEntry
A LogEntry that describes an operation on one or more StockItem(s).
Field Summary | |
---|---|
private java.lang.String |
m_sDestName
The destination Stock's name, if any. |
private java.lang.String |
m_sKey
The key of the affected item. |
private java.lang.String |
m_sSourceName
The source Stock's name, if any. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
StockItemDBEntry.StockItemDBELogEntry(StockItemDBEntry sidbe)
Create a new StockItemDBELogEntry. |
Method Summary | |
---|---|
java.lang.String |
getDestination()
Get the destination Stock's name. |
java.lang.String |
getKey()
Get the affected item's key. |
java.lang.String |
getSource()
Get the source Stock's name. |
java.lang.String |
toString()
Get a String representation of the LogEntry. |
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 java.lang.String m_sKey
private java.lang.String m_sSourceName
private java.lang.String m_sDestName
Constructor Detail |
---|
public StockItemDBEntry.StockItemDBELogEntry(StockItemDBEntry sidbe)
sidbe
- the DataBasketEntry to be described.Method Detail |
---|
public java.lang.String getKey()
public java.lang.String getSource()
public java.lang.String getDestination()
public java.lang.String toString()
toString
in class LogEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |