Uses of Class
com.gisgraphy.domain.geoloc.entity.AlternateName

Packages that use AlternateName
com.gisgraphy.domain.geoloc.entity   
 

Uses of AlternateName in com.gisgraphy.domain.geoloc.entity
 

Methods in com.gisgraphy.domain.geoloc.entity that return types with arguments of type AlternateName
 java.util.List<AlternateName> GisFeature.getAlternateNames()
           
 

Methods in com.gisgraphy.domain.geoloc.entity with parameters of type AlternateName
 void GisFeature.addAlternateName(AlternateName alternateName)
          Do a double set : add the AlternateName to the current GisFeature and set this GisFeature as the GisFeature of the specified AlternateName
 

Method parameters in com.gisgraphy.domain.geoloc.entity with type arguments of type AlternateName
 void GisFeature.addAlternateNames(java.util.List<AlternateName> alternateNames)
          Do a double set : add (not replace !)
 void GisFeature.setAlternateNames(java.util.List<AlternateName> alternateNames)
           
 



Copyright © 2009. All Rights Reserved.