de.nava.informa.core
Interface FeedIF

All Superinterfaces:
Serializable, WithChannelMIF, WithIdMIF, WithLocationMIF, WithSiteMIF, WithTitleMIF
All Known Implementing Classes:
Feed

public interface FeedIF
extends WithIdMIF, WithTitleMIF, WithLocationMIF, WithChannelMIF, WithSiteMIF

This interface is implemented by objects representing feeds (containing metadata about channels, like for example OCS and OPML) in the news channel object model.

WithLocationMIF.getLocation() returns the destination of the feed (most likely the XML source).

WithChannelMIF.getChannel() retrieves the channel this feed represents.

WithChannelMIF.setChannel(ChannelIF) sets the channel that this feed represents

Author:
Niko Schmuck (niko@nava.de)

Method Summary
 String getContentType()
           
 Date getDateFound()
           
 Date getLastUpdated()
           
 String getText()
           
 void setContentType(String contentType)
           
 void setDateFound(Date dateFound)
           
 void setLastUpdated(Date lastUpdated)
           
 void setText(String text)
           
 
Methods inherited from interface de.nava.informa.core.WithIdMIF
getId, setId
 
Methods inherited from interface de.nava.informa.core.WithTitleMIF
getTitle, setTitle
 
Methods inherited from interface de.nava.informa.core.WithLocationMIF
getLocation, setLocation
 
Methods inherited from interface de.nava.informa.core.WithChannelMIF
getChannel, setChannel
 
Methods inherited from interface de.nava.informa.core.WithSiteMIF
getCopyright, getSite, setCopyright, setSite
 

Method Detail

getText

String getText()

setText

void setText(String text)

getContentType

String getContentType()

setContentType

void setContentType(String contentType)

getDateFound

Date getDateFound()

setDateFound

void setDateFound(Date dateFound)

getLastUpdated

Date getLastUpdated()

setLastUpdated

void setLastUpdated(Date lastUpdated)


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.