Class Product

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

public class Product extends Object
Author:
Lincoln Baxter, III
  • Constructor Details

    • Product

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

      public Product()
  • Method Details

    • 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)