com.ibm.dse.appl.ej.client
Class EJQuerySet

java.lang.Object
  |
  +--com.ibm.dse.appl.ej.client.EJQuerySet

public class EJQuerySet
extends java.lang.Object

This class represents the tag in the XML file.


Constructor Summary
EJQuerySet()
          EJQuerySet default constructor.
 
Method Summary
 void addQuery(EJQuery value)
          Adds an entry into the queries hashtable.
 java.lang.String getName()
          Return the name property value.
 java.util.Hashtable getQueries()
          Return the queries property value.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setQueries(java.util.Hashtable value)
          Sets the value of the queries property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJQuerySet

public EJQuerySet()
EJQuerySet default constructor.
Method Detail

addQuery

public void addQuery(EJQuery value)
Adds an entry into the queries hashtable.
Parameters:
value - the java.util.Hashtable

getName

public java.lang.String getName()
Return the name property value.
Returns:
java.lang.String

getQueries

public java.util.Hashtable getQueries()
Return the queries property value.
Returns:
java.util.Hashtable

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Parameters:
value - the java.lang.String

setQueries

public void setQueries(java.util.Hashtable value)
Sets the value of the queries property.
Parameters:
value - the java.util.Hashtable