|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.model.matches.MatchLineupTeam
public class MatchLineupTeam
DOCUMENT ME!
Field Summary | |
---|---|
protected int |
m_iErfahrung
TODO Missing Parameter Documentation |
protected int |
m_iTeamID
TODO Missing Parameter Documentation |
protected java.lang.String |
m_sTeamName
TODO Missing Parameter Documentation |
protected java.util.Vector |
m_vAufstellung
TODO Missing Parameter Documentation |
Constructor Summary | |
---|---|
MatchLineupTeam(java.lang.String teamName,
int teamID,
int erfahrung)
Creates a new instance of MatchLineupTeam |
Method Summary | |
---|---|
void |
add2Aufstellung(IMatchLineupPlayer player)
TODO Missing Method Documentation |
byte |
determinateSystem()
determinates played System |
java.util.Vector |
getAufstellung()
Getter for property m_vAufstellung. |
int |
getErfahrung()
Getter for property m_iErfahrung. |
IMatchLineupPlayer |
getPlayerByID(int id)
Liefert Einen Spieler per ID aus der Aufstellung |
IMatchLineupPlayer |
getPlayerByPosition(int id)
Liefert Einen Spieler per PositionsID aus der Aufstellung |
int |
getTeamID()
Getter for property m_iTeamID. |
java.lang.String |
getTeamName()
Getter for property m_sTeamName. |
void |
setAufstellung(java.util.Vector m_vAufstellung)
Setter for property m_vAufstellung. |
void |
setErfahrung(int m_iErfahrung)
Setter for property m_iErfahrung. |
void |
setTeamID(int m_iTeamID)
Setter for property m_iTeamID. |
void |
setTeamName(java.lang.String m_sTeamName)
Setter for property m_sTeamName. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String m_sTeamName
protected java.util.Vector m_vAufstellung
protected int m_iErfahrung
protected int m_iTeamID
Constructor Detail |
---|
public MatchLineupTeam(java.lang.String teamName, int teamID, int erfahrung)
teamName
- TODO Missing Constructuor Parameter DocumentationteamID
- TODO Missing Constructuor Parameter Documentationerfahrung
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
---|
public final void setAufstellung(java.util.Vector m_vAufstellung)
m_vAufstellung
- New value of property m_vAufstellung.public final java.util.Vector getAufstellung()
getAufstellung
in interface IMatchLineupTeam
public final void setErfahrung(int m_iErfahrung)
m_iErfahrung
- New value of property m_iErfahrung.public final int getErfahrung()
getErfahrung
in interface IMatchLineupTeam
public final IMatchLineupPlayer getPlayerByID(int id)
getPlayerByID
in interface IMatchLineupTeam
id
- TODO Missing Constructuor Parameter Documentation
public final IMatchLineupPlayer getPlayerByPosition(int id)
getPlayerByPosition
in interface IMatchLineupTeam
id
- TODO Missing Constructuor Parameter Documentation
public final void setTeamID(int m_iTeamID)
m_iTeamID
- New value of property m_iTeamID.public final int getTeamID()
getTeamID
in interface IMatchLineupTeam
public final void setTeamName(java.lang.String m_sTeamName)
m_sTeamName
- New value of property m_sTeamName.public final java.lang.String getTeamName()
getTeamName
in interface IMatchLineupTeam
public final void add2Aufstellung(IMatchLineupPlayer player)
player
- TODO Missing Method Parameter Documentationpublic final byte determinateSystem()
determinateSystem
in interface IMatchLineupTeam
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |