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