CBdayEvent Class Reference

This class contain's the API's to get/set the birthday related parameters Inherited from CComponent class. More...

#include <CBdayEvent.h>

Inheritance diagram for CBdayEvent:

CComponent

Public Member Functions

 CBdayEvent ()
 CBdayEvent (string szUId, string szname, int idate)
 ~CBdayEvent ()
bool setEBookUid (string szEbookUid)
string getEBookUid ()
bool setFirstName (string szName)
string getFirstName ()
bool setBirthDate (int idate)
int getBirthDate ()

Detailed Description

This class contain's the API's to get/set the birthday related parameters Inherited from CComponent class.

CBdayEvent class


Constructor & Destructor Documentation

CBdayEvent::CBdayEvent (  ) 

CBdayEvent Default constructor

CBdayEvent::CBdayEvent ( string  szUId,
string  szSummary,
int  iDateStart 
)

CBdayEvent Parametrized constructor

CBdayEvent::~CBdayEvent (  ) 

~CBdayEvent Default destructor


Member Function Documentation

bool CBdayEvent::setEBookUid ( string  szEbookUid  ) 

setEbookUid Function to set the Ebook uid fetched from AB

Parameters:
string Ebook uid
Returns:
TRUE/FALSE

string CBdayEvent::getEBookUid (  ) 

getEbookUid Function to get the Ebook UID

Parameters:
none 
Returns:
string Ebook uid

bool CBdayEvent::setFirstName ( string  szName  ) 

setFirstName Function used to set the first name of birthday contact

Parameters:
string First name
Returns:
TRUE/FALSE

string CBdayEvent::getFirstName (  ) 

getFirstName Function used to get the first name

Parameters:
none 
Returns:
string First name

bool CBdayEvent::setBirthDate ( int  idate  ) 

setBirthDate Function used to set the birthdate.

Parameters:
int Birthdate
Returns:
TRUE/FALSE

int CBdayEvent::getBirthDate (  ) 

getBirthDate Function used to get the birthdate

Parameters:
none 
Returns:
int Birthdate


The documentation for this class was generated from the following files:
Generated on Tue Feb 24 16:21:32 2009 for calendar-backend by  doxygen 1.5.1