pt.moredata.dataentry
Class LogEntry

java.lang.Object
  extended bypt.moredata.dataentry.LogEntry
All Implemented Interfaces:
java.io.Serializable

public class LogEntry
extends java.lang.Object
implements java.io.Serializable

This class is used to save log information about the execution of a DataEntry command. Company MoreData

Version:
$Revision: 1.3 $
Author:
pcarmo
See Also:
Serialized Form

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

LogEntry

public LogEntry(ResponseMessage responseMessage,
                java.lang.String commandName)
Creates a new instance of LogEntry

Method Detail

getResponseMessage

public ResponseMessage getResponseMessage()
Getter for property responseMessage.

Returns:
Value of property responseMessage.

setResponseMessage

public void setResponseMessage(ResponseMessage responseMessage)
Setter for property responseMessage.

Parameters:
responseMessage - New value of property responseMessage.

getCommandName

public java.lang.String getCommandName()
Getter for property commandName.

Returns:
Value of property commandName.

setCommandName

public void setCommandName(java.lang.String commandName)
Setter for property commandName.

Parameters:
commandName - New value of property commandName.