|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsimulations.database.core.Player
public class Player
| Constructor Summary | |
|---|---|
Player(java.sql.ResultSet rs)
Creates a new instance of Player |
|
| Method Summary | |
|---|---|
int |
getIdGame()
Getter for property idGame. |
int |
getIdPlayer()
Getter for property idPlayer. |
int |
getIdStrategy()
Getter for property idStrategy. |
int |
getLastTurn(Communication com)
|
java.lang.String |
getName()
Getter for property name. |
void |
setIdGame(int idGame)
Setter for property idGame. |
void |
setIdPlayer(int idPlayer)
Setter for property idPlayer. |
void |
setIdStrategy(int idStrategy)
Setter for property idStrategy. |
void |
setName(java.lang.String name)
Setter for property name. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Player(java.sql.ResultSet rs)
| Method Detail |
|---|
public int getLastTurn(Communication com)
public java.lang.String toString()
toString in class java.lang.Objectpublic 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 getIdStrategy()
public void setIdStrategy(int idStrategy)
idStrategy - New value of property idStrategy.public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of property name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||