net.sourceforge.fixagora.basis.shared.model.communication
Class LogEntryResponse

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
      extended by net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisResponse
          extended by net.sourceforge.fixagora.basis.shared.model.communication.LogEntryResponse
All Implemented Interfaces:
java.io.Serializable

public class LogEntryResponse
extends AbstractBasisResponse

The Class LogEntryResponse.

See Also:
Serialized Form

Constructor Summary
LogEntryResponse(java.util.List<LogEntry> logEntries)
          Instantiates a new log entry response.
LogEntryResponse(LogEntry logEntry)
          Instantiates a new log entry response.
 
Method Summary
 java.util.List<LogEntry> getLogEntries()
          Gets the log entries.
 void handleAbstractFBasisResponse(BasisResponses fBasisResponses)
          Handle abstract f basis response.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisResponse
handleAbstractResponse
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
getRequestID, getTimestamp, setTimestamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntryResponse

public LogEntryResponse(java.util.List<LogEntry> logEntries)
Instantiates a new log entry response.

Parameters:
logEntries - the log entries

LogEntryResponse

public LogEntryResponse(LogEntry logEntry)
Instantiates a new log entry response.

Parameters:
logEntry - the log entry
Method Detail

getLogEntries

public java.util.List<LogEntry> getLogEntries()
Gets the log entries.

Returns:
the log entries

handleAbstractFBasisResponse

public void handleAbstractFBasisResponse(BasisResponses fBasisResponses)
Description copied from class: AbstractBasisResponse
Handle abstract f basis response.

Specified by:
handleAbstractFBasisResponse in class AbstractBasisResponse
Parameters:
fBasisResponses - the f basis responses