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 java.lang.String ENVIRONEMENT_PROPERTIES_FILE
           
static java.lang.String googleanalytics_uacctcode
           
static java.lang.String googleMapAPIKey
           
static org.slf4j.Logger logger
          The logger
static boolean PARTIAL_SEARH_EXPERIMENTAL
          it enable or not the partial search that use postgres fulltextsearch it must be activate before the import to be useable
 
Constructor Summary
GisgraphyConfig()
           
 
Method Summary
 void setDefaultGeolocSearchPlaceType(java.lang.String defaultGeolocSearchPlaceType)
           
 void setGoogleanalytics_uacctcode(java.lang.String code)
           
 void setGoogleMapAPIKey(java.lang.String googleMapAPIKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.slf4j.Logger logger
The logger


defaultGeolocSearchPlaceTypeClass

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

googleMapAPIKey

public static java.lang.String googleMapAPIKey

googleanalytics_uacctcode

public static java.lang.String googleanalytics_uacctcode

ENVIRONEMENT_PROPERTIES_FILE

public static final java.lang.String ENVIRONEMENT_PROPERTIES_FILE
See Also:
Constant Field Values

PARTIAL_SEARH_EXPERIMENTAL

public static boolean PARTIAL_SEARH_EXPERIMENTAL
it enable or not the partial search that use postgres fulltextsearch it must be activate before the import to be useable

Constructor Detail

GisgraphyConfig

public GisgraphyConfig()
Method Detail

setDefaultGeolocSearchPlaceType

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

setGoogleMapAPIKey

public void setGoogleMapAPIKey(java.lang.String googleMapAPIKey)
Parameters:
googleMapAPIKey - the googleMapAPIKey to set

setGoogleanalytics_uacctcode

public void setGoogleanalytics_uacctcode(java.lang.String code)
Parameters:
code - the Google analytics uacctcode to set


Copyright © 2010. All Rights Reserved.