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, setSummary
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAuthor, getBlock, getExplicit, getImage, getKeywords, getSubtitle, getSummary, setAuthor, setBlock, setExplicit, setImage, setKeywords, setSubtitle, setSummary
getInterface
private 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 EntryInformation
public void setDuration(Duration duration)
setDuration
in interface EntryInformation
duration
- Sets the Duration object for this Itempublic boolean getClosedCaptioned()
getClosedCaptioned
in interface EntryInformation
public void setClosedCaptioned(boolean closedCaptioned)
setClosedCaptioned
in interface EntryInformation
public java.lang.Integer getOrder()
getOrder
in interface EntryInformation
public void setOrder(java.lang.Integer order)
setOrder
in interface EntryInformation
public void copyFrom(CopyFrom obj)
public java.lang.Object clone()
clone
in interface Module
clone
in class AbstractITunesObject
public java.lang.String toString()
toString
in class AbstractITunesObject