Account.Field| Constructor and Description |
|---|
AccountImpl() |
AccountImpl(String domain,
String userId,
String username) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
The top-most authoritative domain for this account, e.g.
|
String |
getUserId()
A user ID number, usually chosen automatically, and usually numeric but sometimes alphanumeric,
e.g. "12345" or "1Z425A".
|
String |
getUsername()
An alphanumeric user name, usually chosen by the user, e.g.
|
void |
setDomain(String domain)
The top-most authoritative domain for this account, e.g.
|
void |
setUserId(String userId)
A user ID number, usually chosen automatically, and usually numeric but sometimes alphanumeric,
e.g. "12345" or "1Z425A".
|
void |
setUsername(String username)
An alphanumeric user name, usually chosen by the user, e.g.
|
public String getDomain()
Accountpublic void setDomain(String domain)
public String getUserId()
Accountpublic void setUserId(String userId)
public String getUsername()
AccountgetUsername in interface Accountpublic void setUsername(String username)
setUsername in interface Accountusername - the usernameCopyright © 2007-2012. All Rights Reserved.