org.apache.olingo.odata2.jpa.processor.ref.model
Class Store

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.ref.model.Store

@Entity
public class Store
extends Object


Constructor Summary
Store()
           
Store(String storeName, Address storeAddress)
           
 
Method Summary
 List<Material> getMaterials()
           
 Address getStoreAddress()
           
 long getStoreId()
           
 String getStoreName()
           
 void setMaterials(List<Material> materials)
           
 void setStoreAddress(Address storeAddress)
           
 void setStoreId(long storeId)
           
 void setStoreName(String storeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Store

public Store()

Store

public Store(String storeName,
             Address storeAddress)
Method Detail

getStoreId

public long getStoreId()

setStoreId

public void setStoreId(long storeId)

getStoreName

public String getStoreName()

setStoreName

public void setStoreName(String storeName)

getStoreAddress

public Address getStoreAddress()

setStoreAddress

public void setStoreAddress(Address storeAddress)

getMaterials

public List<Material> getMaterials()

setMaterials

public void setMaterials(List<Material> materials)


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