org.jasig.portlet.weather.domain
Class Location
java.lang.Object
org.jasig.portlet.weather.domain.Location
- All Implemented Interfaces:
- Serializable
public class Location
- extends Object
- implements Serializable
This class models an international location.
- Version:
- $Id: Location.java 22379 2010-11-15 22:19:56Z edalquist $
- Author:
- Dustin Schultz
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Location
public Location()
setLocationCode
public void setLocationCode(String locationCode)
getCity
public String getCity()
setCity
public void setCity(String city)
getStateOrCountry
public String getStateOrCountry()
setStateOrCountry
public void setStateOrCountry(String stateOrCountry)
getLatitude
public Double getLatitude()
setLatitude
public void setLatitude(Double latitude)
getLongitude
public Double getLongitude()
setLongitude
public void setLongitude(Double longitude)
getLocationCode
public String getLocationCode()
Copyright © 2011 Jasig. All Rights Reserved.