|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.module.itunes.AbstractITunesObject
public abstract class AbstractITunesObject
This is an abstract object that implements the attributes common across Feeds or Items in an iTunes compatible RSS feed.
Field Summary | |
---|---|
static java.lang.String |
PREFIX
A default prefix to use for itunes tags. |
static java.lang.String |
RDF_URI
The RDF namespace URI. |
static java.lang.String |
URI
The URI that iTunes used for its custom tags. |
Constructor Summary | |
---|---|
AbstractITunesObject()
|
Method Summary | |
---|---|
abstract java.lang.Object |
clone()
Required by the ROME API |
abstract void |
copyFrom(java.lang.Object obj)
Defined by the ROME module API |
java.lang.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 |
java.lang.Class |
getInterface()
Defined by the ROME API |
java.lang.String[] |
getKeywords()
A list of keywords for this feed or entry Must not contain spaces |
java.lang.String |
getSubtitle()
A subtitle for this feed or entry |
java.lang.String |
getSummary()
A subtitle for this feed or entry |
java.lang.String |
getUri()
The URI this module implements |
void |
setAuthor(java.lang.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(java.lang.String[] keywords)
A list of keywords for this feed or entry Must not contain spaces |
void |
setSubtitle(java.lang.String subtitle)
A subtitle for this feed or entry |
void |
setSummary(java.lang.String summary)
A subtitle for this feed or entry |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String URI
What is up with using a versioned DTD anyway?
\
public static final java.lang.String RDF_URI
public static final java.lang.String PREFIX
Constructor Detail |
---|
public AbstractITunesObject()
Method Detail |
---|
public abstract void copyFrom(java.lang.Object obj)
copyFrom
in interface com.sun.syndication.feed.CopyFrom
obj
- Object to copy frompublic java.lang.Class getInterface()
getInterface
in interface com.sun.syndication.feed.CopyFrom
public java.lang.String getUri()
getUri
in interface com.sun.syndication.feed.module.Module
public abstract java.lang.Object clone()
clone
in interface com.sun.syndication.feed.module.Module
clone
in class java.lang.Object
public java.lang.String getAuthor()
getAuthor
in interface ITunes
public void setAuthor(java.lang.String author)
setAuthor
in interface ITunes
author
- Sets the author string for this feed or entrypublic boolean getBlock()
getBlock
in interface ITunes
public void setBlock(boolean block)
setBlock
in interface ITunes
block
- Boolean as to whether to block this feed or entrypublic boolean getExplicit()
getExplicit
in interface ITunes
public void setExplicit(boolean explicit)
setExplicit
in interface ITunes
explicit
- Boolean as to whether this feed or entry contains adult contentpublic java.lang.String[] getKeywords()
getKeywords
in interface ITunes
public void setKeywords(java.lang.String[] keywords)
setKeywords
in interface ITunes
keywords
- A list of keywords for this feed or entypublic java.lang.String getSubtitle()
getSubtitle
in interface ITunes
public void setSubtitle(java.lang.String subtitle)
setSubtitle
in interface ITunes
subtitle
- A subtitle for this feed or entrypublic java.lang.String getSummary()
getSummary
in interface ITunes
public void setSummary(java.lang.String summary)
setSummary
in interface ITunes
summary
- A subtitle for this feed or entrypublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |