org.rometools.feed.module.itunes
Interface EntryInformation

All Superinterfaces:
Cloneable, com.sun.syndication.feed.CopyFrom, ITunes, com.sun.syndication.feed.module.Module, Serializable
All Known Implementing Classes:
EntryInformationImpl

public interface EntryInformation
extends ITunes

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

Version:
$Revision: 1.2 $
Author:
Robert "kebernet" Cooper

Field Summary
 
Fields inherited from interface org.rometools.feed.module.itunes.ITunes
URI
 
Method Summary
 Duration getDuration()
          Returns the Duration object for this Item
 void setDuration(Duration duration)
          Sets the Duration object for this Item
 
Methods inherited from interface org.rometools.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
clone, getUri
 
Methods inherited from interface com.sun.syndication.feed.CopyFrom
copyFrom, getInterface
 

Method Detail

getDuration

Duration getDuration()
Returns the Duration object for this Item

Returns:
Returns the Duration object for this Item

setDuration

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

Parameters:
duration - Sets the Duration object for this Item


Copyright © 2013 ROME Project. All Rights Reserved.