net.craftforge.essential.example.model
Class Product

java.lang.Object
  extended by net.craftforge.essential.example.model.Product

@Entity
public class Product
extends Object

Since:
07.08.11
Author:
Christian Bick

Constructor Summary
Product()
           
 
Method Summary
 Integer getAlcohol()
           
 String getAppellation()
           
 Integer getBarCode()
           
 String getDescription()
           
 List<OrderLine> getOrderLines()
           
 Integer getPrice()
           
 String getProductName()
           
 Integer getProductQuantity()
           
 String getVarietal()
           
 Integer getVintage()
           
 void setAlcohol(Integer alcohol)
           
 void setAppellation(String appellation)
           
 void setBarCode(Integer barCode)
           
 void setDescription(String description)
           
 void setOrderLines(List<OrderLine> orderLines)
           
 void setPrice(Integer price)
           
 void setProductName(String productName)
           
 void setProductQuantity(Integer productQuantity)
           
 void setVarietal(String varietal)
           
 void setVintage(Integer vintage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product

public Product()
Method Detail

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.