org.openrdf.concepts.awol
Interface Entry

All Superinterfaces:
FeedOrEntry, FeedOrEntryOrLink, Version

public interface Entry
extends Version, FeedOrEntry

see §4.1.2 of the rfc 4287 spec


Method Summary
 Content getAwolContent()
          See §4.1.3 of rfc 4287 spec.
 XMLGregorianCalendar getAwolPublished()
          See §4.2.9 of rfc 4287 spec.
 Set<Feed> getAwolSources()
          See §4.2.11 of rfc 4287 spec.
 TextContent getAwolSummary()
          See §4.2.13 of rfc 4287 spec.
 void setAwolContent(Content value)
          See §4.1.3 of rfc 4287 spec.
 void setAwolPublished(XMLGregorianCalendar value)
          See §4.2.9 of rfc 4287 spec.
 void setAwolSources(Set<Feed> value)
          See §4.2.11 of rfc 4287 spec.
 void setAwolSummary(TextContent value)
          See §4.2.13 of rfc 4287 spec.
 
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

getAwolContent

Content getAwolContent()
See §4.1.3 of rfc 4287 spec. The content of an Entry, a Link or any of the relation types that are the object of :rel properties


setAwolContent

void setAwolContent(Content value)
See §4.1.3 of rfc 4287 spec. The content of an Entry, a Link or any of the relation types that are the object of :rel properties


getAwolPublished

XMLGregorianCalendar getAwolPublished()
See §4.2.9 of rfc 4287 spec. A date associated with an event early in the lifecyle of the subject.


setAwolPublished

void setAwolPublished(XMLGregorianCalendar value)
See §4.2.9 of rfc 4287 spec. A date associated with an event early in the lifecyle of the subject.


getAwolSources

Set<Feed> getAwolSources()
See §4.2.11 of rfc 4287 spec. The source feed where the entry was found


setAwolSources

void setAwolSources(Set<Feed> value)
See §4.2.11 of rfc 4287 spec. The source feed where the entry was found


getAwolSummary

TextContent getAwolSummary()
See §4.2.13 of rfc 4287 spec. A summary of the content of the Entry


setAwolSummary

void setAwolSummary(TextContent value)
See §4.2.13 of rfc 4287 spec. A summary of the content of the Entry



Copyright © 2004-2007. All Rights Reserved.