net.sourceforge.fixagora.sellside.shared.communication
Class UpdateSellSideMDInputEntryResponse

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

public class UpdateSellSideMDInputEntryResponse
extends AbstractSellSideResponse

The Class UpdateSellSideMDInputEntryResponse.

See Also:
Serialized Form

Constructor Summary
UpdateSellSideMDInputEntryResponse(java.util.List<SellSideMDInputEntry> sellSideMDInputEntries)
          Instantiates a new update sell side md input entry response.
 
Method Summary
 java.util.List<SellSideMDInputEntry> getSellSideMDInputEntries()
          Gets the sell side md input entries.
 void handleSellSideResponse(SellSideResponses sellSideResponses)
          Handle sell side response.
 java.lang.String toString()
           
 
Methods inherited from class net.sourceforge.fixagora.sellside.shared.communication.AbstractSellSideResponse
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, wait, wait, wait
 

Constructor Detail

UpdateSellSideMDInputEntryResponse

public UpdateSellSideMDInputEntryResponse(java.util.List<SellSideMDInputEntry> sellSideMDInputEntries)
Instantiates a new update sell side md input entry response.

Parameters:
sellSideMDInputEntries - the sell side md input entries
Method Detail

getSellSideMDInputEntries

public java.util.List<SellSideMDInputEntry> getSellSideMDInputEntries()
Gets the sell side md input entries.

Returns:
the sell side md input entries

handleSellSideResponse

public void handleSellSideResponse(SellSideResponses sellSideResponses)
Description copied from class: AbstractSellSideResponse
Handle sell side response.

Specified by:
handleSellSideResponse in class AbstractSellSideResponse
Parameters:
sellSideResponses - the sell side responses

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object