net.craftforge.essential.example.model
Class Product
java.lang.Object
net.craftforge.essential.example.model.Product
@Entity
public class Product
- extends Object
- Since:
- 07.08.11
- Author:
- Christian Bick
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Product
public Product()
getBarCode
public Integer getBarCode()
setBarCode
public void setBarCode(Integer barCode)
getProductQuantity
public Integer getProductQuantity()
setProductQuantity
public void setProductQuantity(Integer productQuantity)
getVarietal
public String getVarietal()
setVarietal
public void setVarietal(String varietal)
getProductName
public String getProductName()
setProductName
public void setProductName(String productName)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getPrice
public Integer getPrice()
setPrice
public void setPrice(Integer price)
getAlcohol
public Integer getAlcohol()
setAlcohol
public void setAlcohol(Integer alcohol)
getAppellation
public String getAppellation()
setAppellation
public void setAppellation(String appellation)
getVintage
public Integer getVintage()
setVintage
public void setVintage(Integer vintage)
getOrderLines
public List<OrderLine> getOrderLines()
setOrderLines
public void setOrderLines(List<OrderLine> orderLines)
Copyright © 2011. All Rights Reserved.