org.openrdf.concepts.awol
Interface Feed

All Superinterfaces:
FeedOrEntry, FeedOrEntryOrLink, Version

public interface Feed
extends Version, FeedOrEntry

Container for feed metadata.


Method Summary
 Set<Entry> getAwolAggregates()
          The feed aggregates this given Entry.
 Set<Entry> getAwolContains()
          The feed contains the given Entry.
 Set<Entry> getAwolEntries()
          The feed contains the given Entry and that Entry has the feed as its source.
 Generator getAwolGenerator()
          see §4.2.4 of rfc 4287.
 Set<Image> getAwolIcons()
          see 4.2.5 of rfc 4287.
 Image getAwolLogo()
          see §4.2.8 of rfc 4287.
 TextContent getAwolSubtitle()
          see §4.2.12 of rfc 4287.
 void setAwolAggregates(Set<Entry> value)
          The feed aggregates this given Entry.
 void setAwolContains(Set<Entry> value)
          The feed contains the given Entry.
 void setAwolEntries(Set<Entry> value)
          The feed contains the given Entry and that Entry has the feed as its source.
 void setAwolGenerator(Generator value)
          see §4.2.4 of rfc 4287.
 void setAwolIcons(Set<Image> value)
          see 4.2.5 of rfc 4287.
 void setAwolLogo(Image value)
          see §4.2.8 of rfc 4287.
 void setAwolSubtitle(TextContent value)
          see §4.2.12 of rfc 4287.
 
Methods inherited from interface org.openrdf.concepts.awol.Version
getAwolId, getAwolUpdated, setAwolId, setAwolUpdated
 
Methods inherited from interface org.openrdf.concepts.awol.FeedOrEntry
getAwolAuthors, getAwolCategories, getAwolContributors, getAwolEmails, getAwolLinks, getAwolRights, setAwolAuthors, setAwolCategories, setAwolContributors, setAwolEmails, setAwolLinks, setAwolRights
 
Methods inherited from interface org.openrdf.concepts.awol.FeedOrEntryOrLink
getAwolTitle, setAwolTitle
 

Method Detail

getAwolAggregates

Set<Entry> getAwolAggregates()
The feed aggregates this given Entry. See §4.1.1 of rfc4287. This means that the entry does not have the feed as its source. The entry was taken from a different feed.


setAwolAggregates

void setAwolAggregates(Set<Entry> value)
The feed aggregates this given Entry. See §4.1.1 of rfc4287. This means that the entry does not have the feed as its source. The entry was taken from a different feed.


getAwolContains

Set<Entry> getAwolContains()
The feed contains the given Entry. See §4.1.1 of rfc4287. This makes no statement about whether that Entry has the :Feed as its source.


setAwolContains

void setAwolContains(Set<Entry> value)
The feed contains the given Entry. See §4.1.1 of rfc4287. This makes no statement about whether that Entry has the :Feed as its source.


getAwolEntries

Set<Entry> getAwolEntries()
The feed contains the given Entry and that Entry has the feed as its source. See §4.1.1 of rfc 4287. This relation is a little bit more specialised than the rfc 4287 entry element. It relates only :Feed objects to :Entry objects where the :Feed is a :source of the :Entry. See also the :source and :contains relations.


setAwolEntries

void setAwolEntries(Set<Entry> value)
The feed contains the given Entry and that Entry has the feed as its source. See §4.1.1 of rfc 4287. This relation is a little bit more specialised than the rfc 4287 entry element. It relates only :Feed objects to :Entry objects where the :Feed is a :source of the :Entry. See also the :source and :contains relations.


getAwolGenerator

Generator getAwolGenerator()
see §4.2.4 of rfc 4287. The generator of the object


setAwolGenerator

void setAwolGenerator(Generator value)
see §4.2.4 of rfc 4287. The generator of the object


getAwolIcons

Set<Image> getAwolIcons()
see 4.2.5 of rfc 4287. An icon associated with the object


setAwolIcons

void setAwolIcons(Set<Image> value)
see 4.2.5 of rfc 4287. An icon associated with the object


getAwolLogo

Image getAwolLogo()
see §4.2.8 of rfc 4287. An icon associated with the object


setAwolLogo

void setAwolLogo(Image value)
see §4.2.8 of rfc 4287. An icon associated with the object


getAwolSubtitle

TextContent getAwolSubtitle()
see §4.2.12 of rfc 4287. Subtitle of the feed.


setAwolSubtitle

void setAwolSubtitle(TextContent value)
see §4.2.12 of rfc 4287. Subtitle of the feed.



Copyright © 2004-2007. All Rights Reserved.