Class Slideshow


  • public class Slideshow
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Slideshow()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String author()
      Gets the slideshow author.
      java.lang.String date()
      Gets the date of publication.
      Slide[] slides()
      Gets the slides in the slideshow.
      java.lang.String title()
      Gets the title of the slideshow.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Slideshow

        public Slideshow()
    • Method Detail

      • title

        public java.lang.String title()
        Gets the title of the slideshow.
        Returns:
        The title of the slideshow.
      • date

        public java.lang.String date()
        Gets the date of publication.
        Returns:
        The date of publication.
      • author

        public java.lang.String author()
        Gets the slideshow author.
        Returns:
        Author of the slideshow.
      • slides

        public Slide[] slides()
        Gets the slides in the slideshow.
        Returns:
        The slides in the slideshow.