java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.product.ImageWsDTO
All Implemented Interfaces:
Serializable

public class ImageWsDTO extends Object implements Serializable
Representation of an Image
See Also:
  • Constructor Details

    • ImageWsDTO

      public ImageWsDTO()
  • Method Details

    • setImageType

      public void setImageType(ImageWsDTOType imageType)
    • getImageType

      public ImageWsDTOType 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()