net.sourceforge.fixagora.sellside.shared.control
Class MDInputEntryConverter

java.lang.Object
  extended by net.sourceforge.fixagora.sellside.shared.control.MDInputEntryConverter

public class MDInputEntryConverter
extends java.lang.Object

The Class MDInputEntryConverter.


Constructor Summary
MDInputEntryConverter()
           
 
Method Summary
static byte[] getBytes(java.util.List<SellSideMDInputEntry> abstractBuySideMDInpuEntries)
          Gets the bytes.
static java.util.List<SellSideMDInputEntry> getSellSideMDInputEntries(byte[] bytes)
          Gets the sell side md input entries.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDInputEntryConverter

public MDInputEntryConverter()
Method Detail

getBytes

public static byte[] getBytes(java.util.List<SellSideMDInputEntry> abstractBuySideMDInpuEntries)
Gets the bytes.

Parameters:
abstractBuySideMDInpuEntries - the abstract buy side md inpu entries
Returns:
the bytes

getSellSideMDInputEntries

public static java.util.List<SellSideMDInputEntry> getSellSideMDInputEntries(byte[] bytes)
Gets the sell side md input entries.

Parameters:
bytes - the bytes
Returns:
the sell side md input entries