Esri Geoportal Server
1.0

com.esri.gpt.catalog.search
Class MapViewerConfigs

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

public class MapViewerConfigs
extends Object

The Class MapViewerConfigs.


Constructor Summary
MapViewerConfigs()
           
 
Method Summary
 void addParameter(String key, String value)
          Adds the parameter.
 String getClassName()
          Gets the class name.
 Map<String,String> getParameters()
          Gets the attributes.
 String getUrl()
          Gets the url.
 void setClassName(String className)
          Sets the class name.
 void setParameters(Map<String,String> parameters)
          Sets the attributes.
 void setUrl(String url)
          Sets the url.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapViewerConfigs

public MapViewerConfigs()
Method Detail

getClassName

public String getClassName()
Gets the class name.

Returns:
the class name (trimmed, never null)

setClassName

public void setClassName(String className)
Sets the class name.

Parameters:
className - the new class name

getUrl

public String getUrl()
Gets the url.

Returns:
the url (trimmed, never null)

setUrl

public void setUrl(String url)
Sets the url.

Parameters:
url - the new url

getParameters

public Map<String,String> getParameters()
Gets the attributes.

Returns:
the attributes (never null)

setParameters

public void setParameters(Map<String,String> parameters)
Sets the attributes.

Parameters:
parameters - the parameters

toString

public String toString()
Overrides:
toString in class Object

addParameter

public void addParameter(String key,
                         String value)
Adds the parameter.

Parameters:
key - the key
value - the value

Esri Geoportal Server
1.0

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