com.restfully.shop.persistence
Class LineItemEntity
java.lang.Object
com.restfully.shop.persistence.LineItemEntity
public class LineItemEntity
- extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected int id
quantity
protected int quantity
product
protected ProductEntity product
LineItemEntity
public LineItemEntity()
getId
public int getId()
setId
public void setId(int id)
getProduct
public ProductEntity getProduct()
setProduct
public void setProduct(ProductEntity product)
getQuantity
public int getQuantity()
setQuantity
public void setQuantity(int quantity)
Copyright © 2011. All Rights Reserved.