public class EntryInformationImpl extends AbstractITunesObject implements EntryInformation
PREFIX, RDF_URI, URI| Constructor and Description |
|---|
EntryInformationImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Required by the ROME API
|
void |
copyFrom(CopyFrom obj)
Defined by the ROME module API
|
boolean |
getClosedCaptioned() |
Duration |
getDuration()
Returns the Duration object for this Item
|
java.lang.Integer |
getEpisode() |
java.lang.String |
getEpisodeType()
Get the episode type
|
java.lang.Integer |
getOrder() |
java.lang.Integer |
getSeason() |
java.lang.String |
getTitle() |
void |
setClosedCaptioned(boolean closedCaptioned) |
void |
setDuration(Duration duration)
Sets the Duration object for this Item
|
void |
setEpisode(java.lang.Integer episode) |
void |
setEpisodeType(java.lang.String episodeType)
Set the episode type to one of full (default), trailer or bonus.
|
void |
setOrder(java.lang.Integer order) |
void |
setSeason(java.lang.Integer season) |
void |
setTitle(java.lang.String title) |
java.lang.String |
toString() |
getAuthor, getBlock, getExplicit, getExplicitNullable, getImage, getImageUri, getInterface, getKeywords, getSubtitle, getSummary, getUri, setAuthor, setBlock, setExplicit, setExplicitNullable, setImage, setImageUri, setKeywords, setSubtitle, setSummaryequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAuthor, getBlock, getExplicit, getExplicitNullable, getImage, getImageUri, getKeywords, getSubtitle, getSummary, setAuthor, setBlock, setExplicit, setExplicitNullable, setImage, setImageUri, setKeywords, setSubtitle, setSummarygetInterfacepublic Duration getDuration()
getDuration in interface EntryInformationpublic void setDuration(Duration duration)
setDuration in interface EntryInformationduration - Sets the Duration object for this Itempublic boolean getClosedCaptioned()
getClosedCaptioned in interface EntryInformationpublic void setClosedCaptioned(boolean closedCaptioned)
setClosedCaptioned in interface EntryInformationpublic java.lang.Integer getOrder()
getOrder in interface EntryInformationpublic void setOrder(java.lang.Integer order)
setOrder in interface EntryInformationpublic java.lang.String getEpisodeType()
getEpisodeType in interface EntryInformationsetEpisodeType(episodeType) for detailspublic void setEpisodeType(java.lang.String episodeType)
setEpisodeType in interface EntryInformationepisodeType - public java.lang.Integer getSeason()
getSeason in interface EntryInformationpublic void setSeason(java.lang.Integer season)
setSeason in interface EntryInformationpublic java.lang.Integer getEpisode()
getEpisode in interface EntryInformationpublic void setEpisode(java.lang.Integer episode)
setEpisode in interface EntryInformationpublic java.lang.String getTitle()
getTitle in interface EntryInformationpublic void setTitle(java.lang.String title)
setTitle in interface EntryInformationpublic void copyFrom(CopyFrom obj)
public java.lang.Object clone()
clone in interface Moduleclone in class AbstractITunesObjectpublic java.lang.String toString()
toString in class AbstractITunesObjectCopyright © 2025. All rights reserved.