BdsApi  2.0.11
Public Member Functions | Public Attributes | List of all members
Bds::ChangeGroup Class Reference

This holds information on a change. More...

#include <BdsD.h>

Inheritance diagram for Bds::ChangeGroup:

Public Member Functions

 ChangeGroup (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 setMember (BString name, BString value)
 
BError getMembers (BDictString &members)
 
BError getMember (BString name, BString &value)
 

Public Attributes

BUInt32 id
 The unique id. More...
 
BTimeStamp time
 The Time the change was made. More...
 
BString type
 The type of change. More...
 
BString user
 The user who made the change. More...
 
BString title
 The Changes title. More...
 
BString description
 The Description of the change. More...
 

Detailed Description

This holds information on a change.

Constructor & Destructor Documentation

Bds::ChangeGroup::ChangeGroup ( BUInt32  pid = BUInt32(),
BTimeStamp  ptime = BTimeStamp(),
BString  ptype = BString(),
BString  puser = BString(),
BString  ptitle = BString(),
BString  pdescription = BString() 
)

Member Function Documentation

BError Bds::ChangeGroup::getMember ( BString  name,
BString &  value 
)
BError Bds::ChangeGroup::getMembers ( BDictString &  members)
BString Bds::ChangeGroup::getType ( )
BError Bds::ChangeGroup::setMember ( BString  name,
BString  value 
)
BError Bds::ChangeGroup::setMembers ( BDictString &  members)

Member Data Documentation

BString Bds::ChangeGroup::description

The Description of the change.

BUInt32 Bds::ChangeGroup::id

The unique id.

BTimeStamp Bds::ChangeGroup::time

The Time the change was made.

BString Bds::ChangeGroup::title

The Changes title.

BString Bds::ChangeGroup::type

The type of change.

BString Bds::ChangeGroup::user

The user who made the change.


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