ORCentral
|
A dataset representing an entry in the repository. More...
Public Member Functions | |
Dataset () | |
Ctor. | |
UniqueID | getDatasetID () |
Get unique id of the dataset. | |
void | setDatasetID (UniqueID datasetID) |
Set unique id of the dataset. | |
Filestruct | getFileBinary () |
Get the binary file struct associated with the dataset. | |
void | setFileBinary (Filestruct fileBinary) |
Set the binary file struct associated with the dataset. | |
Filestruct | getFileMetadata () |
Get the file metadata struct associated with the dataset. | |
void | setFileMetadata (Filestruct fileMetadata) |
Set the file metadata struct associated with the dataset. | |
Filestruct | getFileAreatable () |
Get the file area table associated with the dataset. | |
void | setFileAreatable (Filestruct fileAreatable) |
Set the file area table associated with the dataset. | |
Filestruct | getFileThumbnail () |
Get the file thumbnail struct associated with the dataset. | |
void | setFileThumbnail (Filestruct fileThumbnail) |
Set the file thumbnail struct associated with the dataset. |
A dataset representing an entry in the repository.
Definition at line 6 of file Dataset.java.
eu.coform.Dataset.Dataset | ( | ) |
Ctor.
Definition at line 16 of file Dataset.java.
UniqueID eu.coform.Dataset.getDatasetID | ( | ) |
Get unique id of the dataset.
Definition at line 23 of file Dataset.java.
Filestruct eu.coform.Dataset.getFileAreatable | ( | ) |
Get the file area table associated with the dataset.
Definition at line 71 of file Dataset.java.
Filestruct eu.coform.Dataset.getFileBinary | ( | ) |
Get the binary file struct associated with the dataset.
Definition at line 39 of file Dataset.java.
Filestruct eu.coform.Dataset.getFileMetadata | ( | ) |
Get the file metadata struct associated with the dataset.
Definition at line 55 of file Dataset.java.
Filestruct eu.coform.Dataset.getFileThumbnail | ( | ) |
Get the file thumbnail struct associated with the dataset.
Definition at line 87 of file Dataset.java.
void eu.coform.Dataset.setDatasetID | ( | UniqueID | datasetID | ) |
Set unique id of the dataset.
datasetID | the id to use. |
Definition at line 31 of file Dataset.java.
void eu.coform.Dataset.setFileAreatable | ( | Filestruct | fileAreatable | ) |
Set the file area table associated with the dataset.
fileAreatable | the new struct. |
Definition at line 79 of file Dataset.java.
void eu.coform.Dataset.setFileBinary | ( | Filestruct | fileBinary | ) |
Set the binary file struct associated with the dataset.
fileBinary | the new binary file struct. |
Definition at line 47 of file Dataset.java.
void eu.coform.Dataset.setFileMetadata | ( | Filestruct | fileMetadata | ) |
Set the file metadata struct associated with the dataset.
fileMetadata | the new struct. |
Definition at line 63 of file Dataset.java.
void eu.coform.Dataset.setFileThumbnail | ( | Filestruct | fileThumbnail | ) |
Set the file thumbnail struct associated with the dataset.
fileThumbnail | the new struct. |
Definition at line 95 of file Dataset.java.