net.jetrix.agent
Class PlayerInfo

java.lang.Object
  extended by net.jetrix.agent.PlayerInfo

public class PlayerInfo
extends Object

Player information returned by the query agent.

Since:
0.2
Version:
$Revision: 587 $, $Date: 2005-01-12 19:47:40 +0100 (mer., 12 janv. 2005) $
Author:
Emmanuel Bourg

Constructor Summary
PlayerInfo()
           
 
Method Summary
 int getAuthenticationLevel()
           
 String getChannel()
           
 String getNick()
           
 int getSlot()
           
 int getStatus()
           
 String getTeam()
           
 String getVersion()
           
 void setAuthenticationLevel(int authenticationLevel)
           
 void setChannel(String channel)
           
 void setNick(String nick)
           
 void setSlot(int slot)
           
 void setStatus(int status)
           
 void setTeam(String team)
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlayerInfo

public PlayerInfo()
Method Detail

getNick

public String getNick()

setNick

public void setNick(String nick)

getTeam

public String getTeam()

setTeam

public void setTeam(String team)

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

getSlot

public int getSlot()

setSlot

public void setSlot(int slot)

getStatus

public int getStatus()

setStatus

public void setStatus(int status)

getAuthenticationLevel

public int getAuthenticationLevel()

setAuthenticationLevel

public void setAuthenticationLevel(int authenticationLevel)

getChannel

public String getChannel()

setChannel

public void setChannel(String channel)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.