Class ImageProduct

java.lang.Object
com.mt.ecommerce.product.entity.ImageProduct

@Entity public class ImageProduct extends Object
Entity class representing the association between Images and Products.
  • Constructor Details

    • ImageProduct

      public ImageProduct()
  • Method Details

    • getIdentification

      public UUID getIdentification()
    • setIdentification

      public void setIdentification(UUID identification)
    • getProduct

      public Product getProduct()
    • setProduct

      public void setProduct(Product product)
    • getImageId

      public UUID getImageId()
    • setImageId

      public void setImageId(UUID imageId)