com.webstersmalley.chessweb.game
Class UserImpl

java.lang.Object
  extended by com.webstersmalley.chessweb.game.UserImpl
All Implemented Interfaces:
User

public class UserImpl
extends java.lang.Object
implements User


Constructor Summary
UserImpl()
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserImpl

public UserImpl()
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface User

getUsername

public java.lang.String getUsername()
Specified by:
getUsername in interface User


Copyright © 2005 Webster Smalley. All Rights Reserved.