com.restfully.shop.domain
Class LineItem

java.lang.Object
  extended by com.restfully.shop.domain.LineItem

public class LineItem
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  String cost
           
protected  String product
           
 
Constructor Summary
LineItem()
           
 
Method Summary
 String getCost()
           
 String getProduct()
           
 void setCost(String cost)
           
 void setProduct(String product)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

product

protected String product

cost

protected String cost
Constructor Detail

LineItem

public LineItem()
Method Detail

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.