com.restfully.shop.domain
Class Product

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

public class Product
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
Product()
           
 
Method Summary
 double getCost()
           
 int getId()
           
 String getName()
           
 void setCost(double cost)
           
 void setId(int id)
           
 void setName(String name)
           
 
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

getId

public int getId()

setId

public void setId(int id)

getName

public String getName()

setName

public void setName(String name)

getCost

public double getCost()

setCost

public void setCost(double cost)


Copyright © 2011. All Rights Reserved.