public class QuoteWrapper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright field
|
Constructor and Description |
---|
QuoteWrapper() |
Modifier and Type | Method and Description |
---|---|
static java.util.Hashtable |
getQuoteTable()
This method gets the existing hash table for all
CIQuote objects. |
static void |
setQuote(java.lang.String quoteKey,
CIQuote newQuote)
This method sets a value in the hash table with the specified key.
|
public static final java.lang.String COPYRIGHT
public static java.util.Hashtable getQuoteTable()
CIQuote
objects.public static void setQuote(java.lang.String quoteKey, CIQuote newQuote)
quoteKey
- the key used to insert the CIQuote
objectnewQuote
- the new CIQuote
object to insert into the tablecom.ibm.commerce.me.datatype