org.ocpsoft.rewrite.showcase.rest
Class Product
java.lang.Object
org.ocpsoft.rewrite.showcase.rest.Product
public class Product
- extends Object
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Product
public Product(String name,
String description,
double price)
Product
public Product()
getId
public int getId()
setId
public void setId(int id)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getPrice
public double getPrice()
setPrice
public void setPrice(double price)
Copyright © 2013 OCPsoft. All Rights Reserved.