hoplugins.teamAnalyzer.vo
Class TeamLineup

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

public class TeamLineup
extends java.lang.Object

Object that holds the Lineup for a certain formation, real or calculated

Author:
Massimiliano Amato

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

TeamLineup

public TeamLineup()
Method Detail

getSpotLineup

public final SpotLineup getSpotLineup(int spot)
Returns the SpotLineup for the spot

Parameters:
spot - desired spot
Returns:
a spot lineup

setRating

public void setRating(hoplugins.commons.vo.MatchRating rating)
DOCUMENT ME!

Parameters:
rating -

getRating

public hoplugins.commons.vo.MatchRating getRating()
DOCUMENT ME!

Returns:

setSpotLineup

public void setSpotLineup(SpotLineup detail,
                          int spot)
Sets the spot place with the passes SpotLineup

Parameters:
detail - SpotLineup object
spot - spot to be filled with the object

setStars

public void setStars(double d)
document me!

Parameters:
d -

getStars

public double getStars()
Document me!

Returns:

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.