Uses of Class
net.sourceforge.fixagora.sellside.shared.communication.SellSideMDInputEntry

Packages that use SellSideMDInputEntry
net.sourceforge.fixagora.sellside.client.model.editor   
net.sourceforge.fixagora.sellside.shared.communication   
net.sourceforge.fixagora.sellside.shared.control   
 

Uses of SellSideMDInputEntry in net.sourceforge.fixagora.sellside.client.model.editor
 

Methods in net.sourceforge.fixagora.sellside.client.model.editor that return SellSideMDInputEntry
 SellSideMDInputEntry SellSideQuotePageEntry.getSellSideMDInputEntry()
          Gets the sell side md input entry.
 

Methods in net.sourceforge.fixagora.sellside.client.model.editor with parameters of type SellSideMDInputEntry
 void SellSideQuotePageEntry.setSellSideMDInputEntry(SellSideMDInputEntry sellSideMDInputEntry)
          Sets the sell side md input entry.
 

Uses of SellSideMDInputEntry in net.sourceforge.fixagora.sellside.shared.communication
 

Methods in net.sourceforge.fixagora.sellside.shared.communication that return SellSideMDInputEntry
 SellSideMDInputEntry SellSideMDInputEntry.clone()
           
 

Methods in net.sourceforge.fixagora.sellside.shared.communication that return types with arguments of type SellSideMDInputEntry
 java.util.List<SellSideMDInputEntry> UpdateSellSideMDInputEntryResponse.getSellSideMDInputEntries()
          Gets the sell side md input entries.
 

Constructor parameters in net.sourceforge.fixagora.sellside.shared.communication with type arguments of type SellSideMDInputEntry
UpdateSellSideMDInputEntryResponse(java.util.List<SellSideMDInputEntry> sellSideMDInputEntries)
          Instantiates a new update sell side md input entry response.
 

Uses of SellSideMDInputEntry in net.sourceforge.fixagora.sellside.shared.control
 

Methods in net.sourceforge.fixagora.sellside.shared.control that return types with arguments of type SellSideMDInputEntry
static java.util.List<SellSideMDInputEntry> MDInputEntryConverter.getSellSideMDInputEntries(byte[] bytes)
          Gets the sell side md input entries.
 

Method parameters in net.sourceforge.fixagora.sellside.shared.control with type arguments of type SellSideMDInputEntry
static byte[] MDInputEntryConverter.getBytes(java.util.List<SellSideMDInputEntry> abstractBuySideMDInpuEntries)
          Gets the bytes.