org.geonames
Class WikipediaArticle
java.lang.Object
org.geonames.WikipediaArticle
public class WikipediaArticle
- extends Object
a wikipedia article
- Author:
- marc@geonames
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEVATION_ORDER
public static final Comparator ELEVATION_ORDER
RANK_ORDER
public static final Comparator RANK_ORDER
WikipediaArticle
public WikipediaArticle()
getElevation
public Integer getElevation()
- Returns:
- Returns the elevation.
setElevation
public void setElevation(int elevation)
- Parameters:
elevation - The elevation to set.
getFeature
public String getFeature()
- Returns:
- Returns the feature.
setFeature
public void setFeature(String feature)
- Parameters:
feature - The feature to set.
getLanguage
public String getLanguage()
- Returns:
- Returns the language.
setLanguage
public void setLanguage(String language)
- Parameters:
language - The language to set.
getLatitude
public double getLatitude()
- Returns:
- Returns the latitude.
setLatitude
public void setLatitude(double latitude)
- Parameters:
latitude - The latitude to set.
getLongitude
public double getLongitude()
- Returns:
- Returns the longitude.
setLongitude
public void setLongitude(double longitude)
- Parameters:
longitude - The longitude to set.
getPopulation
public int getPopulation()
- Returns:
- Returns the population.
setPopulation
public void setPopulation(int population)
- Parameters:
population - The population to set.
getSummary
public String getSummary()
- Returns:
- Returns the summary.
setSummary
public void setSummary(String summary)
- Parameters:
summary - The summary to set.
getTitle
public String getTitle()
- Returns:
- Returns the title.
setTitle
public void setTitle(String title)
- Parameters:
title - The title to set.
getWikipediaUrl
public String getWikipediaUrl()
- Returns:
- Returns the wikipediaUrl.
setWikipediaUrl
public void setWikipediaUrl(String wikipediaURL)
- Parameters:
wikipediaUrl - The wikipediaUrl to set.
getThumbnailImg
public String getThumbnailImg()
- Returns:
- the thumbnailImg
setThumbnailImg
public void setThumbnailImg(String thumbnailImg)
- Parameters:
thumbnailImg - the thumbnailImg to set
getRank
public int getRank()
- Returns:
- the rank
setRank
public void setRank(int rank)
- Parameters:
rank - the rank to set