|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimulations.database.core.PlayersRanking
public class PlayersRanking
Constructor Summary | |
---|---|
PlayersRanking(java.sql.ResultSet rs)
Creates a new instance of PlayersRanking |
Method Summary | |
---|---|
int |
getIdGame()
Getter for property idGame. |
int |
getIdPlayer()
Getter for property idPlayer. |
int |
getLastTurn()
Getter for property lastTurn. |
int |
getRank()
Getter for property rank. |
void |
setIdGame(int idGame)
Setter for property idGame. |
void |
setIdPlayer(int idPlayer)
Setter for property idPlayer. |
void |
setLastTurn(int lastTurn)
Setter for property lastTurn. |
void |
setRank(int rank)
Setter for property rank. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlayersRanking(java.sql.ResultSet rs)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int getIdGame()
public void setIdGame(int idGame)
idGame
- New value of property idGame.public int getIdPlayer()
public void setIdPlayer(int idPlayer)
idPlayer
- New value of property idPlayer.public int getLastTurn()
public void setLastTurn(int lastTurn)
lastTurn
- New value of property lastTurn.public int getRank()
public void setRank(int rank)
rank
- New value of property rank.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |