|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.hpsearch.common.TableOfValues
Allows us to store Name-Type-Value tuples.
Created on Nov 2, 2004
| Field Summary | |
static String |
JMSCorrID
|
static String |
JMSMsgID
|
| Constructor Summary | |
TableOfValues()
|
|
| Method Summary | |
Object |
get(String prop)
Retrieve a property |
static TableOfValues |
getFromXML(String xml)
|
String |
getJMSCorrelationID()
|
String |
getJMSMessageID()
|
void |
populate(String xml)
Populates the table by unmarshalling the XML. |
void |
set(String prop,
Object value)
Add a property-value pair |
void |
setJMSCorrelationID(String value)
|
void |
setJMSMessageID(String value)
|
String |
toXML()
Marshals the table to XML |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String JMSCorrID
public static final String JMSMsgID
| Constructor Detail |
public TableOfValues()
| Method Detail |
public static TableOfValues getFromXML(String xml)
public void populate(String xml)
xml - -
The data which should be populated in the table.toXML()public String toXML()
public void set(String prop,
Object value)
prop - -
The name of the property to be addedvalue - -
The value, an objectpublic Object get(String prop)
prop - -
The name of the property to be retrieved
public void setJMSCorrelationID(String value)
public String getJMSCorrelationID()
public void setJMSMessageID(String value)
public String getJMSMessageID()
|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||