de.nava.informa.core
Interface ItemIF

All Superinterfaces:
Serializable, WithCategoriesMIF, WithChannelMIF, WithCreatorMIF, WithDescriptionMIF, WithElementsAndAttributesMIF, WithIdMIF, WithLinkMIF, WithTitleMIF, WithUnreadMIF
All Known Implementing Classes:
Item, Item, Item

public interface ItemIF
extends WithIdMIF, WithTitleMIF, WithElementsAndAttributesMIF, WithCreatorMIF, WithCategoriesMIF, WithDescriptionMIF, WithLinkMIF, WithChannelMIF, WithUnreadMIF

This interface is implemented by objects representing items (that are links to articles) in the news channel object model.

Author:
Niko Schmuck (niko@nava.de)

Method Summary
 URL getComments()
           
 Date getDate()
           
 ItemEnclosureIF getEnclosure()
           
 Date getFound()
           
 ItemGuidIF getGuid()
           
 ItemSourceIF getSource()
           
 String getSubject()
           
 void setComments(URL comments)
           
 void setDate(Date date)
           
 void setEnclosure(ItemEnclosureIF enclosure)
           
 void setFound(Date found)
           
 void setGuid(ItemGuidIF guid)
           
 void setSource(ItemSourceIF source)
           
 void setSubject(String subject)
           
 
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.WithElementsAndAttributesMIF
getAttributeValue, getAttributeValues, getElementValue, getElementValues
 
Methods inherited from interface de.nava.informa.core.WithCreatorMIF
getCreator, setCreator
 
Methods inherited from interface de.nava.informa.core.WithCategoriesMIF
addCategory, getCategories, removeCategory, setCategories
 
Methods inherited from interface de.nava.informa.core.WithDescriptionMIF
getDescription, setDescription
 
Methods inherited from interface de.nava.informa.core.WithLinkMIF
getLink, setLink
 
Methods inherited from interface de.nava.informa.core.WithChannelMIF
getChannel, setChannel
 
Methods inherited from interface de.nava.informa.core.WithUnreadMIF
getUnRead, setUnRead
 

Method Detail

getGuid

ItemGuidIF getGuid()

setGuid

void setGuid(ItemGuidIF guid)

getComments

URL getComments()

setComments

void setComments(URL comments)

getSource

ItemSourceIF getSource()

setSource

void setSource(ItemSourceIF source)

getEnclosure

ItemEnclosureIF getEnclosure()

setEnclosure

void setEnclosure(ItemEnclosureIF enclosure)

getSubject

String getSubject()

setSubject

void setSubject(String subject)

getDate

Date getDate()

setDate

void setDate(Date date)

getFound

Date getFound()

setFound

void setFound(Date found)


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