|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hattrickorganizer.model.TeamLineup
public class TeamLineup
Hattrick Lineup Object
| Field Summary |
|---|
| Fields inherited from interface plugins.ITeamLineup |
|---|
ATTACK, DEFENCE, KEEPER, MIDFIELD |
| Constructor Summary | |
|---|---|
TeamLineup()
Creates a new Lineup object. |
|
| Method Summary | |
|---|---|
void |
add(java.lang.String playerId,
int area)
Add a player to the lineup |
java.util.List |
getArea(int area)
Returns the list of players that plays in the specified area |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TeamLineup()
| Method Detail |
|---|
public final java.util.List getArea(int area)
getArea in interface ITeamLineuparea -
public final void add(java.lang.String playerId,
int area)
add in interface ITeamLineupplayerId - area -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||