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 |
getOrder() |
void |
setClosedCaptioned(boolean closedCaptioned) |
void |
setDuration(Duration duration)
Sets the Duration object for this Item
|
void |
setOrder(Integer order) |
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
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 Integer getOrder()
getOrder
in interface EntryInformation
public void setOrder(Integer order)
setOrder
in interface EntryInformation
public void copyFrom(CopyFrom obj)
public Object clone()
clone
in interface Module
clone
in class AbstractITunesObject
public String toString()
toString
in class AbstractITunesObject
Copyright © 2021. All rights reserved.