nl.surfnet.coin.api.client.domain
Class Account
java.lang.Object
nl.surfnet.coin.api.client.domain.Account
- All Implemented Interfaces:
- Serializable
public class Account
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Account
public Account()
Account
public Account(String username)
Account
public Account(String username,
String userId)
getUsername
public String getUsername()
- Returns:
- the username
setUsername
public void setUsername(String username)
- Parameters:
username - the username to set
getUserId
public String getUserId()
- Returns:
- the userId
setUserId
public void setUserId(String userId)
- Parameters:
userId - the userId to set
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.