|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.model.SpielerPosition
de.hattrickorganizer.model.matches.MatchLineupPlayer
public class MatchLineupPlayer
DOCUMENT ME!
Field Summary |
---|
Fields inherited from class de.hattrickorganizer.model.SpielerPosition |
---|
KEIN_TE, POSITIONEN, SCHWACHER_TE, VOLLER_TE |
Fields inherited from interface plugins.IMatchLineupPlayer |
---|
CAPITAN_ROLEID, EINWECHSEL1, EINWECHSEL2, EINWECHSEL3, SENT_OFF, STANDARDS, SUBSTITUTED |
Constructor Summary | |
---|---|
MatchLineupPlayer(int roleID,
int behaivior,
int spielerID,
double rating,
java.lang.String name,
int positionsCode,
int status,
int fieldPos)
Creates a new instance of MatchLineupPlayer |
|
MatchLineupPlayer(int roleID,
int behaivior,
int spielerID,
double rating,
java.lang.String vname,
java.lang.String nickName,
java.lang.String name,
int positionsCode,
int status,
int fieldPos)
Creates a new instance of MatchLineupPlayer |
Method Summary | |
---|---|
int |
getFieldPos()
Getter for property m_iFieldPos. |
java.lang.String |
getNickName()
Getter for property m_sNickName. |
byte |
getPosition()
TODO Missing Method Documentation |
int |
getPositionCode()
Getter for property m_iPositionCode. |
double |
getRating()
Getter for property m_dRating. |
java.lang.String |
getSpielerName()
Getter for property m_sSpielerName. |
java.lang.String |
getSpielerVName()
Getter for property m_sSpielerVName. |
int |
getStatus()
Getter for property m_iStatus. |
void |
setFieldPos(int m_iFieldPos)
Setter for property m_iFieldPos. |
protected void |
setName(java.lang.String name)
bricht den Namen auf |
void |
setNickName(java.lang.String m_sNickName)
Setter for property m_sNickName. |
void |
setPositionCode(int m_iPositionCode)
Setter for property m_iPositionCode. |
void |
setRating(double m_dRating)
Setter for property m_dRating. |
void |
setSpielerName(java.lang.String m_sSpielerName)
Setter for property m_sSpielerName. |
void |
setSpielerVName(java.lang.String m_sSpielerVName)
Setter for property m_sSpielerVName. |
void |
setStatus(int m_iStatus)
Setter for property m_iStatus. |
Methods inherited from class de.hattrickorganizer.model.SpielerPosition |
---|
compareTo, getHTPosidForHOPosition4Image, getId, getKurzNameForPosition, getNameForID, getNameForPosition, getPosition, getSortId, getSortId, getSpielerId, getTaktik, save, setId, setSpielerId, setTaktik |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface plugins.IMatchLineupPlayer |
---|
getId, getSortId, getSpielerId, getTaktik |
Constructor Detail |
---|
public MatchLineupPlayer(int roleID, int behaivior, int spielerID, double rating, java.lang.String name, int positionsCode, int status, int fieldPos)
roleID
- TODO Missing Constructuor Parameter Documentationbehaivior
- TODO Missing Constructuor Parameter DocumentationspielerID
- TODO Missing Constructuor Parameter Documentationrating
- TODO Missing Constructuor Parameter Documentationname
- TODO Missing Constructuor Parameter DocumentationpositionsCode
- TODO Missing Constructuor Parameter Documentationstatus
- TODO Missing Constructuor Parameter DocumentationfieldPos
- TODO Missing Constructuor Parameter Documentationpublic MatchLineupPlayer(int roleID, int behaivior, int spielerID, double rating, java.lang.String vname, java.lang.String nickName, java.lang.String name, int positionsCode, int status, int fieldPos)
roleID
- TODO Missing Constructuor Parameter Documentationbehaivior
- TODO Missing Constructuor Parameter DocumentationspielerID
- TODO Missing Constructuor Parameter Documentationrating
- TODO Missing Constructuor Parameter Documentationvname
- TODO Missing Constructuor Parameter DocumentationnickName
- TODO Missing Constructuor Parameter Documentationname
- TODO Missing Constructuor Parameter DocumentationpositionsCode
- TODO Missing Constructuor Parameter Documentationstatus
- TODO Missing Constructuor Parameter DocumentationfieldPos
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
---|
public final void setFieldPos(int m_iFieldPos)
m_iFieldPos
- New value of property m_iFieldPos.public final int getFieldPos()
getFieldPos
in interface IMatchLineupPlayer
public final void setNickName(java.lang.String m_sNickName)
m_sNickName
- New value of property m_sNickName.public final java.lang.String getNickName()
getNickName
in interface IMatchLineupPlayer
public final byte getPosition()
SpielerPosition
getPosition
in interface IMatchLineupPlayer
getPosition
in class SpielerPosition
public final void setPositionCode(int m_iPositionCode)
m_iPositionCode
- New value of property m_iPositionCode.public final int getPositionCode()
getPositionCode
in interface IMatchLineupPlayer
public final void setRating(double m_dRating)
m_dRating
- New value of property m_dRating.public final double getRating()
getRating
in interface IMatchLineupPlayer
public final void setSpielerName(java.lang.String m_sSpielerName)
m_sSpielerName
- New value of property m_sSpielerName.public final java.lang.String getSpielerName()
getSpielerName
in interface IMatchLineupPlayer
public final void setSpielerVName(java.lang.String m_sSpielerVName)
m_sSpielerVName
- New value of property m_sSpielerVName.public final java.lang.String getSpielerVName()
getSpielerVName
in interface IMatchLineupPlayer
public final void setStatus(int m_iStatus)
m_iStatus
- New value of property m_iStatus.public final int getStatus()
getStatus
in interface IMatchLineupPlayer
protected final void setName(java.lang.String name)
name
- TODO Missing Constructuor Parameter Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |