public class ImageData extends Object implements Serializable
| Constructor and Description |
|---|
ImageData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAltText() |
String |
getFormat() |
Integer |
getGalleryIndex() |
ImageDataType |
getImageType() |
String |
getUrl() |
Integer |
getWidth() |
void |
setAltText(String altText) |
void |
setFormat(String format) |
void |
setGalleryIndex(Integer galleryIndex) |
void |
setImageType(ImageDataType imageType) |
void |
setUrl(String url) |
void |
setWidth(Integer width) |
public void setImageType(ImageDataType imageType)
public ImageDataType getImageType()
public void setFormat(String format)
public String getFormat()
public void setUrl(String url)
public String getUrl()
public void setAltText(String altText)
public String getAltText()
public void setGalleryIndex(Integer galleryIndex)
public Integer getGalleryIndex()
public void setWidth(Integer width)
public Integer getWidth()
Copyright © 2017 SAP SE. All Rights Reserved.