|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.teamAnalyzer.report.Report hoplugins.teamAnalyzer.vo.SpotLineup
Class that holds the real or calculated info for a position on the field (spot)
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 |
public SpotLineup()
public SpotLineup(SpotReport posReport)
posReport
- the Spot Report from what the object must be created!!!Method Detail |
public void setName(java.lang.String string)
string
- public java.lang.String getName()
public void setStatus(int i)
i
- public int getStatus()
public void setTactics(java.util.List list)
list
- public java.util.List getTactics()
public java.lang.String toString()
toString
in class Report
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |