simulations.database.core
Class CoalitionsRanking

java.lang.Object
  extended by simulations.database.core.CoalitionsRanking

public class CoalitionsRanking
extends java.lang.Object


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

CoalitionsRanking

public CoalitionsRanking(java.sql.ResultSet rs)
Creates a new instance of CoalitionsRanking

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getIdCoalition

public int getIdCoalition()
Getter for property idCoalition.

Returns:
Value of property idCoalition.

setIdCoalition

public void setIdCoalition(int idCoalition)
Setter for property idCoalition.

Parameters:
idCoalition - New value of property idCoalition.

getIdGame

public int getIdGame()
Getter for property idGame.

Returns:
Value of property idGame.

setIdGame

public void setIdGame(int idGame)
Setter for property idGame.

Parameters:
idGame - New value of property idGame.

getLgMax

public int getLgMax()
Getter for property lgMax.

Returns:
Value of property lgMax.

setLgMax

public void setLgMax(int lgMax)
Setter for property lgMax.

Parameters:
lgMax - New value of property lgMax.

getNbOcc

public int getNbOcc()
Getter for property nbOcc.

Returns:
Value of property nbOcc.

setNbOcc

public void setNbOcc(int nbOcc)
Setter for property nbOcc.

Parameters:
nbOcc - New value of property nbOcc.

getNbSeq

public int getNbSeq()
Getter for property nbSeq.

Returns:
Value of property nbSeq.

setNbSeq

public void setNbSeq(int nbSeq)
Setter for property nbSeq.

Parameters:
nbSeq - New value of property nbSeq.

getRank

public int getRank()
Getter for property rank.

Returns:
Value of property rank.

setRank

public void setRank(int rank)
Setter for property rank.

Parameters:
rank - New value of property rank.