class UserProfile

Store values like 'userName', 'password' and 'IProfile' of user and provides methods to get their values.

Public Methods

[more] UserProfile(string userName, string password, IProfile* profile)
Constructor.
[more]string getUserName()
Get the value of UserName.
[more]string getPassword()
Get the value of Password.
[more]IProfile* getProfile()
Get the object of profile.


Documentation

Store values like 'userName', 'password' and 'IProfile' of user and provides methods to get their values.

o UserProfile(string userName, string password, IProfile* profile)
Constructor. Provide the reference of userName, password and profile to the local variables.

Parameters:
userName - a String value of UserName
password - a String value of Password
profile - an Object of IProfile

ostring getUserName()
Get the value of UserName.

Returns:
a String value of UserName

ostring getPassword()
Get the value of Password.

Returns:
a string value of Password

oIProfile* getProfile()
Get the object of profile.

Returns:
an object of profile


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.1

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.