|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Entry
Interface for Entry Class@en ontology class
Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this interface.
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#Entry)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
contentProperty
The Jena Property for content |
static org.openrdf.model.URI |
emailProperty
The Jena Property for email |
static org.openrdf.model.URI |
publishedProperty
The Jena Property for published |
static org.openrdf.model.URI |
sourceProperty
The Jena Property for source |
static org.openrdf.model.URI |
summaryProperty
The Jena Property for summary |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Fields inherited from interface org.openanzo.atom.jastor.atomowl.Version |
|---|
alternateProperty, idProperty, updatedProperty |
| Fields inherited from interface org.openanzo.atom.jastor.atomowl.FeedOrEntry |
|---|
authorProperty, categoryProperty, contributorProperty, linkProperty, rightsProperty, titleProperty |
| Method Summary | |
|---|---|
Feed |
addSource()
Adds an anonymous value for the 'source' property |
void |
addSource(Feed source)
Adds a value for the 'source' property |
Feed |
addSource(org.openrdf.model.Resource resource)
Adds a value for the 'source' property. |
java.util.Date |
getPublished()
Gets the 'published' property value |
info.aduna.collections.iterators.CloseableIterator<Feed> |
getSource()
Get an Iterator the 'source' property values. |
TextContent |
getSummary()
Gets the 'summary' property value |
void |
removeSource(Feed source)
Removes a value for the 'source' property. |
void |
setPublished(java.util.Date published)
Sets the 'published' property value |
TextContent |
setSummary()
Sets the 'summary' property value to an anonymous node |
TextContent |
setSummary(org.openrdf.model.Resource resource)
Sets the 'summary' property value to the given resource, and add's rdf:type properties. |
void |
setSummary(TextContent summary)
Sets the 'summary' property value |
| Methods inherited from interface org.openanzo.atom.jastor.atomowl.Version |
|---|
addAlternate, addAlternate, addAlternate, addEmail, addEmail, addEmail, getAlternate, getContent, getEmail, getId, getUpdated, removeAlternate, removeEmail, setContent, setContent, setContent, setId, setUpdated |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri |
| Methods inherited from interface org.openanzo.atom.jastor.atomowl.FeedOrEntry |
|---|
addAuthor, addAuthor, addAuthor, addCategory, addCategory, addCategory, addContributor, addContributor, addContributor, addEmail, addEmail, addEmail, addLink, addLink, addLink, getAuthor, getCategory, getContent, getContributor, getEmail, getLink, getRights, getTitle, removeAuthor, removeCategory, removeContributor, removeEmail, removeLink, setContent, setContent, setContent, setRights, setRights, setRights, setTitle, setTitle, setTitle |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri |
| Field Detail |
|---|
static final org.openrdf.model.URI TYPE
static final org.openrdf.model.URI summaryProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#summary)
static final org.openrdf.model.URI publishedProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#published)
static final org.openrdf.model.URI sourceProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#source)
static final org.openrdf.model.URI emailProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#email)
static final org.openrdf.model.URI contentProperty
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#content)
| Method Detail |
|---|
TextContent getSummary()
throws JastorException
TextContent
JastorExceptionsummaryProperty
void setSummary(TextContent summary)
throws JastorException
{@link - org.openanzo.atom.jastor.atomowl.TextContent}
JastorExceptionsummaryProperty
TextContent setSummary()
throws JastorException
TextContent, the created value
JastorExceptionsummaryProperty
TextContent setSummary(org.openrdf.model.Resource resource)
throws JastorException
TextContent with the factory.
and calling setSummary(org.openanzo.atom.jastor.atomowl.TextContent summary)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#TextContent. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
TextContent, the newly created value
JastorExceptionsummaryProperty
java.util.Date getPublished()
throws JastorException
Date
JastorExceptionpublishedProperty
void setPublished(java.util.Date published)
throws JastorException
{@link - java.util.Date}
JastorExceptionpublishedProperty
info.aduna.collections.iterators.CloseableIterator<Feed> getSource()
throws JastorException
Iterator of Feed
JastorExceptionsourceProperty
void addSource(Feed source)
throws JastorException
The - Feed to add
JastorExceptionsourceProperty
Feed addSource()
throws JastorException
Feed created
JastorExceptionsourceProperty
Feed addSource(org.openrdf.model.Resource resource)
throws JastorException
Feed with the factory
and calling addSource(org.openanzo.atom.jastor.atomowl.Feed source)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Feed. That is, this method
should not be used as a shortcut for creating new objects in the model.
The - om.hp.hpl.jena.rdf.model.Resource to add
JastorExceptionsourceProperty
void removeSource(Feed source)
throws JastorException
The - Feed to remove
JastorExceptionsourceProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||