Class Product
java.lang.Object
org.mybatis.jpetstore.domain.Product
- All Implemented Interfaces:
Serializable
The Class Product.
- Author:
- Eduardo Macarron
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCategoryId(String categoryId) voidsetDescription(String description) voidvoidsetProductId(String productId) toString()
-
Constructor Details
-
Product
public Product()
-
-
Method Details
-
getProductId
-
setProductId
-
getCategoryId
-
setCategoryId
-
getName
-
setName
-
getDescription
-
setDescription
-
toString
-