public class ProductMultiMeasure extends ProductQuote
| Constructor and Description |
|---|
ProductMultiMeasure()
Construct an empty instance of ProductMultiMeasure
|
| Modifier and Type | Method and Description |
|---|---|
void |
addQuote(java.lang.String strQuoteField,
Quote q,
boolean bIsMarketQuote)
Add a regular or a market quote for the component
|
boolean |
containsQuote(java.lang.String strQuoteField)
Indicate if the named quote is available
|
Quote |
marketQuote()
Return the market quote object
|
java.lang.String |
marketQuoteField()
Retrieve the market quote field
|
Quote |
quote(java.lang.String strQuoteField)
Get the Quote for the given Field
|
boolean |
removeMarketQuote()
Remove the market quote
|
boolean |
removeQuote(java.lang.String strQuoteField)
Remove the named Quote
|
boolean |
setMarketQuote(java.lang.String strMarketQuoteField,
Quote q)
Set the market quote for the component
|
public ProductMultiMeasure()
public void addQuote(java.lang.String strQuoteField,
Quote q,
boolean bIsMarketQuote)
ProductQuoteaddQuote in class ProductQuotestrQuoteField - The quote fieldq - Quote to be addedbIsMarketQuote - Whether the quote is a market quotepublic boolean setMarketQuote(java.lang.String strMarketQuoteField,
Quote q)
ProductQuotesetMarketQuote in class ProductQuotestrMarketQuoteField - Market Quote fieldq - Quotepublic boolean removeMarketQuote()
ProductQuoteremoveMarketQuote in class ProductQuotepublic Quote quote(java.lang.String strQuoteField)
ProductQuotequote in class ProductQuotestrQuoteField - Field Namepublic Quote marketQuote()
ProductQuotemarketQuote in class ProductQuotepublic java.lang.String marketQuoteField()
ProductQuotemarketQuoteField in class ProductQuotepublic boolean removeQuote(java.lang.String strQuoteField)
ProductQuoteremoveQuote in class ProductQuotestrQuoteField - Named Quote Fieldpublic boolean containsQuote(java.lang.String strQuoteField)
ProductQuotecontainsQuote in class ProductQuotestrQuoteField - The Quote Name