Uses of Class
org.apache.olingo.odata2.jpa.processor.ref.model.Address

Packages that use Address
org.apache.olingo.odata2.jpa.processor.ref.model   
 

Uses of Address in org.apache.olingo.odata2.jpa.processor.ref.model
 

Methods in org.apache.olingo.odata2.jpa.processor.ref.model that return Address
 Address Customer.getAddress()
           
 Address Store.getStoreAddress()
           
 

Methods in org.apache.olingo.odata2.jpa.processor.ref.model with parameters of type Address
 void Customer.setAddress(Address address)
           
 void Store.setStoreAddress(Address storeAddress)
           
 

Constructors in org.apache.olingo.odata2.jpa.processor.ref.model with parameters of type Address
Store(String storeName, Address storeAddress)
           
 



Copyright © 2013-2014 The Apache Software Foundation. All Rights Reserved.