Interface EntryInformation

    • Method Detail

      • getDuration

        Duration getDuration()
        Returns the Duration object for this Item
        Returns:
        Returns the Duration object for this Item
      • setDuration

        void setDuration​(Duration duration)
        Sets the Duration object for this Item
        Parameters:
        duration - Sets the Duration object for this Item
      • getClosedCaptioned

        boolean getClosedCaptioned()
      • setClosedCaptioned

        void setClosedCaptioned​(boolean closedCaptioned)
      • setOrder

        void setOrder​(Integer order)
      • setEpisodeType

        void setEpisodeType​(String episodeType)
        Set the episode type to one of full (default), trailer or bonus. See the new spec by Apple for details.
        Parameters:
        episodeType -
      • setSeason

        void setSeason​(Integer season)
      • setEpisode

        void setEpisode​(Integer episode)
      • setTitle

        void setTitle​(String title)