Store values like 'userName', 'password' and 'IProfile' of user and provides methods to get their values.
Public Methods
-
UserProfile(string userName, string password, IProfile* profile)
- Constructor.
-
string getUserName()
- Get the value of UserName.
-
string getPassword()
- Get the value of Password.
-
IProfile* getProfile()
- Get the object of profile.
Documentation
Store values like 'userName', 'password' and 'IProfile' of user and provides methods to get their values.
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
string getUserName()
-
Get the value of UserName.
- Returns:
- a String value of UserName
string getPassword()
-
Get the value of Password.
- Returns:
- a string value of Password
IProfile* 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++.