#include <CBdayEvent.h>
Inheritance diagram for CBdayEvent:

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 () |
CBdayEvent class
| CBdayEvent::CBdayEvent | ( | ) |
CBdayEvent Default constructor
| CBdayEvent::CBdayEvent | ( | string | szUId, | |
| string | szSummary, | |||
| int | iDateStart | |||
| ) |
CBdayEvent Parametrized constructor
| CBdayEvent::~CBdayEvent | ( | ) |
~CBdayEvent Default destructor
| bool CBdayEvent::setEBookUid | ( | string | szEbookUid | ) |
setEbookUid Function to set the Ebook uid fetched from AB
| string | Ebook uid |
| string CBdayEvent::getEBookUid | ( | ) |
getEbookUid Function to get the Ebook UID
| none |
| bool CBdayEvent::setFirstName | ( | string | szName | ) |
setFirstName Function used to set the first name of birthday contact
| string | First name |
| string CBdayEvent::getFirstName | ( | ) |
getFirstName Function used to get the first name
| none |
| bool CBdayEvent::setBirthDate | ( | int | idate | ) |
setBirthDate Function used to set the birthdate.
| int | Birthdate |
| int CBdayEvent::getBirthDate | ( | ) |
getBirthDate Function used to get the birthdate
| none |
1.5.1