org.openanzo.atom.jastor.foaf
Class ImageImpl

java.lang.Object
  extended by org.openanzo.jastor.GraphThingImpl
      extended by org.openanzo.atom.jastor.foaf.ImageImpl
All Implemented Interfaces:
Image, CoreThing, GraphThing

public class ImageImpl
extends GraphThingImpl
implements Image

Implementation of Image Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this class.

(URI: http://xmlns.com/foaf/0.1/Image)



Field Summary
 
Fields inherited from interface org.openanzo.atom.jastor.foaf.Image
TYPE
 
Method Summary
 Image addDepiction()
          Adds an anonymous value for the 'depiction' property
 void addDepiction(Image depiction)
          Adds a value for the 'depiction' property
 Image addDepiction(org.openrdf.model.Resource resource)
          Adds a value for the 'depiction' property.
 GraphThing addDepicts()
          Adds an anonymous value for the 'depicts' property
 void addDepicts(GraphThing depicts)
          Adds a value for the 'depicts' property
 GraphThing addDepicts(org.openrdf.model.Resource resource)
          Adds a value for the 'depicts' property.
 void addDnaChecksum(org.openrdf.model.Literal dnaChecksum)
          Add a 'dnaChecksum' property value
 GraphThing addFundedBy()
          Adds an anonymous value for the 'fundedBy' property
 void addFundedBy(GraphThing fundedBy)
          Adds a value for the 'fundedBy' property
 GraphThing addFundedBy(org.openrdf.model.Resource resource)
          Adds a value for the 'fundedBy' property.
 GraphThing addGivenname()
          Adds an anonymous value for the 'givenname' property
 void addGivenname(GraphThing givenname)
          Adds a value for the 'givenname' property
 GraphThing addGivenname(org.openrdf.model.Resource resource)
          Adds a value for the 'givenname' property.
 GraphThing addLogo()
          Adds an anonymous value for the 'logo' property
 void addLogo(GraphThing logo)
          Adds a value for the 'logo' property
 GraphThing addLogo(org.openrdf.model.Resource resource)
          Adds a value for the 'logo' property.
 Agent addMaker()
          Adds an anonymous value for the 'maker' property
 void addMaker(Agent maker)
          Adds a value for the 'maker' property
 Agent addMaker(org.openrdf.model.Resource resource)
          Adds a value for the 'maker' property.
 void addName(org.openrdf.model.Literal name)
          Add a 'name' property value
 GraphThing addNick()
          Adds an anonymous value for the 'nick' property
 void addNick(GraphThing nick)
          Adds a value for the 'nick' property
 GraphThing addNick(org.openrdf.model.Resource resource)
          Adds a value for the 'nick' property.
 Document addPage()
          Adds an anonymous value for the 'page' property
 void addPage(Document page)
          Adds a value for the 'page' property
 Document addPage(org.openrdf.model.Resource resource)
          Adds a value for the 'page' property.
 GraphThing addPhone()
          Adds an anonymous value for the 'phone' property
 void addPhone(GraphThing phone)
          Adds a value for the 'phone' property
 GraphThing addPhone(org.openrdf.model.Resource resource)
          Adds a value for the 'phone' property.
 GraphThing addTheme()
          Adds an anonymous value for the 'theme' property
 void addTheme(GraphThing theme)
          Adds a value for the 'theme' property
 GraphThing addTheme(org.openrdf.model.Resource resource)
          Adds a value for the 'theme' property.
 Image addThumbnail()
          Adds an anonymous value for the 'thumbnail' property
 void addThumbnail(Image thumbnail)
          Adds a value for the 'thumbnail' property
 Image addThumbnail(org.openrdf.model.Resource resource)
          Adds a value for the 'thumbnail' property.
 GraphThing addTitle()
          Adds an anonymous value for the 'title' property
 void addTitle(GraphThing title)
          Adds a value for the 'title' property
 GraphThing addTitle(org.openrdf.model.Resource resource)
          Adds a value for the 'title' property.
 info.aduna.collections.iterators.CloseableIterator<Image> getDepiction()
          Get an Iterator the 'depiction' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getDepicts()
          Get an Iterator the 'depicts' property values.
 info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getDnaChecksum()
          Iterates through the 'dnaChecksum' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getFundedBy()
          Get an Iterator the 'fundedBy' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getGivenname()
          Get an Iterator the 'givenname' property values.
 Document getHomepage()
          Gets the 'homepage' property value
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getLogo()
          Get an Iterator the 'logo' property values.
 info.aduna.collections.iterators.CloseableIterator<Agent> getMaker()
          Get an Iterator the 'maker' property values.
 info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getName()
          Iterates through the 'name' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getNick()
          Get an Iterator the 'nick' property values.
 info.aduna.collections.iterators.CloseableIterator<Document> getPage()
          Get an Iterator the 'page' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getPhone()
          Get an Iterator the 'phone' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getTheme()
          Get an Iterator the 'theme' property values.
 info.aduna.collections.iterators.CloseableIterator<Image> getThumbnail()
          Get an Iterator the 'thumbnail' property values.
 info.aduna.collections.iterators.CloseableIterator<GraphThing> getTitle()
          Get an Iterator the 'title' property values.
 java.util.Collection<org.openrdf.model.Statement> listStatements()
          Get set of statements that makeup this THINGS's properties and types
 void removeDepiction(Image depiction)
          Removes a value for the 'depiction' property.
 void removeDepicts(GraphThing depicts)
          Removes a value for the 'depicts' property.
 void removeDnaChecksum(org.openrdf.model.Literal dnaChecksum)
          Remove a 'dnaChecksum' property value.
 void removeFundedBy(GraphThing fundedBy)
          Removes a value for the 'fundedBy' property.
 void removeGivenname(GraphThing givenname)
          Removes a value for the 'givenname' property.
 void removeLogo(GraphThing logo)
          Removes a value for the 'logo' property.
 void removeMaker(Agent maker)
          Removes a value for the 'maker' property.
 void removeName(org.openrdf.model.Literal name)
          Remove a 'name' property value.
 void removeNick(GraphThing nick)
          Removes a value for the 'nick' property.
 void removePage(Document page)
          Removes a value for the 'page' property.
 void removePhone(GraphThing phone)
          Removes a value for the 'phone' property.
 void removeTheme(GraphThing theme)
          Removes a value for the 'theme' property.
 void removeThumbnail(Image thumbnail)
          Removes a value for the 'thumbnail' property.
 void removeTitle(GraphThing title)
          Removes a value for the 'title' property.
 Document setHomepage()
          Sets the 'homepage' property value to an anonymous node
 void setHomepage(Document homepage)
          Sets the 'homepage' property value
 Document setHomepage(org.openrdf.model.Resource resource)
          Sets the 'homepage' property value to the given resource, and add's rdf:type properties.
 
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

listStatements

public java.util.Collection<org.openrdf.model.Statement> listStatements()
Description copied from interface: CoreThing
Get set of statements that makeup this THINGS's properties and types

Specified by:
listStatements in interface CoreThing
Overrides:
listStatements in class GraphThingImpl
Returns:
set of statements that makeup this THINGS's properties and types

getThumbnail

public info.aduna.collections.iterators.CloseableIterator<Image> getThumbnail()
                                                                       throws JastorException
Description copied from interface: Image
Get an Iterator the 'thumbnail' property values. This Iteartor may be used to remove all such values.

Specified by:
getThumbnail in interface Image
Returns:
Iterator of Image
Throws:
JastorException
See Also:
Image.thumbnailProperty

addThumbnail

public void addThumbnail(Image thumbnail)
                  throws JastorException
Description copied from interface: Image
Adds a value for the 'thumbnail' property

Specified by:
addThumbnail in interface Image
Throws:
JastorException
See Also:
Image.thumbnailProperty

addThumbnail

public Image addThumbnail()
                   throws JastorException
Description copied from interface: Image
Adds an anonymous value for the 'thumbnail' property

Specified by:
addThumbnail in interface Image
Returns:
The anoymous Image created
Throws:
JastorException
See Also:
Image.thumbnailProperty

addThumbnail

public Image addThumbnail(org.openrdf.model.Resource resource)
                   throws JastorException
Description copied from interface: Image
Adds a value for the 'thumbnail' property. This method is equivalent constructing a new instance of Image with the factory and calling addThumbnail(org.openanzo.atom.jastor.foaf.Image thumbnail) The resource argument have rdf:type http://xmlns.com/foaf/0.1/Image. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addThumbnail in interface Image
Throws:
JastorException
See Also:
Image.thumbnailProperty

removeThumbnail

public void removeThumbnail(Image thumbnail)
                     throws JastorException
Description copied from interface: Image
Removes a value for the 'thumbnail' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeThumbnail in interface Image
Throws:
JastorException
See Also:
Image.thumbnailProperty

getDepicts

public info.aduna.collections.iterators.CloseableIterator<GraphThing> getDepicts()
                                                                          throws JastorException
Description copied from interface: Image
Get an Iterator the 'depicts' property values. This Iteartor may be used to remove all such values.

Specified by:
getDepicts in interface Image
Returns:
Iterator of GraphThing
Throws:
JastorException
See Also:
Image.depictsProperty

addDepicts

public void addDepicts(GraphThing depicts)
                throws JastorException
Description copied from interface: Image
Adds a value for the 'depicts' property

Specified by:
addDepicts in interface Image
Throws:
JastorException
See Also:
Image.depictsProperty

addDepicts

public GraphThing addDepicts()
                      throws JastorException
Description copied from interface: Image
Adds an anonymous value for the 'depicts' property

Specified by:
addDepicts in interface Image
Returns:
The anoymous GraphThing created
Throws:
JastorException
See Also:
Image.depictsProperty

addDepicts

public GraphThing addDepicts(org.openrdf.model.Resource resource)
                      throws JastorException
Description copied from interface: Image
Adds a value for the 'depicts' property. This method is equivalent constructing a new instance of GraphThing with the factory and calling addDepicts(org.openanzo.jastor.GraphThing depicts) 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.

Specified by:
addDepicts in interface Image
Throws:
JastorException
See Also:
Image.depictsProperty

removeDepicts

public void removeDepicts(GraphThing depicts)
                   throws JastorException
Description copied from interface: Image
Removes a value for the 'depicts' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeDepicts in interface Image
Throws:
JastorException
See Also:
Image.depictsProperty

getFundedBy

public info.aduna.collections.iterators.CloseableIterator<GraphThing> getFundedBy()
                                                                           throws JastorException
Description copied from interface: Image
Get an Iterator the 'fundedBy' property values. This Iteartor may be used to remove all such values.

Specified by:
getFundedBy in interface Image
Returns:
Iterator of GraphThing
Throws:
JastorException
See Also:
Image.fundedByProperty

addFundedBy

public void addFundedBy(GraphThing fundedBy)
                 throws JastorException
Description copied from interface: Image
Adds a value for the 'fundedBy' property

Specified by:
addFundedBy in interface Image
Throws:
JastorException
See Also:
Image.fundedByProperty

addFundedBy

public GraphThing addFundedBy()
                       throws JastorException
Description copied from interface: Image
Adds an anonymous value for the 'fundedBy' property

Specified by:
addFundedBy in interface Image
Returns:
The anoymous GraphThing created
Throws:
JastorException
See Also:
Image.fundedByProperty

addFundedBy

public GraphThing addFundedBy(org.openrdf.model.Resource resource)
                       throws JastorException
Description copied from interface: Image
Adds a value for the 'fundedBy' property. This method is equivalent constructing a new instance of GraphThing with the factory and calling addFundedBy(org.openanzo.jastor.GraphThing fundedBy) 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.

Specified by:
addFundedBy in interface Image
Throws:
JastorException
See Also:
Image.fundedByProperty

removeFundedBy

public void removeFundedBy(GraphThing fundedBy)
                    throws JastorException
Description copied from interface: Image
Removes a value for the 'fundedBy' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeFundedBy in interface Image
Throws:
JastorException
See Also:
Image.fundedByProperty

getHomepage

public Document getHomepage()
                     throws JastorException
Description copied from interface: Image
Gets the 'homepage' property value

Specified by:
getHomepage in interface Image
Returns:
Document
Throws:
JastorException
See Also:
Image.homepageProperty

setHomepage

public void setHomepage(Document homepage)
                 throws JastorException
Description copied from interface: Image
Sets the 'homepage' property value

Specified by:
setHomepage in interface Image
Throws:
JastorException
See Also:
Image.homepageProperty

setHomepage

public Document setHomepage()
                     throws JastorException
Description copied from interface: Image
Sets the 'homepage' property value to an anonymous node

Specified by:
setHomepage in interface Image
Returns:
Document, the created value
Throws:
JastorException
See Also:
Image.homepageProperty

setHomepage

public Document setHomepage(org.openrdf.model.Resource resource)
                     throws JastorException
Description copied from interface: Image
Sets the 'homepage' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of Document with the factory. and calling setHomepage(org.openanzo.atom.jastor.foaf.Document homepage) The resource argument have rdf:type http://xmlns.com/foaf/0.1/Document. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
setHomepage in interface Image
Returns:
Document, the newly created value
Throws:
JastorException
See Also:
Image.homepageProperty

getDepiction

public info.aduna.collections.iterators.CloseableIterator<Image> getDepiction()
                                                                       throws JastorException
Description copied from interface: Image
Get an Iterator the 'depiction' property values. This Iteartor may be used to remove all such values.

Specified by:
getDepiction in interface Image
Returns:
Iterator of Image
Throws:
JastorException
See Also:
Image.depictionProperty

addDepiction

public void addDepiction(Image depiction)
                  throws JastorException
Description copied from interface: Image
Adds a value for the 'depiction' property

Specified by:
addDepiction in interface Image
Throws:
JastorException
See Also:
Image.depictionProperty

addDepiction

public Image addDepiction()
                   throws JastorException
Description copied from interface: Image
Adds an anonymous value for the 'depiction' property

Specified by:
addDepiction in interface Image
Returns:
The anoymous Image created
Throws:
JastorException
See Also:
Image.depictionProperty

addDepiction

public Image addDepiction(org.openrdf.model.Resource resource)
                   throws JastorException
Description copied from interface: Image
Adds a value for the 'depiction' property. This method is equivalent constructing a new instance of Image with the factory and calling addDepiction(org.openanzo.atom.jastor.foaf.Image depiction) The resource argument have rdf:type http://xmlns.com/foaf/0.1/Image. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addDepiction in interface Image
Throws:
JastorException
See Also:
Image.depictionProperty

removeDepiction

public void removeDepiction(Image depiction)
                     throws JastorException
Description copied from interface: Image
Removes a value for the 'depiction' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeDepiction in interface Image
Throws:
JastorException
See Also:
Image.depictionProperty

getName

public info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getName()
                                                                                      throws JastorException
Description copied from interface: Image
Iterates through the 'name' property values. This Iteartor may be used to remove all such values.

Specified by:
getName in interface Image
Returns:
Iterator of Literal
Throws:
JastorException
See Also:
Image.nameProperty

addName

public void addName(org.openrdf.model.Literal name)
             throws JastorException
Description copied from interface: Image
Add a 'name' property value

Specified by:
addName in interface Image
Throws:
JastorException
See Also:
Image.nameProperty

removeName

public void removeName(org.openrdf.model.Literal name)
                throws JastorException
Description copied from interface: Image
Remove a 'name' property value. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeName in interface Image
Throws:
JastorException
See Also:
Image.nameProperty

getLogo

public info.aduna.collections.iterators.CloseableIterator<GraphThing> getLogo()
                                                                       throws JastorException
Description copied from interface: Image
Get an Iterator the 'logo' property values. This Iteartor may be used to remove all such values.

Specified by:
getLogo in interface Image
Returns:
Iterator of GraphThing
Throws:
JastorException
See Also:
Image.logoProperty

addLogo

public void addLogo(GraphThing logo)
             throws JastorException
Description copied from interface: Image
Adds a value for the 'logo' property

Specified by:
addLogo in interface Image
Throws:
JastorException
See Also:
Image.logoProperty

addLogo

public GraphThing addLogo()
                   throws JastorException
Description copied from interface: Image
Adds an anonymous value for the 'logo' property

Specified by:
addLogo in interface Image
Returns:
The anoymous GraphThing created
Throws:
JastorException
See Also:
Image.logoProperty

addLogo

public GraphThing addLogo(org.openrdf.model.Resource resource)
                   throws JastorException
Description copied from interface: Image
Adds a value for the 'logo' property. This method is equivalent constructing a new instance of GraphThing with the factory and calling addLogo(org.openanzo.jastor.GraphThing logo) 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.

Specified by:
addLogo in interface Image
Throws:
JastorException
See Also:
Image.logoProperty

removeLogo

public void removeLogo(GraphThing logo)
                throws JastorException
Description copied from interface: Image
Removes a value for the 'logo' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeLogo in interface Image
Throws:
JastorException
See Also:
Image.logoProperty

getTheme

public info.aduna.collections.iterators.CloseableIterator<GraphThing> getTheme()
                                                                        throws JastorException
Description copied from interface: Image
Get an Iterator the 'theme' property values. This Iteartor may be used to remove all such values.

Specified by:
getTheme in interface Image
Returns:
Iterator of GraphThing
Throws:
JastorException
See Also:
Image.themeProperty

addTheme

public void addTheme(GraphThing theme)
              throws JastorException
Description copied from interface: Image
Adds a value for the 'theme' property

Specified by:
addTheme in interface Image
Throws:
JastorException
See Also:
Image.themeProperty

addTheme

public GraphThing addTheme()
                    throws JastorException
Description copied from interface: Image
Adds an anonymous value for the 'theme' property

Specified by:
addTheme in interface Image
Returns:
The anoymous GraphThing created
Throws:
JastorException
See Also:
Image.themeProperty

addTheme

public GraphThing addTheme(org.openrdf.model.Resource resource)
                    throws JastorException
Description copied from interface: Image
Adds a value for the 'theme' property. This method is equivalent constructing a new instance of GraphThing with the factory and calling addTheme(org.openanzo.jastor.GraphThing theme) 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.

Specified by:
addTheme in interface Image
Throws:
JastorException
See Also:
Image.themeProperty

removeTheme

public void removeTheme(GraphThing theme)
                 throws JastorException
Description copied from interface: Image
Removes a value for the 'theme' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeTheme in interface Image
Throws:
JastorException
See Also:
Image.themeProperty

getMaker

public info.aduna.collections.iterators.CloseableIterator<Agent> getMaker()
                                                                   throws JastorException
Description copied from interface: Image
Get an Iterator the 'maker' property values. This Iteartor may be used to remove all such values.

Specified by:
getMaker in interface Image
Returns:
Iterator of Agent
Throws:
JastorException
See Also:
Image.makerProperty

addMaker

public void addMaker(Agent maker)
              throws JastorException
Description copied from interface: Image
Adds a value for the 'maker' property

Specified by:
addMaker in interface Image
Throws:
JastorException
See Also:
Image.makerProperty

addMaker

public Agent addMaker()
               throws JastorException
Description copied from interface: Image
Adds an anonymous value for the 'maker' property

Specified by:
addMaker in interface Image
Returns:
The anoymous Agent created
Throws:
JastorException
See Also:
Image.makerProperty

addMaker

public Agent addMaker(org.openrdf.model.Resource resource)
               throws JastorException
Description copied from interface: Image
Adds a value for the 'maker' property. This method is equivalent constructing a new instance of Agent with the factory and calling addMaker(org.openanzo.atom.jastor.foaf.Agent maker) The resource argument have rdf:type http://xmlns.com/foaf/0.1/Agent. That is, this method should not be used as a shortcut for creating new objects in the model.

Specified by:
addMaker in interface Image
Throws:
JastorException
See Also:
Image.makerProperty

removeMaker

public void removeMaker(Agent maker)
                 throws JastorException
Description copied from interface: Image
Removes a value for the 'maker' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeMaker in interface Image
Throws:
JastorException
See Also:
Image.makerProperty

getDnaChecksum

public info.aduna.collections.iterators.CloseableIterator<org.openrdf.model.Literal> getDnaChecksum()
                                                                                             throws JastorException
Description copied from interface: Image
Iterates through the 'dnaChecksum' property values. This Iteartor may be used to remove all such values.

Specified by:
getDnaChecksum in interface Image
Returns:
Iterator of Literal
Throws:
JastorException
See Also:
Image.dnaChecksumProperty

addDnaChecksum

public void addDnaChecksum(org.openrdf.model.Literal dnaChecksum)
                    throws JastorException
Description copied from interface: Image
Add a 'dnaChecksum' property value

Specified by:
addDnaChecksum in interface Image
Throws:
JastorException
See Also:
Image.dnaChecksumProperty

removeDnaChecksum

public void removeDnaChecksum(org.openrdf.model.Literal dnaChecksum)
                       throws JastorException
Description copied from interface: Image
Remove a 'dnaChecksum' property value. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removeDnaChecksum in interface Image
Throws:
JastorException
See Also:
Image.dnaChecksumProperty

getPhone

public info.aduna.collections.iterators.CloseableIterator<GraphThing> getPhone()
                                                                        throws JastorException
Description copied from interface: Image
Get an Iterator the 'phone' property values. This Iteartor may be used to remove all such values.

Specified by:
getPhone in interface Image
Returns:
Iterator of GraphThing
Throws:
JastorException
See Also:
Image.phoneProperty

addPhone

public void addPhone(GraphThing phone)
              throws JastorException
Description copied from interface: Image
Adds a value for the 'phone' property

Specified by:
addPhone in interface Image
Throws:
JastorException
See Also:
Image.phoneProperty

addPhone

public GraphThing addPhone()
                    throws JastorException
Description copied from interface: Image
Adds an anonymous value for the 'phone' property

Specified by:
addPhone in interface Image
Returns:
The anoymous GraphThing created
Throws:
JastorException
See Also:
Image.phoneProperty

addPhone

public GraphThing addPhone(org.openrdf.model.Resource resource)
                    throws JastorException
Description copied from interface: Image
Adds a value for the 'phone' property. This method is equivalent constructing a new instance of GraphThing with the factory and calling addPhone(org.openanzo.jastor.GraphThing phone) 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.

Specified by:
addPhone in interface Image
Throws:
JastorException
See Also:
Image.phoneProperty

removePhone

public void removePhone(GraphThing phone)
                 throws JastorException
Description copied from interface: Image
Removes a value for the 'phone' property. This method should not be invoked while iterator through values. In that case, the remove() method of the Iterator itself should be used.

Specified by:
removePhone in interface Image
Throws:
JastorException
See Also:
Image.phoneProperty

getPage

public info.aduna.collections.iterators.CloseableIterator<Document> getPage()
                                                                     throws JastorException
Description copied from interface: Image
Get an Iterator the 'page' property values. This Iteartor may be used to remove all such values.

Specified by:
getPage in interface Image
Returns:
Iterator of Document
Throws:
JastorException
See Also:
Image.pageProperty

addPage

public void addPage(Document page)
             throws JastorException
Description copied from interface: Image
Adds a value for the 'page' property

Specified by:
addPage in interface Image
Throws:
JastorException
See Also:
Image.pageProperty

addPage

public Document addPage()
                 throws JastorException
Description copied from interface: Image
Adds an anonymous value for the 'page' property

Specified by:
addPage in interface Image
Returns:
The anoymous Document created
Throws:
JastorException
See Also:
Image.pageProperty

addPage

public Document addPage(org.openrdf.model.Resource resource)
                 throws JastorException
Description copied from interface: Image
Adds a value for the 'page' property. This method is equivalent constructing a new instance of