| java.lang.Object org.sakaiproject.component.app.presentation.PrSlide
PrSlide | public class PrSlide implements org.sakaiproject.api.app.presentation.Slide(Code) | | author: Mark Norton author: A slide is a single page of a presentation. Each slide has a type, which usually author: will be consistent throughout a presentation, but is not required to be so. Each author: slide may have an optional displayName. |
getContent | public Serializable getContent()(Code) | | Return the content of this slide.
author: Mark Norton |
getDisplayName | public String getDisplayName()(Code) | | Get the display name (title) of this slide.
author: Mark Norton |
getType | public String getType()(Code) | | Get the content type of this slide.
author: Mark Norton |
getUrl | public String getUrl()(Code) | | Get the URL for this slide.
slide URL. |
setContent | public void setContent(Serializable content)(Code) | | Set the content of this slide.
author: Mark Norton |
setDisplayName | public void setDisplayName(String name)(Code) | | Set the display name of this slide.
author: Mark Norton |
setType | public void setType(String type)(Code) | | Set the content type of this slide.
author: Mark Norton |
setUrl | public void setUrl(String url)(Code) | | Set the URL for this slide.
Parameters: url - |
|
|