com.gisgraphy.domain.valueobject
Class GisgraphyConfig

java.lang.Object
  extended by com.gisgraphy.domain.valueobject.GisgraphyConfig

public class GisgraphyConfig
extends java.lang.Object

A bean that contains some property for gisgraphy

Author:
David Masclet

Field Summary
static java.lang.Class<? extends GisFeature> defaultGeolocSearchPlaceTypeClass
           
static org.slf4j.Logger logger
          The logger
 
Constructor Summary
GisgraphyConfig()
           
 
Method Summary
 void setDefaultGeolocSearchPlaceType(java.lang.String defaultGeolocSearchPlaceType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final org.slf4j.Logger logger
The logger


defaultGeolocSearchPlaceTypeClass

public static java.lang.Class<? extends GisFeature> defaultGeolocSearchPlaceTypeClass
Constructor Detail

GisgraphyConfig

public GisgraphyConfig()
Method Detail

setDefaultGeolocSearchPlaceType

public void setDefaultGeolocSearchPlaceType(java.lang.String defaultGeolocSearchPlaceType)
Parameters:
defaultGeolocSearchPlaceType - the defaultGeolocSearchPlaceType to set


Copyright © 2009. All Rights Reserved.