it.eng.qbe.geo.configuration
Class MapProviderConfiguration

java.lang.Object
  extended by it.eng.qbe.geo.configuration.MapProviderConfiguration

public class MapProviderConfiguration
extends java.lang.Object

The Class MapProviderConfiguration.

Author:
giachino

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

MapProviderConfiguration

public MapProviderConfiguration(MapConfiguration parentConfiguration)
Instantiates a new map provider configuration.

Parameters:
parentConfiguration - the parent configuration

MapProviderConfiguration

public MapProviderConfiguration(MapConfiguration parentConfiguration,
                                it.eng.spago.base.SourceBean mapProviderConfigurationSB)
Instantiates a new map provider configuration.

Parameters:
parentConfiguration - the parent configuration
mapProviderConfigurationSB - the map provider configuration sb
Method Detail

getClassName

public java.lang.String getClassName()
Gets the class name.

Returns:
the class name

setClassName

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

Parameters:
className - the new class name

getMapName

public java.lang.String getMapName()
Gets the map name.

Returns:
the map name

setMapName

public void setMapName(java.lang.String mapName)
Sets the map name.

Parameters:
mapName - the new map name

getParentConfiguration

public MapConfiguration getParentConfiguration()
Gets the parent configuration.

Returns:
the parent configuration

setParentConfiguration

public void setParentConfiguration(MapConfiguration parentConfiguration)
Sets the parent configuration.

Parameters:
parentConfiguration - the new parent configuration

toXml

public java.lang.String toXml()
To xml.

Returns:
the string