Removed Methods | |
String
getCatEntryId
() |
Gets the catalog entry ID. |
String
getCurrency
() |
Gets the currency. |
void
setCatEntryId
(String ) |
Sets the catalog entry ID. |
void
setCurrency
(String ) |
Sets the currency. |
Changed Methods | ||
Hashtable
getContractPrices
() |
Change in return type from
CatEntryPrices[] to Hashtable . |
Gets the contract prices hash. |
Hashtable
getTradingIds
() |
Change in return type from Long[] to
Hashtable . |
Gets the trading IDs hash. |
Hashtable
getTradingPrices
() |
Change in return type from
MonetaryAmount[] to Hashtable . |
Gets the trading prices hash. |
void
setContractPrices
(Hashtable ) |
Change in signature from
CatEntryPrices[] to Hashtable . |
Sets the contract prices hash. |
void
setTradingIds
(Hashtable ) |
Change in signature from Long[] to
Hashtable . |
Sets the trading IDs hash. |
void
setTradingPrices
(Hashtable ) |
Change in signature from
MonetaryAmount[] to Hashtable . |
Sets the trading prices hash. |