#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()) | |
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. |
Bds::Note::Note | ( | BUInt32 | pid = BUInt32() , |
|
BTimeStamp | ptime = BTimeStamp() , |
|||
BString | ptype = BString() , |
|||
BString | puser = BString() , |
|||
BString | ptitle = BString() , |
|||
BString | pdescription = BString() | |||
) |
BError Bds::Note::getMembers | ( | BDictString & | members | ) |
BString Bds::Note::getType | ( | ) |
BError Bds::Note::setMembers | ( | BDictString & | members | ) |
BString Bds::Note::description |
The Description of the change.
BUInt32 Bds::Note::id |
The unique id.
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.