|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.teamAnalyzer.vo.TeamLineup
Object that holds the Lineup for a certain formation, real or calculated
Constructor Summary | |
TeamLineup()
|
Method Summary | |
hoplugins.commons.vo.MatchRating |
getRating()
DOCUMENT ME! |
SpotLineup |
getSpotLineup(int spot)
Returns the SpotLineup for the spot |
double |
getStars()
Document me! |
void |
setRating(hoplugins.commons.vo.MatchRating rating)
DOCUMENT ME! |
void |
setSpotLineup(SpotLineup detail,
int spot)
Sets the spot place with the passes SpotLineup |
void |
setStars(double d)
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 TeamLineup()
Method Detail |
public final SpotLineup getSpotLineup(int spot)
spot
- desired spot
public void setRating(hoplugins.commons.vo.MatchRating rating)
rating
- public hoplugins.commons.vo.MatchRating getRating()
public void setSpotLineup(SpotLineup detail, int spot)
detail
- SpotLineup objectspot
- spot to be filled with the objectpublic void setStars(double d)
d
- public double getStars()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |