|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.GraphThingImpl
org.openanzo.atom.jastor.atomowl.EntryImpl
public class EntryImpl
Implementation of Entry
Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this class.
(URI: http://bblfish.net/work/atom-owl/2006-06-06/#Entry)
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.atom.jastor.atomowl.Entry |
|---|
TYPE |
| Method Summary | |
|---|---|
GraphThing |
addAlternate()
Adds an anonymous value for the 'alternate' property |
void |
addAlternate(GraphThing alternate)
Adds a value for the 'alternate' property |
GraphThing |
addAlternate(org.openrdf.model.Resource resource)
Adds a value for the 'alternate' property. |
Person |
addAuthor()
Adds an anonymous value for the 'author' property |
void |
addAuthor(Person author)
Adds a value for the 'author' property |
Person |
addAuthor(org.openrdf.model.Resource resource)
Adds a value for the 'author' property. |
Category |
addCategory()
Adds an anonymous value for the 'category' property |
void |
addCategory(Category category)
Adds a value for the 'category' property |
Category |
addCategory(org.openrdf.model.Resource resource)
Adds a value for the 'category' property. |
Person |
addContributor()
Adds an anonymous value for the 'contributor' property |
void |
addContributor(Person contributor)
Adds a value for the 'contributor' property |
Person |
addContributor(org.openrdf.model.Resource resource)
Adds a value for the 'contributor' property. |
GraphThing |
addEmail()
Adds an anonymous value for the 'email' property |
void |
addEmail(GraphThing email)
Adds a value for the 'email' property |
GraphThing |
addEmail(org.openrdf.model.Resource resource)
Adds a value for the 'email' property. |
Link |
addLink()
Adds an anonymous value for the 'link' property |
void |
addLink(Link link)
Adds a value for the 'link' property |
Link |
addLink(org.openrdf.model.Resource resource)
Adds a value for the 'link' property. |
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. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getAlternate()
Get an Iterator the 'alternate' property values. |
info.aduna.collections.iterators.CloseableIterator<Person> |
getAuthor()
Get an Iterator the 'author' property values. |
info.aduna.collections.iterators.CloseableIterator<Category> |
getCategory()
Get an Iterator the 'category' property values. |
Content |
getContent()
Gets the 'content' property value |
info.aduna.collections.iterators.CloseableIterator<Person> |
getContributor()
Get an Iterator the 'contributor' property values. |
info.aduna.collections.iterators.CloseableIterator<GraphThing> |
getEmail()
Get an Iterator the 'email' property values. |
java.lang.String |
getId()
Gets the 'id' property value |
info.aduna.collections.iterators.CloseableIterator<Link> |
getLink()
Get an Iterator the 'link' property values. |
java.util.Date |
getPublished()
Gets the 'published' property value |
TextContent |
getRights()
Gets the 'rights' property value |
info.aduna.collections.iterators.CloseableIterator<Feed> |
getSource()
Get an Iterator the 'source' property values. |
TextContent |
getSummary()
Gets the 'summary' property value |
TextContent |
getTitle()
Gets the 'title' property value |
java.util.Date |
getUpdated()
Gets the 'updated' property value |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
void |
removeAlternate(GraphThing alternate)
Removes a value for the 'alternate' property. |
void |
removeAuthor(Person author)
Removes a value for the 'author' property. |
void |
removeCategory(Category category)
Removes a value for the 'category' property. |
void |
removeContributor(Person contributor)
Removes a value for the 'contributor' property. |
void |
removeEmail(GraphThing email)
Removes a value for the 'email' property. |
void |
removeLink(Link link)
Removes a value for the 'link' property. |
void |
removeSource(Feed source)
Removes a value for the 'source' property. |
Content |
setContent()
Sets the 'content' property value to an anonymous node |
void |
setContent(Content content)
Sets the 'content' property value |
Content |
setContent(org.openrdf.model.Resource resource)
Sets the 'content' property value to the given resource, and add's rdf:type properties. |
void |
setId(java.lang.String id)
Sets the 'id' property value |
void |
setPublished(java.util.Date published)
Sets the 'published' property value |
TextContent |
setRights()
Sets the 'rights' property value to an anonymous node |
TextContent |
setRights(org.openrdf.model.Resource resource)
Sets the 'rights' property value to the given resource, and add's rdf:type properties. |
void |
setRights(TextContent rights)
Sets the 'rights' 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 |
TextContent |
setTitle()
Sets the 'title' property value to an anonymous node |
TextContent |
setTitle(org.openrdf.model.Resource resource)
Sets the 'title' property value to the given resource, and add's rdf:type properties. |
void |
setTitle(TextContent title)
Sets the 'title' property value |
void |
setUpdated(java.util.Date updated)
Sets the 'updated' property value |
| Methods inherited from class org.openanzo.jastor.GraphThingImpl |
|---|
clearCache, equals, getLiteral, getLiteralValue, getProperties, getPropertyValue, getPropertyValue, graph, isRDFType, registerListener, removeStatements, resource, setPropertyValue, setPropertyValue, toString, unregisterListener, uri |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, registerListener, removeStatements, resource, unregisterListener, uri |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, registerListener, removeStatements, resource, unregisterListener, uri |
| Method Detail |
|---|
public java.util.Collection<org.openrdf.model.Statement> listStatements()
CoreThing
listStatements in interface CoreThinglistStatements in class GraphThingImpl
public java.util.Date getUpdated()
throws JastorException
Version
getUpdated in interface VersionDate
JastorExceptionVersion.updatedProperty
public void setUpdated(java.util.Date updated)
throws JastorException
Version
setUpdated in interface VersionJastorExceptionVersion.updatedProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getAlternate()
throws JastorException
Version
getAlternate in interface VersionIterator of GraphThing
JastorExceptionVersion.alternateProperty
public void addAlternate(GraphThing alternate)
throws JastorException
Version
addAlternate in interface VersionJastorExceptionVersion.alternateProperty
public GraphThing addAlternate()
throws JastorException
Version
addAlternate in interface VersionGraphThing created
JastorExceptionVersion.alternateProperty
public GraphThing addAlternate(org.openrdf.model.Resource resource)
throws JastorException
VersionGraphThing with the factory
and calling addAlternate(org.openanzo.jastor.GraphThing alternate)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
addAlternate in interface VersionJastorExceptionVersion.alternateProperty
public void removeAlternate(GraphThing alternate)
throws JastorException
Version
removeAlternate in interface VersionJastorExceptionVersion.alternateProperty
public java.lang.String getId()
throws JastorException
Version
getId in interface VersionString
JastorExceptionVersion.idProperty
public void setId(java.lang.String id)
throws JastorException
Version
setId in interface VersionJastorExceptionVersion.idProperty
public info.aduna.collections.iterators.CloseableIterator<GraphThing> getEmail()
throws JastorException
FeedOrEntry
getEmail in interface FeedOrEntrygetEmail in interface VersionIterator of GraphThing
JastorExceptionFeedOrEntry.emailProperty
public void addEmail(GraphThing email)
throws JastorException
FeedOrEntry
addEmail in interface FeedOrEntryaddEmail in interface VersionJastorExceptionFeedOrEntry.emailProperty
public GraphThing addEmail()
throws JastorException
FeedOrEntry
addEmail in interface FeedOrEntryaddEmail in interface VersionGraphThing created
JastorExceptionFeedOrEntry.emailProperty
public GraphThing addEmail(org.openrdf.model.Resource resource)
throws JastorException
FeedOrEntryGraphThing with the factory
and calling addEmail(org.openanzo.jastor.GraphThing email)
The resource argument have rdf:type http://www.w3.org/2000/01/rdf-schema#Resource. That is, this method
should not be used as a shortcut for creating new objects in the model.
addEmail in interface FeedOrEntryaddEmail in interface VersionJastorExceptionFeedOrEntry.emailProperty
public void removeEmail(GraphThing email)
throws JastorException
FeedOrEntry
removeEmail in interface FeedOrEntryremoveEmail in interface VersionJastorExceptionFeedOrEntry.emailProperty
public Content getContent()
throws JastorException
FeedOrEntry
getContent in interface FeedOrEntrygetContent in interface VersionContent
JastorExceptionFeedOrEntry.contentProperty
public void setContent(Content content)
throws JastorException
FeedOrEntry
setContent in interface FeedOrEntrysetContent in interface VersionJastorExceptionFeedOrEntry.contentProperty
public Content setContent()
throws JastorException
FeedOrEntry
setContent in interface FeedOrEntrysetContent in interface VersionContent, the created value
JastorExceptionFeedOrEntry.contentProperty
public Content setContent(org.openrdf.model.Resource resource)
throws JastorException
FeedOrEntryContent with the factory.
and calling setContent(org.openanzo.atom.jastor.atomowl.Content content)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Content. That is, this method
should not be used as a shortcut for creating new objects in the model.
setContent in interface FeedOrEntrysetContent in interface VersionContent, the newly created value
JastorExceptionFeedOrEntry.contentProperty
public TextContent getRights()
throws JastorException
FeedOrEntry
getRights in interface FeedOrEntryTextContent
JastorExceptionFeedOrEntry.rightsProperty
public void setRights(TextContent rights)
throws JastorException
FeedOrEntry
setRights in interface FeedOrEntryJastorExceptionFeedOrEntry.rightsProperty
public TextContent setRights()
throws JastorException
FeedOrEntry
setRights in interface FeedOrEntryTextContent, the created value
JastorExceptionFeedOrEntry.rightsProperty
public TextContent setRights(org.openrdf.model.Resource resource)
throws JastorException
FeedOrEntryTextContent with the factory.
and calling setRights(org.openanzo.atom.jastor.atomowl.TextContent rights)
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.
setRights in interface FeedOrEntryTextContent, the newly created value
JastorExceptionFeedOrEntry.rightsProperty
public info.aduna.collections.iterators.CloseableIterator<Person> getAuthor()
throws JastorException
FeedOrEntry
getAuthor in interface FeedOrEntryIterator of Person
JastorExceptionFeedOrEntry.authorProperty
public void addAuthor(Person author)
throws JastorException
FeedOrEntry
addAuthor in interface FeedOrEntryJastorExceptionFeedOrEntry.authorProperty
public Person addAuthor()
throws JastorException
FeedOrEntry
addAuthor in interface FeedOrEntryPerson created
JastorExceptionFeedOrEntry.authorProperty
public Person addAuthor(org.openrdf.model.Resource resource)
throws JastorException
FeedOrEntryPerson with the factory
and calling addAuthor(org.openanzo.atom.jastor.atomowl.Person author)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Person. That is, this method
should not be used as a shortcut for creating new objects in the model.
addAuthor in interface FeedOrEntryJastorExceptionFeedOrEntry.authorProperty
public void removeAuthor(Person author)
throws JastorException
FeedOrEntry
removeAuthor in interface FeedOrEntryJastorExceptionFeedOrEntry.authorProperty
public info.aduna.collections.iterators.CloseableIterator<Link> getLink()
throws JastorException
FeedOrEntry
getLink in interface FeedOrEntryIterator of Link
JastorExceptionFeedOrEntry.linkProperty
public void addLink(Link link)
throws JastorException
FeedOrEntry
addLink in interface FeedOrEntryJastorExceptionFeedOrEntry.linkProperty
public Link addLink()
throws JastorException
FeedOrEntry
addLink in interface FeedOrEntryLink created
JastorExceptionFeedOrEntry.linkProperty
public Link addLink(org.openrdf.model.Resource resource)
throws JastorException
FeedOrEntryLink with the factory
and calling addLink(org.openanzo.atom.jastor.atomowl.Link link)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Link. That is, this method
should not be used as a shortcut for creating new objects in the model.
addLink in interface FeedOrEntryJastorExceptionFeedOrEntry.linkProperty
public void removeLink(Link link)
throws JastorException
FeedOrEntry
removeLink in interface FeedOrEntryJastorExceptionFeedOrEntry.linkProperty
public info.aduna.collections.iterators.CloseableIterator<Person> getContributor()
throws JastorException
FeedOrEntry
getContributor in interface FeedOrEntryIterator of Person
JastorExceptionFeedOrEntry.contributorProperty
public void addContributor(Person contributor)
throws JastorException
FeedOrEntry
addContributor in interface FeedOrEntryJastorExceptionFeedOrEntry.contributorProperty
public Person addContributor()
throws JastorException
FeedOrEntry
addContributor in interface FeedOrEntryPerson created
JastorExceptionFeedOrEntry.contributorProperty
public Person addContributor(org.openrdf.model.Resource resource)
throws JastorException
FeedOrEntryPerson with the factory
and calling addContributor(org.openanzo.atom.jastor.atomowl.Person contributor)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Person. That is, this method
should not be used as a shortcut for creating new objects in the model.
addContributor in interface FeedOrEntryJastorExceptionFeedOrEntry.contributorProperty
public void removeContributor(Person contributor)
throws JastorException
FeedOrEntry
removeContributor in interface FeedOrEntryJastorExceptionFeedOrEntry.contributorProperty
public info.aduna.collections.iterators.CloseableIterator<Category> getCategory()
throws JastorException
FeedOrEntry
getCategory in interface FeedOrEntryIterator of Category
JastorExceptionFeedOrEntry.categoryProperty
public void addCategory(Category category)
throws JastorException
FeedOrEntry
addCategory in interface FeedOrEntryJastorExceptionFeedOrEntry.categoryProperty
public Category addCategory()
throws JastorException
FeedOrEntry
addCategory in interface FeedOrEntryCategory created
JastorExceptionFeedOrEntry.categoryProperty
public Category addCategory(org.openrdf.model.Resource resource)
throws JastorException
FeedOrEntryCategory with the factory
and calling addCategory(org.openanzo.atom.jastor.atomowl.Category category)
The resource argument have rdf:type http://bblfish.net/work/atom-owl/2006-06-06/#Category. That is, this method
should not be used as a shortcut for creating new objects in the model.
addCategory in interface FeedOrEntryJastorExceptionFeedOrEntry.categoryProperty
public void removeCategory(Category category)
throws JastorException
FeedOrEntry
removeCategory in interface FeedOrEntryJastorExceptionFeedOrEntry.categoryProperty
public TextContent getTitle()
throws JastorException
FeedOrEntry
getTitle in interface FeedOrEntryTextContent
JastorExceptionFeedOrEntry.titleProperty
public void setTitle(TextContent title)
throws JastorException
FeedOrEntry
setTitle in interface FeedOrEntryJastorExceptionFeedOrEntry.titleProperty
public TextContent setTitle()
throws JastorException
FeedOrEntry
setTitle in interface FeedOrEntryTextContent, the created value
JastorExceptionFeedOrEntry.titleProperty
public TextContent setTitle(org.openrdf.model.Resource resource)
throws JastorException
FeedOrEntryTextContent with the factory.
and calling setTitle(org.openanzo.atom.jastor.atomowl.TextContent title)
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.
setTitle in interface FeedOrEntryTextContent, the newly created value
JastorExceptionFeedOrEntry.titleProperty
public TextContent getSummary()
throws JastorException
Entry
getSummary in interface EntryTextContent
JastorExceptionEntry.summaryProperty
public void setSummary(TextContent summary)
throws JastorException
Entry
setSummary in interface EntryJastorExceptionEntry.summaryProperty
public TextContent setSummary()
throws JastorException
Entry
setSummary in interface EntryTextContent, the created value
JastorExceptionEntry.summaryProperty
public TextContent setSummary(org.openrdf.model.Resource resource)
throws JastorException
EntryTextContent 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.
setSummary in interface EntryTextContent, the newly created value
JastorExceptionEntry.summaryProperty
public java.util.Date getPublished()
throws JastorException
Entry
getPublished in interface EntryDate
JastorExceptionEntry.publishedProperty
public void setPublished(java.util.Date published)
throws JastorException
Entry
setPublished in interface Entry