Package com.blockchyp.client.dto
Class Slide
java.lang.Object
com.blockchyp.client.dto.Slide
Models a slide within a slide show.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the id for the media asset to be used for this slide.intGets position of the slide within the slide show.Gets the fully qualified thumbnail url for the slide.voidsetMediaId(String value) Sets the id for the media asset to be used for this slide.voidsetOrdinal(int value) Sets position of the slide within the slide show.voidsetThumbnailUrl(String value) Sets the fully qualified thumbnail url for the slide.
-
Constructor Details
-
Slide
public Slide()
-
-
Method Details
-
setMediaId
Sets the id for the media asset to be used for this slide.- Parameters:
value- the id for the media asset to be used for this slide. Must be an image.
-
getMediaId
Gets the id for the media asset to be used for this slide.- Returns:
- the id for the media asset to be used for this slide. Must be an image.
-
setOrdinal
public void setOrdinal(int value) Sets position of the slide within the slide show.- Parameters:
value- position of the slide within the slide show.
-
getOrdinal
public int getOrdinal()Gets position of the slide within the slide show.- Returns:
- position of the slide within the slide show.
-
setThumbnailUrl
Sets the fully qualified thumbnail url for the slide.- Parameters:
value- the fully qualified thumbnail url for the slide.
-
getThumbnailUrl
Gets the fully qualified thumbnail url for the slide.- Returns:
- the fully qualified thumbnail url for the slide.
-