Esri Geoportal Server
1.0

com.esri.gpt.catalog.search
Class SearchPointOptionsIo

java.lang.Object
  extended by com.esri.gpt.catalog.search.SearchPointOptionsIo

public class SearchPointOptionsIo
extends Object

The Class SearchPointOptionsIo.


Constructor Summary
SearchPointOptionsIo()
           
 
Method Summary
 List<String> getInputValues()
          Gets the input values.
 Map<String,String> getOutputParams()
          Gets the output params.
 String getTitle()
          Gets the title.
 void setInputValues(List<String> inputValues)
          Sets the input values.
 void setOutputParams(Map<String,String> outputParams)
          Sets the output params.
 void setTitle(String title)
          Sets the title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchPointOptionsIo

public SearchPointOptionsIo()
Method Detail

getTitle

public String getTitle()
Gets the title.

Returns:
the title

setTitle

public void setTitle(String title)
Sets the title.

Parameters:
title - the new title

getInputValues

public List<String> getInputValues()
Gets the input values.

Returns:
the input values

setInputValues

public void setInputValues(List<String> inputValues)
Sets the input values.

Parameters:
inputValues - the new input values

getOutputParams

public Map<String,String> getOutputParams()
Gets the output params.

Returns:
the output params

setOutputParams

public void setOutputParams(Map<String,String> outputParams)
Sets the output params.

Parameters:
outputParams - the output params

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.