com.restfully.shop.domain
Class Product
java.lang.Object
com.restfully.shop.domain.Product
public class Product
- 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
public Product()
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.