hoplugins.teamAnalyzer.vo
Class SpotLineup

java.lang.Object
  extended byhoplugins.teamAnalyzer.report.Report
      extended byhoplugins.teamAnalyzer.vo.SpotLineup
Direct Known Subclasses:
UserTeamSpotLineup

public class SpotLineup
extends Report

Class that holds the real or calculated info for a position on the field (spot)

Author:
Massimiliano Amato

Constructor Summary
SpotLineup()
          Creates a new SpotLineup object.
SpotLineup(SpotReport posReport)
          Creates a new SpotLineup object.
 
Method Summary
 java.lang.String getName()
          Document Me!
 int getStatus()
          Document Me!
 java.util.List getTactics()
          Document Me!
 void setName(java.lang.String string)
          Document Me!
 void setStatus(int i)
          Document Me!
 void setTactics(java.util.List list)
          Document Me!
 java.lang.String toString()
          toString methode: creates a String representation of the object
 
Methods inherited from class hoplugins.teamAnalyzer.report.Report
addPerformance, getAppearance, getPlayerId, getPosition, getRating, getSpot, setAppearance, setPlayerId, setPosition, setRating, setSpot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpotLineup

public SpotLineup()
Creates a new SpotLineup object.


SpotLineup

public SpotLineup(SpotReport posReport)
Creates a new SpotLineup object.

Parameters:
posReport - the Spot Report from what the object must be created!!!
Method Detail

setName

public void setName(java.lang.String string)
Document Me!

Parameters:
string -

getName

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

Returns:

setStatus

public void setStatus(int i)
Document Me!

Parameters:
i -

getStatus

public int getStatus()
Document Me!

Returns:

setTactics

public void setTactics(java.util.List list)
Document Me!

Parameters:
list -

getTactics

public java.util.List getTactics()
Document Me!

Returns:

toString

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

Overrides:
toString in class Report
Returns:
the String representation


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.