public class EntryInformationImpl extends AbstractITunesObject implements EntryInformation
| Modifier and Type | Field and Description |
|---|---|
private boolean |
closedCaptioned |
private Duration |
duration |
private static org.slf4j.Logger |
LOG |
private java.lang.Integer |
order |
private static long |
serialVersionUID |
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 |
getOrder() |
void |
setClosedCaptioned(boolean closedCaptioned) |
void |
setDuration(Duration duration)
Sets the Duration object for this Item
|
void |
setOrder(java.lang.Integer order) |
java.lang.String |
toString() |
getAuthor, getBlock, getExplicit, getImage, getInterface, getKeywords, getSubtitle, getSummary, getUri, setAuthor, setBlock, setExplicit, setImage, setKeywords, setSubtitle, setSummaryequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAuthor, getBlock, getExplicit, getImage, getKeywords, getSubtitle, getSummary, setAuthor, setBlock, setExplicit, setImage, setKeywords, setSubtitle, setSummarygetInterfaceprivate static final long serialVersionUID
private static final org.slf4j.Logger LOG
private Duration duration
private boolean closedCaptioned
private java.lang.Integer order
public 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 void copyFrom(CopyFrom obj)
public java.lang.Object clone()
clone in interface Moduleclone in class AbstractITunesObjectpublic java.lang.String toString()
toString in class AbstractITunesObject