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