#include <BdsD.h>
Public Member Functions | |
DataFileInfo (BUInt32 pid=BUInt32(), BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BString plocation=BString(), BString pformat=BString(), BString purl=BString(), BString pcomment=BString(), BUInt32 pimportUserId=BUInt32(), BTimeStamp pimportTime=BTimeStamp(), BString pstate=BString()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
ID. | |
BTimeStamp | startTime |
The Start Time. | |
BTimeStamp | endTime |
The End Time. | |
BString | location |
The storage location. | |
BString | format |
The data format. | |
BString | url |
The URL for file access. | |
BString | comment |
A comment on the file. | |
BUInt32 | importUserId |
The user ID of the importing user. | |
BTimeStamp | importTime |
The Time the data was imported. | |
BString | state |
Status info on the import (importing, ok etc). |
Bds::DataFileInfo::DataFileInfo | ( | BUInt32 | pid = BUInt32() , |
|
BTimeStamp | pstartTime = BTimeStamp() , |
|||
BTimeStamp | pendTime = BTimeStamp() , |
|||
BString | plocation = BString() , |
|||
BString | pformat = BString() , |
|||
BString | purl = BString() , |
|||
BString | pcomment = BString() , |
|||
BUInt32 | pimportUserId = BUInt32() , |
|||
BTimeStamp | pimportTime = BTimeStamp() , |
|||
BString | pstate = BString() | |||
) |
BError Bds::DataFileInfo::getMembers | ( | BDictString & | members | ) |
BString Bds::DataFileInfo::getType | ( | ) |
BError Bds::DataFileInfo::setMembers | ( | BDictString & | members | ) |
BString Bds::DataFileInfo::comment |
A comment on the file.
BTimeStamp Bds::DataFileInfo::endTime |
The End Time.
BString Bds::DataFileInfo::format |
The data format.
BUInt32 Bds::DataFileInfo::id |
ID.
BTimeStamp Bds::DataFileInfo::importTime |
The Time the data was imported.
BUInt32 Bds::DataFileInfo::importUserId |
The user ID of the importing user.
BString Bds::DataFileInfo::location |
The storage location.
BTimeStamp Bds::DataFileInfo::startTime |
The Start Time.
BString Bds::DataFileInfo::state |
Status info on the import (importing, ok etc).
BString Bds::DataFileInfo::url |
The URL for file access.