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