Class Cart
java.lang.Object
com.glowmart.shop_management.entity.Cart
Represents a shopping cart entity in the system.
This entity is used to store information about a user's shopping cart, including the user it belongs to, the total price of items in the cart, the status of the cart, and timestamps for creation and updates.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Cart
public Cart()
-