org.rometools.feed.module.itunes
Interface ITunes

All Superinterfaces:
Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable
All Known Subinterfaces:
EntryInformation, FeedInformation
All Known Implementing Classes:
AbstractITunesObject, EntryInformationImpl, FeedInformationImpl

public interface ITunes
extends com.sun.syndication.feed.module.Module

This interface contains the methods common to all iTunes module points.

Version:
$Revision: 1.3 $
Author:
Robert "kebernet" Cooper

Field Summary
static String URI
           
 
Method Summary
 String getAuthor()
          Returns the author string for this feed or entry
 boolean getBlock()
          Boolean as to whether to block this feed or entry
 boolean getExplicit()
          Boolean as to whether this feed or entry contains adult content
 String[] getKeywords()
          A list of keywords for this feed or entry Must not contain spaces
 String getSubtitle()
          A subtitle for this feed or entry
 String getSummary()
          A subtitle for this feed or entry
 void setAuthor(String author)
          Sets the author string for this feed or entry
 void setBlock(boolean block)
          Boolean as to whether to block this feed or entry
 void setExplicit(boolean explicit)
          Boolean as to whether this feed or entry contains adult content
 void setKeywords(String[] keywords)
          A list of keywords for this feed or entry Must not contain spaces
 void setSubtitle(String subtitle)
          A subtitle for this feed or entry
 void setSummary(String summary)
          A subtitle for this feed or entry
 
Methods inherited from interface com.sun.syndication.feed.module.Module
clone, getUri
 
Methods inherited from interface com.sun.syndication.feed.CopyFrom
copyFrom, getInterface
 

Field Detail

URI

static final String URI
See Also:
Constant Field Values
Method Detail

getAuthor

String getAuthor()
Returns the author string for this feed or entry

Returns:
Returns the author string for this feed or entry

setAuthor

void setAuthor(String author)
Sets the author string for this feed or entry

Parameters:
author - Sets the author string for this feed or entry

getBlock

boolean getBlock()
Boolean as to whether to block this feed or entry

Returns:
Boolean as to whether to block this feed or entry

setBlock

void setBlock(boolean block)
Boolean as to whether to block this feed or entry

Parameters:
block - Boolean as to whether to block this feed or entry

getExplicit

boolean getExplicit()
Boolean as to whether this feed or entry contains adult content

Returns:
Boolean as to whether this feed or entry contains adult content

setExplicit

void setExplicit(boolean explicit)
Boolean as to whether this feed or entry contains adult content

Parameters:
explicit - Boolean as to whether this feed or entry contains adult content

getKeywords

String[] getKeywords()
A list of keywords for this feed or entry Must not contain spaces

Returns:
A list of keywords for this feed or entry

setKeywords

void setKeywords(String[] keywords)
A list of keywords for this feed or entry Must not contain spaces

Parameters:
keywords - A list of keywords for this feed or enty

getSubtitle

String getSubtitle()
A subtitle for this feed or entry

Returns:
A subtitle for this feed or entry

setSubtitle

void setSubtitle(String subtitle)
A subtitle for this feed or entry

Parameters:
subtitle - A subtitle for this feed or entry

getSummary

String getSummary()
A subtitle for this feed or entry

Returns:
A subtitle for this feed or entry

setSummary

void setSummary(String summary)
A subtitle for this feed or entry

Parameters:
summary - A subtitle for this feed or entry


Copyright © 2013 ROME Project. All Rights Reserved.