hoplugins.teamAnalyzer.vo
Class MatchDetail

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

public class MatchDetail
extends java.lang.Object

Match Detail containing data about the players that played in that game

Author:
Massimiliano Amato

Constructor Summary
MatchDetail(Match aMatch)
          Creates a new MatchDetail object.
 
Method Summary
 void addMatchLineupPlayer(PlayerPerformance pp)
          Add a player performance to the List
 java.lang.String getFormation()
          Document Me!
 Match getMatchDetail()
          DOCUMENT ME!
 java.util.List getPerformances()
          Document Me!
 hoplugins.commons.vo.MatchRating getRating()
          Document Me!
 double getStars()
          Document Me!
 int getTacticCode()
          Document Me!
 int getTacticLevel()
          Document Me!
 void setFormation(java.lang.String i)
          Document Me!
 void setRating(hoplugins.commons.vo.MatchRating rating)
          Document Me!
 void setStars(double i)
          Document Me!
 void setTacticCode(int i)
          Document Me!
 void setTacticLevel(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

MatchDetail

public MatchDetail(Match aMatch)
Creates a new MatchDetail object.

Parameters:
aMatch - match for which the details are
Method Detail

getPerformances

public final java.util.List getPerformances()
Document Me!

Returns:

setFormation

public void setFormation(java.lang.String i)
Document Me!

Parameters:
i -

getFormation

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

Returns:

getMatchDetail

public Match getMatchDetail()
DOCUMENT ME!

Returns:

setRating

public void setRating(hoplugins.commons.vo.MatchRating rating)
Document Me!

Parameters:
rating -

getRating

public hoplugins.commons.vo.MatchRating getRating()
Document Me!

Returns:

setStars

public void setStars(double i)
Document Me!

Parameters:
i -

getStars

public double getStars()
Document Me!

Returns:

setTacticCode

public void setTacticCode(int i)
Document Me!

Parameters:
i -

getTacticCode

public int getTacticCode()
Document Me!

Returns:

setTacticLevel

public void setTacticLevel(int i)
Document Me!

Parameters:
i -

getTacticLevel

public int getTacticLevel()
Document Me!

Returns:

addMatchLineupPlayer

public void addMatchLineupPlayer(PlayerPerformance pp)
Add a player performance to the List

Parameters:
pp - PlayerPerformance of a player in the game

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.