de.hattrickorganizer.logik.matchengine
Class TeamData

java.lang.Object
  extended by de.hattrickorganizer.logik.matchengine.TeamData
All Implemented Interfaces:
IMPTeamData
Direct Known Subclasses:
TeamGameData

public class TeamData
extends java.lang.Object
implements IMPTeamData

TODO Missing Class Documentation

Author:
TODO Author Name

Constructor Summary
TeamData(java.lang.String name, TeamRatings _ratings, int _tactic, int _level)
          Create the Data for an Team
 
Method Summary
 void addAction(IMPActions action)
          TODO Missing Method Documentation
 java.util.List getActions()
          TODO Missing Method Documentation
 IMPTeamRatings getRatings()
          TODO Missing Method Documentation
 int getTacticLevel()
          TODO Missing Method Documentation
 int getTacticType()
          TODO Missing Method Documentation
 java.lang.String getTeamName()
          TODO Missing Method Documentation
 void setRatings(TeamRatings ratings)
          TODO Missing Method Documentation
 void setTacticLevel(int i)
          TODO Missing Method Documentation
 void setTacticType(int i)
          TODO Missing Method Documentation
 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

TeamData

public TeamData(java.lang.String name,
                TeamRatings _ratings,
                int _tactic,
                int _level)
Create the Data for an Team

Parameters:
name - Name of the team
_ratings - The teamratings of the team
_tactic - The tactic, Uses the TAKTIK - Constants from IMatchDetails
_level - Tacticlevel from 1 to 20
Method Detail

getActions

public final java.util.List getActions()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

setRatings

public final void setRatings(TeamRatings ratings)
TODO Missing Method Documentation

Parameters:
ratings - TODO Missing Method Parameter Documentation

getRatings

public final IMPTeamRatings getRatings()
TODO Missing Method Documentation

Specified by:
getRatings in interface IMPTeamData
Returns:
TODO Missing Return Method Documentation

setTacticLevel

public final void setTacticLevel(int i)
TODO Missing Method Documentation

Parameters:
i - TODO Missing Method Parameter Documentation

getTacticLevel

public final int getTacticLevel()
TODO Missing Method Documentation

Specified by:
getTacticLevel in interface IMPTeamData
Returns:
TODO Missing Return Method Documentation

setTacticType

public final void setTacticType(int i)
TODO Missing Method Documentation

Parameters:
i - TODO Missing Method Parameter Documentation

getTacticType

public final int getTacticType()
TODO Missing Method Documentation

Specified by:
getTacticType in interface IMPTeamData
Returns:
TODO Missing Return Method Documentation

getTeamName

public final java.lang.String getTeamName()
TODO Missing Method Documentation

Specified by:
getTeamName in interface IMPTeamData
Returns:
TODO Missing Return Method Documentation

addAction

public final void addAction(IMPActions action)
TODO Missing Method Documentation

Parameters:
action - TODO Missing Method Parameter Documentation

toString

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

Overrides:
toString in class java.lang.Object
Returns:
the String representation