Package com.esprit.models.products
Class ProductCategory
java.lang.Object
com.esprit.models.products.ProductCategory
Represents a category of products.
-
Field Details
-
id
-
categoryName
-
description
-
products
-
-
Constructor Details
-
ProductCategory
Constructor without id for creating new category instances.- Parameters:
categoryName
- The name of the category.description
- The description of the category.
-