|
||||||||||
| 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.queso.EntryImpl
public class EntryImpl
Implementation of Entry
Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this class.
(URI: http://boca.adtech.ibm.com/schemas/queso#Entry)
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.atom.jastor.queso.Entry |
|---|
TYPE |
| Method Summary | |
|---|---|
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. |
void |
addExtension(java.lang.String extension)
Add a 'extension' property value |
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. |
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. |
Collection |
getCollection()
Gets the 'collection' property value |
Content |
getContent()
Gets the 'content' property value |
info.aduna.collections.iterators.CloseableIterator<Person> |
getContributor()
Get an Iterator the 'contributor' property values. |
java.lang.String |
getDescription()
Gets the 'description' property value |
info.aduna.collections.iterators.CloseableIterator<java.lang.String> |
getExtension()
Iterates through the 'extension' property values. |
info.aduna.collections.iterators.CloseableIterator<Link> |
getLink()
Get an Iterator the 'link' property values. |
java.util.Date |
getPublished()
Gets the 'published' property value |
java.lang.String |
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 |
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 |
removeExtension(java.lang.String extension)
Remove a 'extension' property value. |
void |
removeLink(Link link)
Removes a value for the 'link' property. |
Collection |
setCollection()
Sets the 'collection' property value to an anonymous node |
void |
setCollection(Collection collection)
Sets the 'collection' property value |
Collection |
setCollection(org.openrdf.model.Resource resource)
Sets the 'collection' property value to the given resource, and add's rdf:type properties. |
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 |
setDescription(java.lang.String description)
Sets the 'description' property value |
void |
setPublished(java.util.Date published)
Sets the 'published' property value |
void |
setTitle(java.lang.String 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 |
| 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
Entry
getUpdated in interface EntryDate
JastorExceptionEntry.updatedProperty
public void setUpdated(java.util.Date updated)
throws JastorException
Entry
setUpdated in interface EntryJastorExceptionEntry.updatedProperty
public java.lang.String getDescription()
throws JastorException
Entry
getDescription in interface EntryString
JastorExceptionEntry.descriptionProperty
public void setDescription(java.lang.String description)
throws JastorException
Entry
setDescription in interface EntryJastorExceptionEntry.descriptionProperty
public java.lang.String getTitle()
throws JastorException
Entry
getTitle in interface EntryString
JastorExceptionEntry.titleProperty
public void setTitle(java.lang.String title)
throws JastorException
Entry
setTitle in interface EntryJastorExceptionEntry.titleProperty
public info.aduna.collections.iterators.CloseableIterator<Person> getContributor()
throws JastorException
Entry
getContributor in interface EntryIterator of Person
JastorExceptionEntry.contributorProperty
public void addContributor(Person contributor)
throws JastorException
Entry
addContributor in interface EntryJastorExceptionEntry.contributorProperty
public Person addContributor()
throws JastorException
Entry
addContributor in interface EntryPerson created
JastorExceptionEntry.contributorProperty
public Person addContributor(org.openrdf.model.Resource resource)
throws JastorException
EntryPerson with the factory
and calling addContributor(org.openanzo.atom.jastor.foaf.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 EntryJastorExceptionEntry.contributorProperty
public void removeContributor(Person contributor)
throws JastorException
Entry
removeContributor in interface EntryJastorExceptionEntry.contributorProperty
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 EntryJastorExceptionEntry.publishedProperty
public Collection getCollection()
throws JastorException
Entry
getCollection in interface EntryCollection
JastorExceptionEntry.collectionProperty
public void setCollection(Collection collection)
throws JastorException
Entry
setCollection in interface EntryJastorExceptionEntry.collectionProperty
public Collection setCollection()
throws JastorException
Entry
setCollection in interface EntryCollection, the created value
JastorExceptionEntry.collectionProperty
public Collection setCollection(org.openrdf.model.Resource resource)
throws JastorException
EntryCollection with the factory.
and calling setCollection(org.openanzo.atom.jastor.queso.Collection collection)
The resource argument have rdf:type http://boca.adtech.ibm.com/schemas/queso#Collection. That is, this method
should not be used as a shortcut for creating new objects in the model.
setCollection in interface EntryCollection, the newly created value
JastorExceptionEntry.collectionProperty
public info.aduna.collections.iterators.CloseableIterator<java.lang.String> getExtension()
throws JastorException
Entry
getExtension in interface EntryIterator of String
JastorExceptionEntry.extensionProperty
public void addExtension(java.lang.String extension)
throws JastorException
Entry
addExtension in interface EntryJastorExceptionEntry.extensionProperty
public void removeExtension(java.lang.String extension)
throws JastorException
Entry
removeExtension in interface EntryJastorExceptionEntry.extensionProperty
public Content getContent()
throws JastorException
Entry
getContent in interface EntryContent
JastorExceptionEntry.contentProperty
public void setContent(Content content)
throws JastorException
Entry
setContent in interface EntryJastorExceptionEntry.contentProperty
public Content setContent()
throws JastorException
Entry
setContent in interface EntryContent, the created value
JastorExceptionEntry.contentProperty
public Content setContent(org.openrdf.model.Resource resource)
throws JastorException
EntryContent with the factory.
and calling setContent(org.openanzo.atom.jastor.queso.Content content)
The resource argument have rdf:type http://boca.adtech.ibm.com/schemas/queso#Content. That is, this method
should not be used as a shortcut for creating new objects in the model.
setContent in interface EntryContent, the newly created value
JastorExceptionEntry.contentProperty
public info.aduna.collections.iterators.CloseableIterator<Link> getLink()
throws JastorException
Entry
getLink in interface EntryIterator of Link
JastorExceptionEntry.linkProperty
public void addLink(Link link)
throws JastorException
Entry
addLink in interface EntryJastorExceptionEntry.linkProperty
public Link addLink()
throws JastorException
Entry
addLink in interface EntryLink created
JastorExceptionEntry.linkProperty
public Link addLink(org.openrdf.model.Resource resource)
throws JastorException
EntryLink 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 EntryJastorExceptionEntry.linkProperty
public void removeLink(Link link)
throws JastorException
Entry
removeLink in interface EntryJastorExceptionEntry.linkProperty
public info.aduna.collections.iterators.CloseableIterator<Category> getCategory()
throws JastorException
Entry
getCategory in interface EntryIterator of Category
JastorExceptionEntry.categoryProperty
public void addCategory(Category category)
throws JastorException
Entry
addCategory in interface EntryJastorExceptionEntry.categoryProperty
public Category addCategory()
throws JastorException
Entry
addCategory in interface EntryCategory created
JastorExceptionEntry.categoryProperty
public Category addCategory(org.openrdf.model.Resource resource)
throws JastorException
EntryCategory 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 EntryJastorExceptionEntry.categoryProperty
public void removeCategory(Category category)
throws JastorException
Entry
removeCategory in interface EntryJastorExceptionEntry.categoryProperty
public info.aduna.collections.iterators.CloseableIterator<Person> getAuthor()
throws JastorException
Entry
getAuthor in interface EntryIterator of Person
JastorExceptionEntry.authorProperty
public void addAuthor(Person author)
throws JastorException
Entry
addAuthor in interface EntryJastorExceptionEntry.authorProperty
public Person addAuthor()
throws JastorException
Entry
addAuthor in interface EntryPerson created
JastorExceptionEntry.authorProperty
public Person addAuthor(org.openrdf.model.Resource resource)
throws JastorException
EntryPerson with the factory
and calling addAuthor(org.openanzo.atom.jastor.foaf.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 EntryJastorExceptionEntry.authorProperty
public void removeAuthor(Person author)
throws JastorException
Entry
removeAuthor in interface EntryJastorExceptionEntry.authorProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||