ORCentral
|
File struct. More...
Public Member Functions | |
Filestruct () | |
ctor | |
UniqueID | getFilestructID () |
void | setFilestructID (UniqueID filestructID) |
UniqueID | getDatasetID () |
void | setDatasetID (UniqueID datasetID) |
String | getFilename () |
void | setFilename (String filename) |
long | getSize () |
void | setSize (long size) |
UniqueID | getM_Md5sum () |
void | setM_Md5sum (UniqueID md5sum) |
DateTime | getCreationDate () |
void | setCreationDate (DateTime creationDate) |
int | getMimetype () |
void | setMimetype (int mimetype) |
int | getStatus () |
void | setStatus (int status) |
eu.coform.Filestruct.Filestruct | ( | ) |
ctor
Definition at line 19 of file Filestruct.java.
DateTime eu.coform.Filestruct.getCreationDate | ( | ) |
UniqueID eu.coform.Filestruct.getDatasetID | ( | ) |
Definition at line 30 of file Filestruct.java.
String eu.coform.Filestruct.getFilename | ( | ) |
UniqueID eu.coform.Filestruct.getFilestructID | ( | ) |
UniqueID eu.coform.Filestruct.getM_Md5sum | ( | ) |
int eu.coform.Filestruct.getMimetype | ( | ) |
long eu.coform.Filestruct.getSize | ( | ) |
int eu.coform.Filestruct.getStatus | ( | ) |
void eu.coform.Filestruct.setCreationDate | ( | DateTime | creationDate | ) |
void eu.coform.Filestruct.setDatasetID | ( | UniqueID | datasetID | ) |
void eu.coform.Filestruct.setFilename | ( | String | filename | ) |
void eu.coform.Filestruct.setFilestructID | ( | UniqueID | filestructID | ) |
void eu.coform.Filestruct.setM_Md5sum | ( | UniqueID | md5sum | ) |
void eu.coform.Filestruct.setMimetype | ( | int | mimetype | ) |
void eu.coform.Filestruct.setSize | ( | long | size | ) |
void eu.coform.Filestruct.setStatus | ( | int | status | ) |