Package com.mt.ecommerce.product.entity
Class OrderProductEntity
java.lang.Object
com.mt.ecommerce.product.entity.OrderProductEntity
Entity class representing the association between Orders and Products.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setCreatedAt
(LocalDateTime createdAt) void
setIdentification
(UUID identification) void
setOrderId
(UUID orderId) void
setProductId
(UUID productId) void
setQuantity
(int quantity)
-
Constructor Details
-
OrderProductEntity
public OrderProductEntity()
-
-
Method Details
-
getIdentification
-
setIdentification
-
getCreatedAt
-
setCreatedAt
-
getOrderId
-
setOrderId
-
getProductId
-
setProductId
-
getQuantity
public int getQuantity() -
setQuantity
public void setQuantity(int quantity)
-