Class WishList
java.lang.Object
com.glowmart.shop_management.entity.WishList
Represents a wishlist in the shopping system.
This entity stores information about a user's wishlist, including the user who owns it and the products added to the wishlist. The wishlist allows users to save products for future purchases.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WishList
public WishList()
-