org.gcube.opensearch.opensearchlibrary.utils
Class FactoryPair

java.lang.Object
  extended by org.gcube.opensearch.opensearchlibrary.utils.FactoryPair

public class FactoryPair
extends java.lang.Object

A utility messenger class containing references to URLElementFactory and a QueryElementFactory

Author:
gerasimos.farantatos, NKUA

Field Summary
 QueryElementFactory queryElFactory
           
 URLElementFactory urlElFactory
           
 
Constructor Summary
FactoryPair(URLElementFactory urlElFactory, QueryElementFactory queryElFactory)
          Creates a new instance
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

urlElFactory

public final URLElementFactory urlElFactory

queryElFactory

public final QueryElementFactory queryElFactory
Constructor Detail

FactoryPair

public FactoryPair(URLElementFactory urlElFactory,
                   QueryElementFactory queryElFactory)
Creates a new instance

Parameters:
urlElFactory - A reference to a URLElementFactory
queryElFactory - A reference to a QueryElementFactory