org.openanzo.atom.jastor.queso
Class BinaryContentImpl
java.lang.Object
org.openanzo.jastor.GraphThingImpl
org.openanzo.atom.jastor.queso.BinaryContentImpl
- All Implemented Interfaces:
- BinaryContent, Content, TypedContent, CoreThing, GraphThing
public class BinaryContentImpl
- extends GraphThingImpl
- implements BinaryContent
Implementation of BinaryContent
Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this class.
(URI: http://boca.adtech.ibm.com/schemas/queso#BinaryContent)
|
Method Summary |
java.lang.String |
getMimeType()
Gets the 'mimeType' property value |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
void |
setMimeType(java.lang.String mimeType)
Sets the 'mimeType' 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 |
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
getMimeType
public java.lang.String getMimeType()
throws JastorException
- Description copied from interface:
TypedContent
- Gets the 'mimeType' property value
- Specified by:
getMimeType in interface TypedContent
- Returns:
String
- Throws:
JastorException- See Also:
TypedContent.mimeTypeProperty
setMimeType
public void setMimeType(java.lang.String mimeType)
throws JastorException
- Description copied from interface:
TypedContent
- Sets the 'mimeType' property value
- Specified by:
setMimeType in interface TypedContent
- Throws:
JastorException- See Also:
TypedContent.mimeTypeProperty
Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.