Package com.mt.ecommerce.product.entity
Class ImageProduct
java.lang.Object
com.mt.ecommerce.product.entity.ImageProduct
Entity class representing the association between Images and Products.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setIdentification
(UUID identification) void
setImageId
(UUID imageId) void
setProduct
(Product product)
-
Constructor Details
-
ImageProduct
public ImageProduct()
-
-
Method Details
-
getIdentification
-
setIdentification
-
getProduct
-
setProduct
-
getImageId
-
setImageId
-