Class Product

java.lang.Object
com.glowmart.shop_management.entity.Product

@Entity public class Product extends Object
Represents a product in the shopping system.

This entity stores details about products available for purchase, including their name, price, discount details, and timestamps for creation, updates, and deletion.

  • Constructor Details

    • Product

      public Product()