com.restfully.shop.domain
Class LineItem
java.lang.Object
com.restfully.shop.domain.LineItem
public class LineItem
- 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 |
product
protected String product
cost
protected String cost
LineItem
public LineItem()
getProduct
public String getProduct()
setProduct
public void setProduct(String product)
getCost
public String getCost()
setCost
public void setCost(String cost)
Copyright © 2011. All Rights Reserved.