public class DataObject extends Object
| Constructor and Description |
|---|
DataObject(URI iri,
String mimeType,
File file) |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Returns the data object's temporary file reference.
|
String |
getMimeType()
Returns a mime type of the data object.
|
String |
getName()
Returns name of the data object.
|
URI |
getURI()
Returns
URI path of the data object relative to the document structure. |
String |
toString() |
public String getName()
public String getMimeType()
public File getFile()
public URI getURI()
URI path of the data object relative to the document structure.