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

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

@Entity
public class Material
extends Object


Constructor Summary
Material()
           
Material(String materialName, char[] typeCode, double price, String measurementUnit)
           
 
Method Summary
 Category getCategory()
           
 long getMaterialId()
           
 Blob getMaterialImage()
           
 String getMaterialName()
           
 String getMeasurementUnit()
           
 double getPrice()
           
 List<Store> getStores()
           
 void setCategory(Category category)
           
 void setMaterialId(long materialId)
           
 void setMaterialImage(Blob materialImage)
           
 void setMaterialName(String materialName)
           
 void setMeasurementUnit(String measurementUnit)
           
 void setPrice(double price)
           
 void setStores(List<Store> stores)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Material

public Material()

Material

public Material(String materialName,
                char[] typeCode,
                double price,
                String measurementUnit)
Method Detail

getMaterialImage

public Blob getMaterialImage()

setMaterialImage

public void setMaterialImage(Blob materialImage)

getMaterialId

public long getMaterialId()

setMaterialId

public void setMaterialId(long materialId)

getCategory

public Category getCategory()

setCategory

public void setCategory(Category category)

getMaterialName

public String getMaterialName()

setMaterialName

public void setMaterialName(String materialName)

getPrice

public double getPrice()

setPrice

public void setPrice(double price)

getMeasurementUnit

public String getMeasurementUnit()

setMeasurementUnit

public void setMeasurementUnit(String measurementUnit)

getStores

public List<Store> getStores()

setStores

public void setStores(List<Store> stores)


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