rewrite-showcase-rest 2.0.0.Final

org.ocpsoft.rewrite.showcase.rest
Class Product

java.lang.Object
  extended by org.ocpsoft.rewrite.showcase.rest.Product

public class Product
extends Object

Author:
Lincoln Baxter, III

Constructor Summary
Product()
           
Product(String name, String description, double price)
           
 
Method Summary
 String getDescription()
           
 int getId()
           
 String getName()
           
 double getPrice()
           
 void setDescription(String description)
           
 void setId(int id)
           
 void setName(String name)
           
 void setPrice(double price)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product

public Product(String name,
               String description,
               double price)

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)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getPrice

public double getPrice()

setPrice

public void setPrice(double price)

rewrite-showcase-rest 2.0.0.Final

Copyright © 2013 OCPsoft. All Rights Reserved.