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

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

public class MDInputEntryConverter
extends java.lang.Object

The Class MDInputEntryConverter.


Constructor Summary
MDInputEntryConverter()
           
 
Method Summary
static java.util.List<AbstractBuySideMDInputEntry> getBuySideMDInputEntries(byte[] bytes)
          Gets the buy side md input entries.
static byte[] getBytes(java.util.List<AbstractBuySideMDInputEntry> abstractBuySideMDInpuEntries)
          Gets the bytes.
 
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<AbstractBuySideMDInputEntry> abstractBuySideMDInpuEntries)
Gets the bytes.

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

getBuySideMDInputEntries

public static java.util.List<AbstractBuySideMDInputEntry> getBuySideMDInputEntries(byte[] bytes)
Gets the buy side md input entries.

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