|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hattrickorganizer.gui.keepertool.PlayerItem
public class PlayerItem
A Player Item object to be used in JComboBox
| Constructor Summary | |
|---|---|
PlayerItem()
Creates a new empty PlayerItem object. |
|
PlayerItem(ISpieler spieler)
Creates a new PlayerItem object. |
|
PlayerItem(ScoutEintrag spieler)
Creates a new PlayerItem object. |
|
| Method Summary | |
|---|---|
int |
getForm()
Return the keeper form |
int |
getId()
Return the keeper id |
int |
getTsi()
Return the keeper tsi |
java.lang.String |
toString()
Returns the name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PlayerItem(ISpieler spieler)
spieler - the roster player to include in the Combopublic PlayerItem(ScoutEintrag spieler)
spieler - the scouted player to include in the combopublic PlayerItem()
| Method Detail |
|---|
public final int getForm()
public final int getId()
public final int getTsi()
public final java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||