|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object log.LogEntry data.ooimpl.DataBasketImpl.DataBasketImplLogEntry
public static class DataBasketImpl.DataBasketImplLogEntry
A LogEntry that describes an action on a DataBasket.
DataBasketImpl.log(int, log.Loggable)
,
Serialized FormConstructor Summary | |
---|---|
DataBasketImpl.DataBasketImplLogEntry(int nAction,
LogEntry leData)
Create a new DataBasketImplLogEntry. |
Method Summary | |
---|---|
int |
getAction()
Get the action code. |
String |
getActionName()
Get the name of the action. |
LogEntry |
getData()
Get the log entry describing the actual action. |
String |
toString()
A short descriptive text of the log entry. |
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 |
---|
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 log entry describing the actual action.Method Detail |
---|
public int getAction()
public String getActionName()
public LogEntry getData()
public String toString()
toString
in class LogEntry
|
SalesPoint v3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |