com.electrotank.electroserver4.extensions.api.value
Class UserValue

java.lang.Object
  extended by com.electrotank.electroserver4.extensions.api.value.UserValue

public class UserValue
extends Object

Contains the name of a user who is in a room.

See Also:
ElectroServerApi.getUser, ElectroServerApi.getUsersInRoom

Constructor Summary
UserValue()
           
 
Method Summary
 String getUserName()
          Gets the name of the user
 void setUserName(String userName)
          Sets the name of the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserValue

public UserValue()
Method Detail

getUserName

public String getUserName()
Gets the name of the user

Returns:
userName

setUserName

public void setUserName(String userName)
Sets the name of the user.

Parameters:
userName - name of the user


Copyright © 2007 Electrotank, Inc. All Rights Reserved.