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