#include <BdsD.h>
Public Member Functions | |
Note (BUInt32 pid=BUInt32(), BTimeStamp ptime=BTimeStamp(), BString ptype=BString(), BString puser=BString(), BString ptitle=BString(), BString pdescription=BString(), BTimeStamp pstartTime=BTimeStamp(), BTimeStamp pendTime=BTimeStamp(), BString pnetwork=BString(), BString pstation=BString(), BString pchannel=BString(), BString psource=BString()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
The unique id. | |
BTimeStamp | time |
The Time. | |
BString | type |
The Type. | |
BString | user |
The user. | |
BString | title |
The Changes title. | |
BString | description |
The Description of the change. | |
BTimeStamp | startTime |
The Start Time. | |
BTimeStamp | endTime |
The End Time. | |
BString | network |
The Network Name. | |
BString | station |
The Station name. | |
BString | channel |
The Channels name. | |
BString | source |
The Data Source. |
Bds::Note::Note | ( | BUInt32 | pid = BUInt32() , |
|
BTimeStamp | ptime = BTimeStamp() , |
|||
BString | ptype = BString() , |
|||
BString | puser = BString() , |
|||
BString | ptitle = BString() , |
|||
BString | pdescription = BString() , |
|||
BTimeStamp | pstartTime = BTimeStamp() , |
|||
BTimeStamp | pendTime = BTimeStamp() , |
|||
BString | pnetwork = BString() , |
|||
BString | pstation = BString() , |
|||
BString | pchannel = BString() , |
|||
BString | psource = BString() | |||
) |
BError Bds::Note::getMembers | ( | BDictString & | members | ) |
BString Bds::Note::getType | ( | ) |
BError Bds::Note::setMembers | ( | BDictString & | members | ) |
BString Bds::Note::channel |
The Channels name.
BString Bds::Note::description |
The Description of the change.
BTimeStamp Bds::Note::endTime |
The End Time.
BUInt32 Bds::Note::id |
The unique id.
BString Bds::Note::network |
The Network Name.
BString Bds::Note::source |
The Data Source.
BTimeStamp Bds::Note::startTime |
The Start Time.
BString Bds::Note::station |
The Station name.
BTimeStamp Bds::Note::time |
The Time.
BString Bds::Note::title |
The Changes title.
BString Bds::Note::type |
The Type.
BString Bds::Note::user |
The user.