BDS Public
BdsApi  2.0.11
Bds::DataFileInfo Class Reference

This class defines information on a data file. More...

#include <BdsD.h>

Inheritance diagram for Bds::DataFileInfo:
BObj

Public Member Functions

 DataFileInfo (BUInt32 id=0, BTimeStamp startTime=BTimeStamp(), BTimeStamp endTime=BTimeStamp(), BString location=BString(), BString format=BString(), BString url=BString(), BString comment=BString(), BUInt32 importUserId=0, BTimeStamp importTime=BTimeStamp(), BString state=BString())
 
BString getType ()
 
BError setMembers (BDictString &members)
 
BError setMember (BString name, BString value)
 
BError getMembers (BDictString &members)
 
BError getMember (BString name, BString &value)
 
- Public Member Functions inherited from BObj
 BObj ()
 
virtual ~BObj ()
 
virtual const char * getType () const
 
virtual const BObjMembergetMembers () const
 
virtual void membersPrint () const
 
virtual BString getDebugString ()
 

Public Attributes

BUInt32 id
 Unique ID when stored in a database or for other uses. More...
 
BTimeStamp startTime
 The Start Time. More...
 
BTimeStamp endTime
 The End Time. More...
 
BString location
 The storage location. More...
 
BString format
 The data format. More...
 
BString url
 The URL for file access. More...
 
BString comment
 A comment on the file. More...
 
BUInt32 importUserId
 The user ID of the importing user. More...
 
BTimeStamp importTime
 The Time the data was imported. More...
 
BString state
 Status info on the import (importing, ok etc) More...
 

Detailed Description

This class defines information on a data file.

Constructor & Destructor Documentation

◆ DataFileInfo()

Bds::DataFileInfo::DataFileInfo ( BUInt32  id = 0,
BTimeStamp  startTime = BTimeStamp(),
BTimeStamp  endTime = BTimeStamp(),
BString  location = BString(),
BString  format = BString(),
BString  url = BString(),
BString  comment = BString(),
BUInt32  importUserId = 0,
BTimeStamp  importTime = BTimeStamp(),
BString  state = BString() 
)

Member Function Documentation

◆ getMember()

BError Bds::DataFileInfo::getMember ( BString  name,
BString value 
)
virtual

Reimplemented from BObj.

◆ getMembers()

BError Bds::DataFileInfo::getMembers ( BDictString members)
virtual

Reimplemented from BObj.

◆ getType()

BString Bds::DataFileInfo::getType ( )

◆ setMember()

BError Bds::DataFileInfo::setMember ( BString  name,
BString  value 
)
virtual

Reimplemented from BObj.

◆ setMembers()

BError Bds::DataFileInfo::setMembers ( BDictString members)
virtual

Reimplemented from BObj.

Member Data Documentation

◆ comment

BString Bds::DataFileInfo::comment

A comment on the file.

◆ endTime

BTimeStamp Bds::DataFileInfo::endTime

The End Time.

◆ format

BString Bds::DataFileInfo::format

The data format.

◆ id

BUInt32 Bds::DataFileInfo::id

Unique ID when stored in a database or for other uses.

◆ importTime

BTimeStamp Bds::DataFileInfo::importTime

The Time the data was imported.

◆ importUserId

BUInt32 Bds::DataFileInfo::importUserId

The user ID of the importing user.

◆ location

BString Bds::DataFileInfo::location

The storage location.

◆ startTime

BTimeStamp Bds::DataFileInfo::startTime

The Start Time.

◆ state

BString Bds::DataFileInfo::state

Status info on the import (importing, ok etc)

◆ url

BString Bds::DataFileInfo::url

The URL for file access.


The documentation for this class was generated from the following files: