Main Page | Class List | Directories | Class Members

com.forum.nokia.taskmanager.beans.User Class Reference

List of all members.

Public Member Functions

 User ()
 User (String userId, String username, String mobile, String groupname, String groupId)
String getUserId ()
String getUsername ()
String getGroupname ()
String getGroupId ()
String getMobile ()

Detailed Description

This struct-style JavaBean class represents a single user.


Constructor & Destructor Documentation

com.forum.nokia.taskmanager.beans.User.User  ) 
 

Default constructor. Mandatory in a JavaBean.

com.forum.nokia.taskmanager.beans.User.User String  userId,
String  username,
String  mobile,
String  groupname,
String  groupId
 

A constructor for multiple arguments.

Parameters:
userId Id number of the user.
username Name of the user.
mobile Mobile number of the user.
groupname Name of the group the user belongs to.
groupId Id number of the group the user belongs to.


Member Function Documentation

String com.forum.nokia.taskmanager.beans.User.getGroupId  ) 
 

Getter for the users group id.

Returns:
Users group id.

String com.forum.nokia.taskmanager.beans.User.getGroupname  ) 
 

Getter for the users group name.

Returns:
Users group name.

String com.forum.nokia.taskmanager.beans.User.getMobile  ) 
 

Getter for users mobile.

Returns:
Users mobile number.

String com.forum.nokia.taskmanager.beans.User.getUserId  ) 
 

Getter for user id.

Returns:
The users id.

String com.forum.nokia.taskmanager.beans.User.getUsername  ) 
 

Getter for username.

Returns:
The users name.


The documentation for this class was generated from the following file:
Generated on Tue Aug 30 14:22:36 2005 for TaskManagerWebUI by  doxygen 1.4.4