|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Feed
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 |
|---|
Set<Entry> getAwolAggregates()
void setAwolAggregates(Set<Entry> value)
Set<Entry> getAwolContains()
void setAwolContains(Set<Entry> value)
Set<Entry> getAwolEntries()
void setAwolEntries(Set<Entry> value)
Generator getAwolGenerator()
void setAwolGenerator(Generator value)
Set<Image> getAwolIcons()
void setAwolIcons(Set<Image> value)
Image getAwolLogo()
void setAwolLogo(Image value)
TextContent getAwolSubtitle()
void setAwolSubtitle(TextContent value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||