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 () |
|
Default constructor. Mandatory in a JavaBean. |
|
A constructor for multiple arguments.
|
|
Getter for the users group id.
|
|
Getter for the users group name.
|
|
Getter for users mobile.
|
|
Getter for user id.
|
|
Getter for username.
|