|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.geo.configuration.MapProviderConfiguration
public class MapProviderConfiguration
The Class MapProviderConfiguration.
Constructor Summary | |
---|---|
MapProviderConfiguration(MapConfiguration parentConfiguration)
Instantiates a new map provider configuration. |
|
MapProviderConfiguration(MapConfiguration parentConfiguration,
it.eng.spago.base.SourceBean mapProviderConfigurationSB)
Instantiates a new map provider configuration. |
Method Summary | |
---|---|
java.lang.String |
getClassName()
Gets the class name. |
java.lang.String |
getMapName()
Gets the map name. |
MapConfiguration |
getParentConfiguration()
Gets the parent configuration. |
void |
setClassName(java.lang.String className)
Sets the class name. |
void |
setMapName(java.lang.String mapName)
Sets the map name. |
void |
setParentConfiguration(MapConfiguration parentConfiguration)
Sets the parent configuration. |
java.lang.String |
toXml()
To xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapProviderConfiguration(MapConfiguration parentConfiguration)
parentConfiguration
- the parent configurationpublic MapProviderConfiguration(MapConfiguration parentConfiguration, it.eng.spago.base.SourceBean mapProviderConfigurationSB)
parentConfiguration
- the parent configurationmapProviderConfigurationSB
- the map provider configuration sbMethod Detail |
---|
public java.lang.String getClassName()
public void setClassName(java.lang.String className)
className
- the new class namepublic java.lang.String getMapName()
public void setMapName(java.lang.String mapName)
mapName
- the new map namepublic MapConfiguration getParentConfiguration()
public void setParentConfiguration(MapConfiguration parentConfiguration)
parentConfiguration
- the new parent configurationpublic java.lang.String toXml()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |