public class EntryInformationImpl extends AbstractITunesObject implements EntryInformation
PREFIX, RDF_URI, URI| Constructor and Description |
|---|
EntryInformationImpl() |
| Modifier and Type | Method and Description |
|---|---|
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
|
Integer |
getEpisode() |
String |
getEpisodeType()
Get the episode type
|
Integer |
getOrder() |
Integer |
getSeason() |
String |
getTitle() |
void |
setClosedCaptioned(boolean closedCaptioned) |
void |
setDuration(Duration duration)
Sets the Duration object for this Item
|
void |
setEpisode(Integer episode) |
void |
setEpisodeType(String episodeType)
Set the episode type to one of full (default), trailer or bonus.
|
void |
setOrder(Integer order) |
void |
setSeason(Integer season) |
void |
setTitle(String title) |
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 Integer getOrder()
getOrder in interface EntryInformationpublic void setOrder(Integer order)
setOrder in interface EntryInformationpublic String getEpisodeType()
getEpisodeType in interface EntryInformationsetEpisodeType(episodeType) for detailspublic void setEpisodeType(String episodeType)
setEpisodeType in interface EntryInformationepisodeType - public Integer getSeason()
getSeason in interface EntryInformationpublic void setSeason(Integer season)
setSeason in interface EntryInformationpublic Integer getEpisode()
getEpisode in interface EntryInformationpublic void setEpisode(Integer episode)
setEpisode in interface EntryInformationpublic String getTitle()
getTitle in interface EntryInformationpublic void setTitle(String title)
setTitle in interface EntryInformationpublic void copyFrom(CopyFrom obj)
public Object clone()
clone in interface Moduleclone in class AbstractITunesObjectpublic String toString()
toString in class AbstractITunesObjectCopyright © 2021. All rights reserved.