UserBean
From
boolean isDeleted() void setDeleted(boolean deleted) void setDescription(String description) void setEmailAddress(String emailAddress)
Description
This class represents all the details related to users of the EService system.
Fields
The data fields of this object.
Name | Type | Description |
---|---|---|
faxNumber | String | The user's fax number. |
loginID | String | The logon id (logon name) used to log onto the EService system. |
mobileNumber | String | The mobile phone number of the user. |
name | String | The name of the user. |
pagerNumber | String | The pager number of the user. |
phoneNumber | String | The standard phone number for the user. |
primaryKey | String | The EService assigned primary key for the user. |
securityAnswer | String | The user's answer to their special security verification question. |
securityQuestion | String | The user's special security verification question. |
synchronisation | SynchronisationBean array | An array of SynchronisationBean objects, showing all current sync flags and custom data associated with the user record. |
timezone | String | The local timezone of the user. |
updateIndex | int | The time derived int value of the user record, used for concurrency checks. |
userType | String | One of the user types specified for this organisation during initial setup. |