Public Member Functions
Tonido::Data::Profile Class Reference

Holds Profile information. More...

List of all members.

Public Member Functions

 Profile ()
 Ctor.
 ~Profile ()
 Dtor.
const std::string & getProfileName ()
 Gets the Logged in Profile Name.
void setProfileName (const std::string &a_profileName)
 Sets the Profile Name.
const std::string & getPassword ()
 Gets the Profile Password.
void setPassword (const std::string &a_password)
 Sets the Profile Password.
const std::string & getSecretQn ()
 Gets the Secret Question.
void setSecretQn (const std::string &a_secretQn)
 Sets the Secret Question.
const std::string & getSecretAns ()
 Gets the Secret Answer.
void setSecretAns (const std::string &a_secretAns)
 Sets the Secret Answer.
const std::string & getDisplayName ()
 Gets the Display Name.
void setDisplayName (const std::string &a_displayName)
 Sets the Display Name.
const std::string & getProfileImage ()
 Gets the Profile Image Path.
void setProfileImage (const std::string &a_profileImage)
 Sets the Profile Image Path.
const std::string & getHint ()
 Gets the Password Hint.
void setHint (const std::string &a_hint)
 Sets the Password Hint.
const std::string & getEmail ()
 Gets the email address associated with this account.
void setEmail (const std::string &a_email)
 Sets the email address associated with this account.
const std::string & getLocation ()
 Gets the location of this profile.
void setLocation (const std::string &a_location)
 Sets the location of this profile.
const std::string & getDateFormat ()
 Gets the date format associated with this profile.
void setDateFormat (const std::string &a_dateFormat)
 Sets the date format associated with this profile.
const std::string & getProfileRoot ()
 Gets the root directory associated with this profile.
void setProfileRoot (const std::string &a_profileRoot)
 Sets the root directory associated with this profile.
const std::string & getRecoveryToken ()
 Gets the Hash Token for recovering account.
void setRecoveryToken (const std::string &a_recoveryToken)
 Sets the Hash Token for recovering account.

Detailed Description

Holds Profile information.

Internal Use Only


Constructor & Destructor Documentation

Tonido::Data::Profile::Profile ( )

Ctor.

details if needed ...

Tonido::Data::Profile::~Profile ( )

Dtor.

details if needed ...


Member Function Documentation

const std::string& Tonido::Data::Profile::getDateFormat ( )

Gets the date format associated with this profile.

Returns:
date format of the profile
const std::string& Tonido::Data::Profile::getDisplayName ( )

Gets the Display Name.

Returns:
true display name
const std::string& Tonido::Data::Profile::getEmail ( )

Gets the email address associated with this account.

Returns:
email address of the account
const std::string& Tonido::Data::Profile::getHint ( )

Gets the Password Hint.

Returns:
the password hint
const std::string& Tonido::Data::Profile::getLocation ( )

Gets the location of this profile.

Returns:
location of the profile
const std::string& Tonido::Data::Profile::getPassword ( )

Gets the Profile Password.

Returns:
profile password
const std::string& Tonido::Data::Profile::getProfileImage ( )

Gets the Profile Image Path.

Returns:
profile image path
const std::string& Tonido::Data::Profile::getProfileName ( )

Gets the Logged in Profile Name.

Returns:
profile name
const std::string& Tonido::Data::Profile::getProfileRoot ( )

Gets the root directory associated with this profile.

Returns:
root directory of the profile
const std::string& Tonido::Data::Profile::getRecoveryToken ( )

Gets the Hash Token for recovering account.

Returns:
recover token
const std::string& Tonido::Data::Profile::getSecretAns ( )

Gets the Secret Answer.

Returns:
secret answer
const std::string& Tonido::Data::Profile::getSecretQn ( )

Gets the Secret Question.

Returns:
secter question
void Tonido::Data::Profile::setDateFormat ( const std::string &  a_dateFormat)

Sets the date format associated with this profile.

Parameters:
[in]a_dateFormatdate format of the profile to set
void Tonido::Data::Profile::setDisplayName ( const std::string &  a_displayName)

Sets the Display Name.

Parameters:
[in]a_displayNamedisplay name to set
void Tonido::Data::Profile::setEmail ( const std::string &  a_email)

Sets the email address associated with this account.

Parameters:
[in]a_emailemail address to set
void Tonido::Data::Profile::setHint ( const std::string &  a_hint)

Sets the Password Hint.

Parameters:
[in]a_hintpassword hint to set
void Tonido::Data::Profile::setLocation ( const std::string &  a_location)

Sets the location of this profile.

Parameters:
[in]a_locationlocation of the profile to set
void Tonido::Data::Profile::setPassword ( const std::string &  a_password)

Sets the Profile Password.

Parameters:
[in]a_passwordpassword to set for the profile
void Tonido::Data::Profile::setProfileImage ( const std::string &  a_profileImage)

Sets the Profile Image Path.

Parameters:
[in]a_profileImageprofile image path to set
void Tonido::Data::Profile::setProfileName ( const std::string &  a_profileName)

Sets the Profile Name.

Parameters:
[in]a_profileNameprofile name to set
void Tonido::Data::Profile::setProfileRoot ( const std::string &  a_profileRoot)

Sets the root directory associated with this profile.

Parameters:
[in]a_profileRootroot directory of the profile to set
void Tonido::Data::Profile::setRecoveryToken ( const std::string &  a_recoveryToken)

Sets the Hash Token for recovering account.

Parameters:
[in]a_recoveryTokentoken to set
void Tonido::Data::Profile::setSecretAns ( const std::string &  a_secretAns)

Sets the Secret Answer.

Parameters:
[in]a_secretAnssecret answer to set
void Tonido::Data::Profile::setSecretQn ( const std::string &  a_secretQn)

Sets the Secret Question.

Parameters:
[in]a_secretQnsecret question to set

Generated on Wed Oct 12 2011 21:46:53. © CodeLathe LLC 2007-2011. All Rights Reserved.