org.apache.olingo.odata2.jpa.processor.ref.model
Class Material
java.lang.Object
org.apache.olingo.odata2.jpa.processor.ref.model.Material
@Entity
public class Material
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Material
public Material()
Material
public Material(String materialName,
char[] typeCode,
double price,
String measurementUnit)
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.