hoplugins.teamAnalyzer.vo
Class PlayerAppearance

java.lang.Object
  extended byhoplugins.teamAnalyzer.vo.PlayerAppearance

public class PlayerAppearance
extends java.lang.Object

Class for collecting all the players appearance

Author:
Massimiliano Amato

Constructor Summary
PlayerAppearance()
           
 
Method Summary
 void addApperarence()
          Increase number of Appearance for the player
 int getAppearance()
          Document Me!
 java.lang.String getName()
          Document Me!
 int getPlayerId()
          Document Me!
 int getStatus()
          Document Me!
 void setApperarence(int i)
          Document Me!
 void setName(java.lang.String string)
          Document Me!
 void setPlayerId(int i)
          Document Me!
 void setStatus(int i)
          Document Me!
 java.lang.String toString()
          toString methode: creates a String representation of the object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlayerAppearance

public PlayerAppearance()
Method Detail

getAppearance

public int getAppearance()
Document Me!

Returns:

setApperarence

public void setApperarence(int i)
Document Me!

Parameters:
i -

setName

public void setName(java.lang.String string)
Document Me!

Parameters:
string -

getName

public java.lang.String getName()
Document Me!

Returns:

setPlayerId

public void setPlayerId(int i)
Document Me!

Parameters:
i -

getPlayerId

public int getPlayerId()
Document Me!

Returns:

setStatus

public void setStatus(int i)
Document Me!

Parameters:
i -

getStatus

public int getStatus()
Document Me!

Returns:

addApperarence

public void addApperarence()
Increase number of Appearance for the player


toString

public java.lang.String toString()
toString methode: creates a String representation of the object

Returns:
the String representation


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.