|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.dataentry.LogEntry
This class is used to save log information about the execution of a DataEntry command. Company MoreData
| Constructor Summary | |
LogEntry(ResponseMessage responseMessage,
java.lang.String commandName)
Creates a new instance of LogEntry |
|
| Method Summary | |
java.lang.String |
getCommandName()
Getter for property commandName. |
ResponseMessage |
getResponseMessage()
Getter for property responseMessage. |
void |
setCommandName(java.lang.String commandName)
Setter for property commandName. |
void |
setResponseMessage(ResponseMessage responseMessage)
Setter for property responseMessage. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LogEntry(ResponseMessage responseMessage,
java.lang.String commandName)
| Method Detail |
public ResponseMessage getResponseMessage()
public void setResponseMessage(ResponseMessage responseMessage)
responseMessage - New value of property responseMessage.public java.lang.String getCommandName()
public void setCommandName(java.lang.String commandName)
commandName - New value of property commandName.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||