public class UserRecord
extends mvp.Model
| Modifier and Type | Field and Description |
|---|---|
protected EmailAddress |
email
Electronic mail address used by the Calendar Tool to contact the user
when necessary
|
protected java.lang.String |
id
Unique identifier by which the user is known to the Calendar Tool
|
protected java.lang.String |
name
User's real-world name
|
protected PhoneNumber |
phone
Phone number used for infomation purposes, but not by Calendar Tool
directly
|
| Constructor and Description |
|---|
UserRecord() |
protected java.lang.String name
protected java.lang.String id
protected EmailAddress email
protected PhoneNumber phone