|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.search.MapViewerConfigs
public class MapViewerConfigs
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 |
---|
public MapViewerConfigs()
Method Detail |
---|
public String getClassName()
public void setClassName(String className)
className
- the new class namepublic String getUrl()
public void setUrl(String url)
url
- the new urlpublic Map<String,String> getParameters()
public void setParameters(Map<String,String> parameters)
parameters
- the parameterspublic String toString()
toString
in class Object
public void addParameter(String key, String value)
key
- the keyvalue
- the value
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |