org.jboss.seam.rest.examples.client.geo
Class SearchResult.Location
java.lang.Object
org.jboss.seam.rest.examples.client.geo.SearchResult.Location
- Enclosing class:
- SearchResult
public static class SearchResult.Location
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchResult.Location
public SearchResult.Location()
getPostalCode
public String getPostalCode()
setPostalCode
public void setPostalCode(String postalCode)
getName
public String getName()
setName
public void setName(String name)
getCountryCode
public String getCountryCode()
setCountryCode
public void setCountryCode(String countryCode)
getLatitude
public Double getLatitude()
setLatitude
public void setLatitude(Double latitude)
getLongitude
public Double getLongitude()
setLongitude
public void setLongitude(Double longitude)
Copyright © 2011 Seam Framework. All Rights Reserved.