|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITunes
This interface contains the methods common to all iTunes module points.
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 |
---|
static final String URI
Method Detail |
---|
String getAuthor()
void setAuthor(String author)
author
- Sets the author string for this feed or entryboolean getBlock()
void setBlock(boolean block)
block
- Boolean as to whether to block this feed or entryboolean getExplicit()
void setExplicit(boolean explicit)
explicit
- Boolean as to whether this feed or entry contains adult contentString[] getKeywords()
void setKeywords(String[] keywords)
keywords
- A list of keywords for this feed or entyString getSubtitle()
void setSubtitle(String subtitle)
subtitle
- A subtitle for this feed or entryString getSummary()
void setSummary(String summary)
summary
- A subtitle for this feed or entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |