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 ()
string toString ()

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
setEBookUid Function to set Ebook UId

Parameters:
sUid Ebook UID
Returns:
boolean (TRUE/FALSE)

References CComponent::setGUid().

string CBdayEvent::getEBookUid (  ) 

getEbookUid Function to get the Ebook UID

Parameters:
none 
Returns:
string Ebook uid
getEBookUid Function to get Ebook UId

Returns:
string Ebook Uid

References CComponent::getGUid().

bool CBdayEvent::setFirstName ( string  szName  ) 

setFirstName Function used to set the first name of birthday contact

Parameters:
string First name
Returns:
TRUE/FALSE
setFirstName Function to set first name

Parameters:
sName First Name
Returns:
boolean (TRUE/FALSE)

References CComponent::setSummary().

string CBdayEvent::getFirstName (  ) 

getFirstName Function used to get the first name

Parameters:
none 
Returns:
string First name
getFirstName Function to get First Name

Returns:
boolean (TRUE/FALSE)

References CComponent::getSummary().

bool CBdayEvent::setBirthDate ( int  iDate  ) 

setBirthDate Function used to set the birthdate.

Parameters:
int Birthdate
Returns:
TRUE/FALSE
setBirthDate Function to set birth date

Parameters:
int Birth date
Returns:
boolean (TRUE/FALSE)

References CComponent::setDateStart().

int CBdayEvent::getBirthDate (  ) 

getBirthDate Function used to get the birthdate

Parameters:
none 
Returns:
int Birthdate
getBirthDate Function to get Birth date

Returns:
integer Birth date

References CComponent::getDateStart().

Referenced by CCalendar::addBirthDay(), and CCalendar::modifyBirthDay().

string CBdayEvent::toString (  ) 


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

Generated on Tue Jul 27 14:17:49 2010 for calendar-backend by  doxygen 1.5.6