org.apache.olingo.odata2.ref.model
Class Location
java.lang.Object
org.apache.olingo.odata2.ref.model.Location
public class Location
- extends Object
Location
public Location(String country,
String postalCode,
String cityName)
setCountry
public void setCountry(String country)
getCountry
public String getCountry()
setCity
public void setCity(City city)
getCity
public City getCity()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.