nl.surfnet.coin.api.client.domain
Class Account

java.lang.Object
  extended by nl.surfnet.coin.api.client.domain.Account
All Implemented Interfaces:
Serializable

public class Account
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Account()
           
Account(String username)
           
Account(String username, String userId)
           
 
Method Summary
 String getUserId()
           
 String getUsername()
           
 void setUserId(String userId)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Account

public Account()

Account

public Account(String username)

Account

public Account(String username,
               String userId)
Method Detail

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.