|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.social.core.model.AccountImpl
public class AccountImpl
Default Implementation of an Account
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.shindig.social.opensocial.model.Account |
|---|
Account.Field |
| Constructor Summary | |
|---|---|
AccountImpl()
|
|
AccountImpl(String domain,
String userId,
String username)
|
|
| Method Summary | |
|---|---|
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. |
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. |
void |
setUsername(String username)
An alphanumeric user name, usually chosen by the user, e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccountImpl()
public AccountImpl(String domain,
String userId,
String username)
| Method Detail |
|---|
public String getDomain()
Account
getDomain in interface Accountpublic void setDomain(String domain)
setDomain in interface Accountdomain - the domainpublic String getUserId()
Account
getUserId in interface Accountpublic void setUserId(String userId)
setUserId in interface AccountuserId - the userIdpublic String getUsername()
Account
getUsername in interface Accountpublic void setUsername(String username)
setUsername in interface Accountusername - the username
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||