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
|
URL |
getImage() |
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 |
setImage(URL 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 CopyFrom
public 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 ITunes
public void setExplicit(boolean explicit)
setExplicit
in interface ITunes
explicit
- Boolean as to whether this feed or entry contains adult contentpublic String[] getKeywords()
getKeywords
in interface ITunes
public void setKeywords(String[] keywords)
setKeywords
in interface ITunes
keywords
- A list of keywords for this feed or entypublic String getSubtitle()
getSubtitle
in interface ITunes
public void setSubtitle(String subtitle)
setSubtitle
in interface ITunes
subtitle
- A subtitle for this feed or entrypublic String getSummary()
getSummary
in interface ITunes
public void setSummary(String summary)
setSummary
in interface ITunes
summary
- A subtitle for this feed or entryCopyright © 2018. All rights reserved.