Inherits com.mdsol.babbage.model.DatastoreRelation.
A user of the app that is a valid user who can access the Medidata platform.
- See also
- IMedidata User
native boolean com.mdsol.babbage.model.User.equals |
( |
Object |
other | ) |
|
Overrides the 'equal to' operator for the object.
void com.mdsol.babbage.model.User.finalize |
( |
| ) |
|
|
protected |
native String com.mdsol.babbage.model.User.getEmail |
( |
| ) |
|
Sets user's email.
- Returns
- User's email.
native long com.mdsol.babbage.model.User.getID |
( |
| ) |
|
Gets the unique identifier of the user in the local datastore.
- Returns
- User identifier.
String com.mdsol.babbage.model.User.getPassword |
( |
| ) |
|
- Returns
- User's iMedidata password.
native Date com.mdsol.babbage.model.User.getPasswordExpiration |
( |
| ) |
|
Sets expiration date of the user's iMedidata password.
- Returns
- Expiration date of user's iMedidata password.
native List<Subject> com.mdsol.babbage.model.User.getSubjects |
( |
| ) |
|
Returns list of subjects for users.
- Returns
- List of subjects.
native String com.mdsol.babbage.model.User.getUserName |
( |
| ) |
|
Returns user name used to login into the application. Set up during the registration process.
- Returns
- User's login name.
native String com.mdsol.babbage.model.User.getUUID |
( |
| ) |
|
Returns universally unique identifier (UUID) of the user as it exists in iMedidata
- Returns
- User's universally unique identifier (UUID).
void com.mdsol.babbage.model.User.setPassword |
( |
String |
password | ) |
|
Sets the user's password.
- Parameters
-