java.lang.Object
de.hybris.platform.commercefacades.product.data.ImageData
All Implemented Interfaces:
Serializable

public class ImageData extends Object implements Serializable
See Also:
  • Constructor Details

    • ImageData

      public ImageData()
  • Method Details

    • setImageType

      public void setImageType(ImageDataType imageType)
    • getImageType

      public ImageDataType getImageType()
    • setFormat

      public void setFormat(String format)
    • getFormat

      public String getFormat()
    • setUrl

      public void setUrl(String url)
    • getUrl

      public String getUrl()
    • setAltText

      public void setAltText(String altText)
    • getAltText

      public String getAltText()
    • setGalleryIndex

      public void setGalleryIndex(Integer galleryIndex)
    • getGalleryIndex

      public Integer getGalleryIndex()
    • setWidth

      public void setWidth(Integer width)
    • getWidth

      public Integer getWidth()