ORCentral
Public Member Functions

eu.coform.Dataset Class Reference

A dataset representing an entry in the repository. More...

Collaboration diagram for eu.coform.Dataset:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

A dataset representing an entry in the repository.

Definition at line 6 of file Dataset.java.


Constructor & Destructor Documentation

eu.coform.Dataset.Dataset ( )

Ctor.

Definition at line 16 of file Dataset.java.


Member Function Documentation

UniqueID eu.coform.Dataset.getDatasetID ( )

Get unique id of the dataset.

Returns:
unique id.

Definition at line 23 of file Dataset.java.

Here is the caller graph for this function:

Filestruct eu.coform.Dataset.getFileAreatable ( )

Get the file area table associated with the dataset.

Returns:
associated struct.

Definition at line 71 of file Dataset.java.

Here is the caller graph for this function:

Filestruct eu.coform.Dataset.getFileBinary ( )

Get the binary file struct associated with the dataset.

Returns:
the associated binary file struct.

Definition at line 39 of file Dataset.java.

Here is the caller graph for this function:

Filestruct eu.coform.Dataset.getFileMetadata ( )

Get the file metadata struct associated with the dataset.

Returns:
the asscoaited file metadata struct.

Definition at line 55 of file Dataset.java.

Here is the caller graph for this function:

Filestruct eu.coform.Dataset.getFileThumbnail ( )

Get the file thumbnail struct associated with the dataset.

Returns:
the associated struct.

Definition at line 87 of file Dataset.java.

Here is the caller graph for this function:

void eu.coform.Dataset.setDatasetID ( UniqueID  datasetID)

Set unique id of the dataset.

Parameters:
datasetIDthe id to use.

Definition at line 31 of file Dataset.java.

Here is the caller graph for this function:

void eu.coform.Dataset.setFileAreatable ( Filestruct  fileAreatable)

Set the file area table associated with the dataset.

Parameters:
fileAreatablethe 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.

Parameters:
fileBinarythe 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.

Parameters:
fileMetadatathe 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.

Parameters:
fileThumbnailthe new struct.

Definition at line 95 of file Dataset.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations