CParticipant Class Reference

This class has get/set API's for various participant parameters. More...

#include <CParticipant.h>

Inheritance diagram for CParticipant:

CAttendee COrganizer

Public Member Functions

bool setLanguage (string szLanguage)
bool setSentBy (string szBy)
bool setCommonName (string szCommonName)
bool setXparameters (string szXParameters)
bool setCalAddress (string szCalAddress)
bool setDirectoryParameter (string szDirParam)
const CParticipantoperator= (const CParticipant &right)
string getDirectoryParameter ()
string getCalAddress ()
string getXparameters ()
string getCommonName ()
string getSentBy ()
string getLanguage ()
void setMailTo (string szMailTo)
string getMailTo ()
 CParticipant (string szSentBy, string szCommonName, string szDirectoryParameter, string szLanguage, string szCalAddress, string szCXparameter, string szMailTo)
 CParticipant ()
 CParticipant (CParticipant &Cparef)
virtual ~CParticipant ()

Private Attributes

string szSentBy
string szCommonName
string szDirectoryParameter
string szLanguage
string szCalAddress
string szCXparameter
string szMailTo

Detailed Description

This class has get/set API's for various participant parameters.

CParticipant class


Constructor & Destructor Documentation

CParticipant::CParticipant ( string  szSentBy,
string  szCommonName,
string  szDirectoryParameter,
string  szLanguage,
string  szCalAddress,
string  szCXparameter,
string  szMailTo 
)

Parameterized constructor for CParticipant

CParticipant::CParticipant (  ) 

default constructor for CParticipant

CParticipant::CParticipant ( CParticipant Cparef  ) 

copy Constructor

CParticipant::~CParticipant (  )  [virtual]

destructor for CParticipant


Member Function Documentation

bool CParticipant::setLanguage ( string  szLanguage  ) 

Parameters:
string Language parameter
Returns:
bool indicates whether operation is successful or not
This function will be used to set the language parameter of participant

bool CParticipant::setSentBy ( string  szBy  ) 

Parameters:
string SentBy parameter
Returns:
bool indicates whether operation is successful or not
This function will be used to set the sentby parameter of participant

bool CParticipant::setCommonName ( string  szCommonName  ) 

Parameters:
string common-name parameter
Returns:
bool indicates whether operation is successful or not
This function will be used to set the common-name parameter of participant

bool CParticipant::setXparameters ( string  szXParameters  ) 

Parameters:
string szxParameters parameter
Returns:
bool indicates whether operation is successful or not
This function will be used to set the x-parameter of participant

bool CParticipant::setCalAddress ( string  szCalAddress  ) 

Parameters:
string cal-Address parameter
Returns:
bool indicates whether operation is successful or not
This function will be used to set the Cal-Address parameter of participant

bool CParticipant::setDirectoryParameter ( string  szDirParam  ) 

Parameters:
string directory name parameter
Returns:
bool indicates whether operation is successful or not
This function will be used to set the directory parameter of participant

const CParticipant & CParticipant::operator= ( const CParticipant right  ) 

overloaded assignment operator

string CParticipant::getDirectoryParameter (  ) 

Returns:
string directory name parameter
This function will be used to get the directory parameter of participant

string CParticipant::getCalAddress (  ) 

Parameters:
none 
Returns:
string cal-Address parameter
This function will be used to get the Cal-Address parameter of participant

string CParticipant::getXparameters (  ) 

Parameters:
none 
Returns:
string X-parameter
This function will be used to get the X-parameter of participant

string CParticipant::getCommonName (  ) 

Parameters:
none 
Returns:
string CommonName
This function will be used to get the Common-name of participant

string CParticipant::getSentBy (  ) 

Parameters:
none 
Returns:
string sentBy
This function will be used to get the sentby of participant

string CParticipant::getLanguage (  ) 

Parameters:
none 
Returns:
string Language parameter
This function will be used to get the language parameter of participant

void CParticipant::setMailTo ( string  szMailTo  ) 

Parameters:
string szMailTo
Returns:
none Function used to set mailto parameter

string CParticipant::getMailTo (  ) 

Parameters:
none 
Returns:
string szMailTo Function to retrieve MailTo from the class


Field Documentation

string CParticipant::szSentBy [private]

SentBy parameter

string CParticipant::szCommonName [private]

Common name

string CParticipant::szDirectoryParameter [private]

Directory parameter

string CParticipant::szLanguage [private]

Language paramter

string CParticipant::szCalAddress [private]

Address

string CParticipant::szCXparameter [private]

CXParameter


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