org.jasig.portlet.weather.dao.worldwide.xml
Class LocationResult
java.lang.Object
org.jasig.portlet.weather.dao.worldwide.xml.LocationResult
public class LocationResult
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationResult
public LocationResult()
getCity
public String getCity()
setCity
public void setCity(String city)
getRegion
public String getRegion()
setRegion
public void setRegion(String region)
getCountry
public String getCountry()
setCountry
public void setCountry(String country)
getLatitude
public double getLatitude()
setLatitude
public void setLatitude(double latitude)
getLongitude
public double getLongitude()
setLongitude
public void setLongitude(double longitude)
Copyright © 2011 Jasig. All Rights Reserved.