Class OrdersItem
java.lang.Object
com.glowmart.shop_management.entity.OrdersItem
Represents an item in an order within the shopping system.
This entity stores details about individual items within an order, including the associated product, the order it belongs to, the price, quantity, and timestamps for creation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OrdersItem
public OrdersItem()
-