mud.server.corba
Class User

java.lang.Object
  extended by mud.server.corba.User

public class User
extends java.lang.Object


Constructor Summary
User(int id, java.lang.String username, ClientConnection con)
           
 
Method Summary
 ClientConnection getConnection()
           
 int getId()
           
 java.lang.String getName()
           
 Player getPlayer()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User(int id,
            java.lang.String username,
            ClientConnection con)
Method Detail

getId

public int getId()

getName

public java.lang.String getName()

getConnection

public ClientConnection getConnection()

getPlayer

public Player getPlayer()