org.jboss.seam.rest.example.client.geo
Class SearchResult.Location

java.lang.Object
  extended by org.jboss.seam.rest.example.client.geo.SearchResult.Location
Enclosing class:
SearchResult

public static class SearchResult.Location
extends Object


Constructor Summary
SearchResult.Location()
           
 
Method Summary
 String getCountryCode()
           
 Double getLatitude()
           
 Double getLongitude()
           
 String getName()
           
 String getPostalCode()
           
 void setCountryCode(String countryCode)
           
 void setLatitude(Double latitude)
           
 void setLongitude(Double longitude)
           
 void setName(String name)
           
 void setPostalCode(String postalCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResult.Location

public SearchResult.Location()
Method Detail

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.