org.deegree_impl.clients.gazetteer.model
Class GetTermsResultSet

java.lang.Object
  extended byorg.deegree_impl.clients.gazetteer.model.GetTermsResultSet

public class GetTermsResultSet
extends java.lang.Object

Since:
1.1
Version:
$Revision: 1.2 $, 1.0. $Revision: 1.2 $, $Date: 2004/03/16 08:07:23 $
Author:
Andreas Poth, last edited by: $Author: poth $

Field Summary
private  java.lang.String childType
           
private  java.lang.String parentType
           
private  java.lang.String parentValues
           
private  java.util.HashMap terms
           
 
Constructor Summary
GetTermsResultSet(java.lang.String parentType, java.lang.String parentValues, java.lang.String childType, java.util.HashMap terms)
           
 
Method Summary
 java.lang.String getChildType()
           
 java.lang.String[] getGazetteerNames()
          returns the names of all gazetteers which request results (terms) are contained in this result set
 java.lang.String getParentType()
           
 java.lang.String getParentValues()
           
 SI_LocationInstance[] getTerms(java.lang.String gazetteer)
           
 void setChildType(java.lang.String childType)
           
 void setParentType(java.lang.String parentType)
           
 void setParentValues(java.lang.String parentValues)
           
 void setTerms(java.util.HashMap terms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

terms

private java.util.HashMap terms

childType

private java.lang.String childType

parentType

private java.lang.String parentType

parentValues

private java.lang.String parentValues
Constructor Detail

GetTermsResultSet

public GetTermsResultSet(java.lang.String parentType,
                         java.lang.String parentValues,
                         java.lang.String childType,
                         java.util.HashMap terms)
Parameters:
parentType -
parentValues -
childType -
terms -
Method Detail

getChildType

public java.lang.String getChildType()
Returns:
Returns the childType.

setChildType

public void setChildType(java.lang.String childType)
Parameters:
childType - The childType to set.

getParentType

public java.lang.String getParentType()
Returns:
Returns the parentType.

setParentType

public void setParentType(java.lang.String parentType)
Parameters:
parentType - The parentType to set.

getParentValues

public java.lang.String getParentValues()
Returns:
Returns the parentValues.

setParentValues

public void setParentValues(java.lang.String parentValues)
Parameters:
parentValues - The parentValues to set.

getTerms

public SI_LocationInstance[] getTerms(java.lang.String gazetteer)
Returns:
Returns the terms.

setTerms

public void setTerms(java.util.HashMap terms)
Parameters:
terms - The terms to set.

getGazetteerNames

public java.lang.String[] getGazetteerNames()
returns the names of all gazetteers which request results (terms) are contained in this result set