hoplugins.teamAnalyzer.vo
Class PlayerPerformance

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

public class PlayerPerformance
extends java.lang.Object

This is a wrapper around IMatchLineupPlayer

Author:
Massimiliano Amato

Constructor Summary
PlayerPerformance(plugins.IMatchLineupPlayer _mlp)
          Creates a new PlayerPerformance object around the loaded from HO
 
Method Summary
 int getId()
          Document Me!
 java.lang.String getNickName()
          Document Me!
 byte getPosition()
          Document Me!
 int getPositionCode()
          Document Me!
 double getRating()
          Document Me!
 int getSortId()
          Document Me!
 int getSpielerId()
          Document Me!
 java.lang.String getSpielerName()
          Document Me!
 java.lang.String getSpielerVName()
          Document Me!
 int getStatus()
          DOCUMENT ME!
 byte getTaktik()
          Document Me!
 void setStatus(int i)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerPerformance

public PlayerPerformance(plugins.IMatchLineupPlayer _mlp)
Creates a new PlayerPerformance object around the loaded from HO

Parameters:
_mlp - The IMatchLineupPlayer object to be wrapped
Method Detail

getId

public int getId()
Document Me!

Returns:

getNickName

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

Returns:

getPosition

public byte getPosition()
Document Me!

Returns:

getPositionCode

public int getPositionCode()
Document Me!

Returns:

getRating

public double getRating()
Document Me!

Returns:

getSortId

public int getSortId()
Document Me!

Returns:

getSpielerId

public int getSpielerId()
Document Me!

Returns:

getSpielerName

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

Returns:

getSpielerVName

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

Returns:

setStatus

public void setStatus(int i)
TODO Missing Method Documentation

Parameters:
i - TODO Missing Method Parameter Documentation

getStatus

public int getStatus()
DOCUMENT ME!

Returns:
TODO Missing Return Method Documentation

getTaktik

public byte getTaktik()
Document Me!

Returns:


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