org.openrdf.concepts.awol
Interface FeedOrEntry

All Superinterfaces:
FeedOrEntryOrLink
All Known Subinterfaces:
Entry, Feed

public interface FeedOrEntry
extends FeedOrEntryOrLink

Union of the Feed and Entry class. Simplifies writing the ontology.


Method Summary
 Set<Person> getAwolAuthors()
          See §4.2.1 rfc 4287 spec.
 Set<Category> getAwolCategories()
          See §4.2.2.
 Set<Person> getAwolContributors()
          See §4.2.3 of rfc 4287 spec.
 Set<Person> getAwolEmails()
          see §3.2.3 of rfc 4287.
 Set<Link> getAwolLinks()
          See §4.2.7 of rfc 4287 spec.
 TextContent getAwolRights()
          See §4.2.10 of rfc 4287 spec.
 void setAwolAuthors(Set<Person> value)
          See §4.2.1 rfc 4287 spec.
 void setAwolCategories(Set<Category> value)
          See §4.2.2.
 void setAwolContributors(Set<Person> value)
          See §4.2.3 of rfc 4287 spec.
 void setAwolEmails(Set<Person> value)
          see §3.2.3 of rfc 4287.
 void setAwolLinks(Set<Link> value)
          See §4.2.7 of rfc 4287 spec.
 void setAwolRights(TextContent value)
          See §4.2.10 of rfc 4287 spec.
 
Methods inherited from interface org.openrdf.concepts.awol.FeedOrEntryOrLink
getAwolTitle, setAwolTitle
 

Method Detail

getAwolAuthors

Set<Person> getAwolAuthors()
See §4.2.1 rfc 4287 spec.


setAwolAuthors

void setAwolAuthors(Set<Person> value)
See §4.2.1 rfc 4287 spec.


getAwolCategories

Set<Category> getAwolCategories()
See §4.2.2. A category with which the conainer is associated.


setAwolCategories

void setAwolCategories(Set<Category> value)
See §4.2.2. A category with which the conainer is associated.


getAwolContributors

Set<Person> getAwolContributors()
See §4.2.3 of rfc 4287 spec. Someone who contributed to the Version.


setAwolContributors

void setAwolContributors(Set<Person> value)
See §4.2.3 of rfc 4287 spec. Someone who contributed to the Version.


getAwolEmails

Set<Person> getAwolEmails()
see §3.2.3 of rfc 4287. A mailbox of the Person


setAwolEmails

void setAwolEmails(Set<Person> value)
see §3.2.3 of rfc 4287. A mailbox of the Person


getAwolLinks

Set<Link> getAwolLinks()
See §4.2.7 of rfc 4287 spec. A link associated with the container. If the link is unreified, we have a relation from the container to some resource


setAwolLinks

void setAwolLinks(Set<Link> value)
See §4.2.7 of rfc 4287 spec. A link associated with the container. If the link is unreified, we have a relation from the container to some resource


getAwolRights

TextContent getAwolRights()
See §4.2.10 of rfc 4287 spec. Rights held over a Version.


setAwolRights

void setAwolRights(TextContent value)
See §4.2.10 of rfc 4287 spec. Rights held over a Version.



Copyright © 2004-2007. All Rights Reserved.