Class Product
java.lang.Object
org.ocpsoft.rewrite.showcase.rest.Product
- Author:
- Lincoln Baxter, III
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Product
-
Product
public Product()
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getName
-
setName
-
getDescription
-
setDescription
-
getPrice
public double getPrice() -
setPrice
public void setPrice(double price)
-