org.apache.olingo.odata2.ref.model
Class Location

java.lang.Object
  extended by org.apache.olingo.odata2.ref.model.Location

public class Location
extends Object


Constructor Summary
Location(String country, String postalCode, String cityName)
           
 
Method Summary
 City getCity()
           
 String getCountry()
           
 void setCity(City city)
           
 void setCountry(String country)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Location

public Location(String country,
                String postalCode,
                String cityName)
Method Detail

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.