com.sun.syndication.feed.module.itunes
Class EntryInformationImpl

java.lang.Object
  extended by com.sun.syndication.feed.module.itunes.AbstractITunesObject
      extended by com.sun.syndication.feed.module.itunes.EntryInformationImpl
All Implemented Interfaces:
com.sun.syndication.feed.CopyFrom, EntryInformation, ITunes, com.sun.syndication.feed.module.Module, java.io.Serializable, java.lang.Cloneable

public class EntryInformationImpl
extends AbstractITunesObject
implements EntryInformation

This class contains information for iTunes podcast feeds that exist at the Item level.

Version:
$Revision: 1.2 $
Author:
Robert "kebernet" Cooper
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.syndication.feed.module.itunes.AbstractITunesObject
PREFIX, RDF_URI, URI
 
Fields inherited from interface com.sun.syndication.feed.module.itunes.ITunes
URI
 
Constructor Summary
EntryInformationImpl()
          Creates a new instance of EntryInformationImpl
 
Method Summary
 java.lang.Object clone()
          Required by the ROME API
 void copyFrom(java.lang.Object obj)
          Defined by the ROME module API
 Duration getDuration()
          Returns the Duration object for this Item
 void setDuration(Duration duration)
          Sets the Duration object for this Item
 java.lang.String toString()
           
 
Methods inherited from class com.sun.syndication.feed.module.itunes.AbstractITunesObject
getAuthor, getBlock, getExplicit, getInterface, getKeywords, getSubtitle, getSummary, getUri, setAuthor, setBlock, setExplicit, setKeywords, setSubtitle, setSummary
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sun.syndication.feed.module.itunes.ITunes
getAuthor, getBlock, getExplicit, getKeywords, getSubtitle, getSummary, setAuthor, setBlock, setExplicit, setKeywords, setSubtitle, setSummary
 
Methods inherited from interface com.sun.syndication.feed.module.Module
getUri
 
Methods inherited from interface com.sun.syndication.feed.CopyFrom
getInterface
 

Constructor Detail

EntryInformationImpl

public EntryInformationImpl()
Creates a new instance of EntryInformationImpl

Method Detail

getDuration

public Duration getDuration()
Returns the Duration object for this Item

Specified by:
getDuration in interface EntryInformation
Returns:
Returns the Duration object for this Item

setDuration

public void setDuration(Duration duration)
Sets the Duration object for this Item

Specified by:
setDuration in interface EntryInformation
Parameters:
duration - Sets the Duration object for this Item

copyFrom

public void copyFrom(java.lang.Object obj)
Defined by the ROME module API

Specified by:
copyFrom in interface com.sun.syndication.feed.CopyFrom
Specified by:
copyFrom in class AbstractITunesObject
Parameters:
obj - Object to copy from

clone

public java.lang.Object clone()
Required by the ROME API

Specified by:
clone in interface com.sun.syndication.feed.module.Module
Specified by:
clone in class AbstractITunesObject
Returns:
A clone of this module object

toString

public java.lang.String toString()
Overrides:
toString in class AbstractITunesObject


Copyright © 2006-2009. All Rights Reserved.