|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimulations.database.core.CoalitionsRanking
public class CoalitionsRanking
Constructor Summary | |
---|---|
CoalitionsRanking(java.sql.ResultSet rs)
Creates a new instance of CoalitionsRanking |
Method Summary | |
---|---|
int |
getIdCoalition()
Getter for property idCoalition. |
int |
getIdGame()
Getter for property idGame. |
int |
getLgMax()
Getter for property lgMax. |
int |
getNbOcc()
Getter for property nbOcc. |
int |
getNbSeq()
Getter for property nbSeq. |
int |
getRank()
Getter for property rank. |
void |
setIdCoalition(int idCoalition)
Setter for property idCoalition. |
void |
setIdGame(int idGame)
Setter for property idGame. |
void |
setLgMax(int lgMax)
Setter for property lgMax. |
void |
setNbOcc(int nbOcc)
Setter for property nbOcc. |
void |
setNbSeq(int nbSeq)
Setter for property nbSeq. |
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 CoalitionsRanking(java.sql.ResultSet rs)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int getIdCoalition()
public void setIdCoalition(int idCoalition)
idCoalition
- New value of property idCoalition.public int getIdGame()
public void setIdGame(int idGame)
idGame
- New value of property idGame.public int getLgMax()
public void setLgMax(int lgMax)
lgMax
- New value of property lgMax.public int getNbOcc()
public void setNbOcc(int nbOcc)
nbOcc
- New value of property nbOcc.public int getNbSeq()
public void setNbSeq(int nbSeq)
nbSeq
- New value of property nbSeq.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 |