Class Product

java.lang.Object
org.mybatis.jpetstore.domain.Product
All Implemented Interfaces:
Serializable

public class Product extends Object implements Serializable
The Class Product.
Author:
Eduardo Macarron
See Also:
  • Constructor Details

    • Product

      public Product()
  • Method Details

    • getProductId

      public String getProductId()
    • setProductId

      public void setProductId(String productId)
    • getCategoryId

      public String getCategoryId()
    • setCategoryId

      public void setCategoryId(String categoryId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • toString

      public String toString()
      Overrides:
      toString in class Object