|
||||||||||
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.DataBasketImpl.DataBasketImplLogEntry
public static class DataBasketImpl.DataBasketImplLogEntry
A LogEntry that describes an action on a DataBasket.
DataBasketImpl.log(int, org.salespointframework.core.logging.Loggable)
,
Serialized FormField Summary | |
---|---|
private LogEntry |
m_leData
The org.salespointframework.log entry describing the actual action. |
private int |
m_nAction
The action code. |
private static java.lang.String[] |
s_asActionNames
Helper array for converting action codes into Strings. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
DataBasketImpl.DataBasketImplLogEntry(int nAction,
LogEntry leData)
Create a new DataBasketImplLogEntry. |
Method Summary | |
---|---|
int |
getAction()
Get the action code. |
java.lang.String |
getActionName()
Get the name of the action. |
LogEntry |
getData()
Get the org.salespointframework.log entry describing the actual action. |
java.lang.String |
toString()
A short descriptive text of the org.salespointframework.log entry. |
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 LogEntry m_leData
private int m_nAction
private static java.lang.String[] s_asActionNames
Constructor Detail |
---|
public DataBasketImpl.DataBasketImplLogEntry(int nAction, LogEntry leData)
nAction
- The action code. One of DataBasketImpl.PUT_ACTION
,
DataBasketImpl.EXCHANGE_REMOVE_ACTION
, DataBasketImpl.COMMIT_ACTION
,
DataBasketImpl.ROLLBACK_ACTION
.leData
- The org.salespointframework.log entry describing the actual action.Method Detail |
---|
public int getAction()
public java.lang.String getActionName()
public LogEntry getData()
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 |