Class AbstractITunesObject

    • Constructor Detail

      • AbstractITunesObject

        public AbstractITunesObject()
    • Method Detail

      • getUri

        public String getUri()
        The URI this module implements
        Specified by:
        getUri in interface Module
        Returns:
        "http://www.itunes.com/dtds/podcast-1.0.dtd"
      • clone

        public abstract Object clone()
        Required by the ROME API
        Specified by:
        clone in interface Module
        Overrides:
        clone in class Object
        Returns:
        A clone of this module object
      • getAuthor

        public String getAuthor()
        Returns the author string for this feed or entry
        Specified by:
        getAuthor in interface ITunes
        Returns:
        Returns the author string for this feed or entry
      • setAuthor

        public void setAuthor​(String author)
        Sets the author string for this feed or entry
        Specified by:
        setAuthor in interface ITunes
        Parameters:
        author - Sets the author string for this feed or entry
      • getBlock

        public boolean getBlock()
        Boolean as to whether to block this feed or entry
        Specified by:
        getBlock in interface ITunes
        Returns:
        Boolean as to whether to block this feed or entry
      • setBlock

        public void setBlock​(boolean block)
        Boolean as to whether to block this feed or entry
        Specified by:
        setBlock in interface ITunes
        Parameters:
        block - Boolean as to whether to block this feed or entry
      • getExplicit

        public boolean getExplicit()
        Boolean as to whether this feed or entry contains adult content
        Specified by:
        getExplicit in interface ITunes
        Returns:
        Boolean as to whether this feed or entry contains adult content
      • setExplicit

        public void setExplicit​(boolean explicit)
        Boolean as to whether this feed or entry contains adult content
        Specified by:
        setExplicit in interface ITunes
        Parameters:
        explicit - Boolean as to whether this feed or entry contains adult content
      • setImage

        public void setImage​(URL image)
        Specified by:
        setImage in interface ITunes
      • getKeywords

        public String[] getKeywords()
        A list of keywords for this feed or entry Must not contain spaces
        Specified by:
        getKeywords in interface ITunes
        Returns:
        A list of keywords for this feed or entry
      • setKeywords

        public void setKeywords​(String[] keywords)
        A list of keywords for this feed or entry Must not contain spaces
        Specified by:
        setKeywords in interface ITunes
        Parameters:
        keywords - A list of keywords for this feed or enty
      • getSubtitle

        public String getSubtitle()
        A subtitle for this feed or entry
        Specified by:
        getSubtitle in interface ITunes
        Returns:
        A subtitle for this feed or entry
      • setSubtitle

        public void setSubtitle​(String subtitle)
        A subtitle for this feed or entry
        Specified by:
        setSubtitle in interface ITunes
        Parameters:
        subtitle - A subtitle for this feed or entry
      • getSummary

        public String getSummary()
        A subtitle for this feed or entry
        Specified by:
        getSummary in interface ITunes
        Returns:
        A subtitle for this feed or entry
      • setSummary

        public void setSummary​(String summary)
        A subtitle for this feed or entry
        Specified by:
        setSummary in interface ITunes
        Parameters:
        summary - A subtitle for this feed or entry