|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.teamAnalyzer.vo.MatchDetail
Match Detail containing data about the players that played in that game
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 |
public MatchDetail(Match aMatch)
aMatch
- match for which the details areMethod Detail |
public final java.util.List getPerformances()
public void setFormation(java.lang.String i)
i
- public java.lang.String getFormation()
public Match getMatchDetail()
public void setRating(hoplugins.commons.vo.MatchRating rating)
rating
- public hoplugins.commons.vo.MatchRating getRating()
public void setStars(double i)
i
- public double getStars()
public void setTacticCode(int i)
i
- public int getTacticCode()
public void setTacticLevel(int i)
i
- public int getTacticLevel()
public void addMatchLineupPlayer(PlayerPerformance pp)
pp
- PlayerPerformance of a player in the gamepublic java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |