org.jasig.portlet.weather.dao.worldwide.xml
Class LocationResult

java.lang.Object
  extended by org.jasig.portlet.weather.dao.worldwide.xml.LocationResult

public class LocationResult
extends Object


Constructor Summary
LocationResult()
           
 
Method Summary
 String getCity()
           
 String getCountry()
           
 double getLatitude()
           
 double getLongitude()
           
 String getRegion()
           
 void setCity(String city)
           
 void setCountry(String country)
           
 void setLatitude(double latitude)
           
 void setLongitude(double longitude)
           
 void setRegion(String region)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationResult

public LocationResult()
Method Detail

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.