hoplugins.teamAnalyzer.report
Class TacticReport

java.lang.Object
  extended byhoplugins.teamAnalyzer.report.Report
      extended byhoplugins.teamAnalyzer.report.TacticReport

public class TacticReport
extends Report

Report of all the different tactic used

Author:
Massimiliano Amato

Constructor Summary
TacticReport(PlayerPerformance pp)
          Creates a new TacticReport object.
 
Method Summary
 int getTacticCode()
          Document me!
 void setTacticCode(int i)
          Document me!
 java.lang.String toString()
          toString methode: creates a String representation of the object
 
Methods inherited from class hoplugins.teamAnalyzer.report.Report
addPerformance, getAppearance, getPlayerId, getPosition, getRating, getSpot, setAppearance, setPlayerId, setPosition, setRating, setSpot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TacticReport

public TacticReport(PlayerPerformance pp)
Creates a new TacticReport object.

Parameters:
pp -
Method Detail

setTacticCode

public void setTacticCode(int i)
Document me!

Parameters:
i -

getTacticCode

public int getTacticCode()
Document me!

Returns:

toString

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

Overrides:
toString in class Report
Returns:
the String representation


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