public abstract class AbstractITunesObject extends Object implements ITunes, Cloneable
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
A default prefix to use for itunes tags.
|
static String |
RDF_URI
The RDF namespace URI.
|
static String |
URI
The URI that iTunes used for its custom tags.
|
| Constructor and Description |
|---|
AbstractITunesObject() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
clone()
Required by the ROME API
|
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
|
Boolean |
getExplicitNullable() |
URL |
getImage() |
String |
getImageUri() |
Class<? extends AbstractITunesObject> |
getInterface()
Defined by the ROME API
|
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
|
String |
getUri()
The URI this module implements
|
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 |
setExplicitNullable(Boolean explicit) |
void |
setImage(URL image) |
void |
setImageUri(String image) |
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
|
String |
toString() |
public static final String URI
What is up with using a versioned DTD anyway?
public static final String RDF_URI
public static final String PREFIX
public Class<? extends AbstractITunesObject> getInterface()
getInterface in interface CopyFrompublic String getUri()
public abstract Object clone()
public String getAuthor()
public void setAuthor(String author)
public boolean getBlock()
public void setBlock(boolean block)
public boolean getExplicit()
getExplicit in interface ITunespublic Boolean getExplicitNullable()
getExplicitNullable in interface ITunespublic void setExplicit(boolean explicit)
setExplicit in interface ITunesexplicit - Boolean as to whether this feed or entry contains adult contentpublic void setExplicitNullable(Boolean explicit)
setExplicitNullable in interface ITunespublic String[] getKeywords()
getKeywords in interface ITunespublic void setKeywords(String[] keywords)
setKeywords in interface ITuneskeywords - A list of keywords for this feed or entypublic String getSubtitle()
getSubtitle in interface ITunespublic void setSubtitle(String subtitle)
setSubtitle in interface ITunessubtitle - A subtitle for this feed or entrypublic String getSummary()
getSummary in interface ITunespublic void setSummary(String summary)
setSummary in interface ITunessummary - A subtitle for this feed or entrypublic String getImageUri()
getImageUri in interface ITunespublic void setImageUri(String image)
setImageUri in interface ITunesCopyright © 2021. All rights reserved.