|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.model.ServerSpieler
public final class ServerSpieler
DOCUMENT ME!
Field Summary | |
---|---|
static byte |
AUSGEWECHSELT
TODO Missing Parameter Documentation |
static byte |
BANK_AB
TODO Missing Parameter Documentation |
static byte |
BANK_FL
TODO Missing Parameter Documentation |
static byte |
BANK_MF
TODO Missing Parameter Documentation |
static byte |
BANK_ST
TODO Missing Parameter Documentation |
static byte |
BANK_TW
TODO Missing Parameter Documentation |
Constructor Summary | |
---|---|
ServerSpieler(java.io.DataInputStream dis)
Konstruktor lädt den ServerSpieler aus einem InputStream |
|
ServerSpieler(Spieler player,
byte position)
Creates a new instance of ServerSpieler |
Method Summary | |
---|---|
byte |
getAnzTorChancen()
Getter for property m_bAnzTorChancen. |
byte |
getAnzTore()
Getter for property m_bAnzTore. |
byte |
getAnzVorlagen()
Getter for property m_bAnzVorlagen. |
int |
getGelbeKarten()
Getter for property m_bAnzahlGelb. |
int |
getID()
Getter for property m_iID. |
java.lang.String |
getName()
Getter for property m_sName. |
byte |
getPosition()
Getter for property m_bPosition. |
float |
getStk(byte pos)
TODO Missing Method Documentation |
int |
getVerletzt()
Getter for property m_iVerletzt. |
boolean |
isGelbVerwarnt()
Getter for property m_bHatGelb. |
boolean |
isGesperrt()
gibt an ob der spieler gesperrt ist |
void |
save(java.io.DataOutputStream das)
|
void |
setAnzTorChancen(byte m_bAnzTorChancen)
Setter for property m_bAnzTorChancen. |
void |
setAnzTore(byte m_bAnzTore)
Setter for property m_bAnzTore. |
void |
setAnzVorlagen(byte m_bAnzVorlagen)
Setter for property m_bAnzVorlagen. |
void |
setGelbeKarten(int m_iGelbeKarten)
Setter for property m_iGelbeKarten. |
void |
setID(int m_iID)
Setter for property m_iID. |
void |
setName(java.lang.String m_sName)
Setter for property m_sName. |
void |
setPosition(byte m_bPosition)
Setter for property m_bPosition. |
void |
setStk(byte pos,
float stk)
TODO Missing Method Documentation |
void |
setVerletzt(int m_iVerletzt)
Setter for property m_iVerletzt. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte BANK_TW
public static final byte BANK_AB
public static final byte BANK_MF
public static final byte BANK_FL
public static final byte BANK_ST
public static final byte AUSGEWECHSELT
Constructor Detail |
---|
public ServerSpieler(Spieler player, byte position)
player
- TODO Missing Constructuor Parameter Documentationposition
- TODO Missing Constructuor Parameter Documentationpublic ServerSpieler(java.io.DataInputStream dis)
dis
- Der InputStream aus dem gelesen wirdMethod Detail |
---|
public final void setAnzTorChancen(byte m_bAnzTorChancen)
m_bAnzTorChancen
- New value of property m_bAnzTorChancen.public final byte getAnzTorChancen()
public final void setAnzTore(byte m_bAnzTore)
m_bAnzTore
- New value of property m_bAnzTore.public final byte getAnzTore()
public final void setAnzVorlagen(byte m_bAnzVorlagen)
m_bAnzVorlagen
- New value of property m_bAnzVorlagen.public final byte getAnzVorlagen()
public final boolean isGelbVerwarnt()
public final void setGelbeKarten(int m_iGelbeKarten)
m_iGelbeKarten
- New value of property m_iGelbeKarten.public final int getGelbeKarten()
public final boolean isGesperrt()
public final void setID(int m_iID)
m_iID
- New value of property m_iID.public final int getID()
public final void setName(java.lang.String m_sName)
m_sName
- New value of property m_sName.public final java.lang.String getName()
public final void setPosition(byte m_bPosition)
m_bPosition
- New value of property m_bPosition.public final byte getPosition()
public final void setStk(byte pos, float stk)
pos
- TODO Missing Method Parameter Documentationstk
- TODO Missing Method Parameter Documentationpublic final float getStk(byte pos)
pos
- TODO Missing Method Parameter Documentation
public final void setVerletzt(int m_iVerletzt)
m_iVerletzt
- New value of property m_iVerletzt.public final int getVerletzt()
public final void save(java.io.DataOutputStream das)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |