public class Account extends Object implements Serializable
| Constructor and Description |
|---|
Account() |
Account(String username) |
Account(String username,
String userId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUserId() |
String |
getUsername() |
void |
setUserId(String userId) |
void |
setUsername(String username) |
public Account()
public Account(String username)
public String getUsername()
public void setUsername(String username)
username - the username to setpublic String getUserId()
public void setUserId(String userId)
userId - the userId to setCopyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.