Class ProductImage

java.lang.Object
com.hybris.merchandising.model.ProductImage

public class ProductImage extends Object
  • Constructor Details

    • ProductImage

      public ProductImage()
  • Method Details

    • getMainImage

      public String getMainImage()
      Gets the main image URL.
      Returns:
      the main image URL - this is a large image.
    • setMainImage

      public void setMainImage(String mainImage)
      Sets the main image URL.
      Parameters:
      mainImage - the URL for the main image to show.
    • getThumbnailImage

      public String getThumbnailImage()
      Gets the thumbnail image URL.
      Returns:
      the thumbnail image URL.
    • setThumbnailImage

      public void setThumbnailImage(String thumbnailImage)
      Sets the thumbnail image URL.
      Parameters:
      thumbnailImage - the thumbnail image URL to show.