|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgame.gamestorage.texas.db.DBProjector
public abstract class DBProjector
This abstract class holds some fields independent from writing or reading the database
| Field Summary | |
|---|---|
protected int |
competition_id
the competition_id generated by db |
protected int |
gamedef_id
the gamedef_id generated by db |
protected int[] |
player_ids
the player_ids generated by db |
protected java.lang.String[] |
player_names
the player_names as String |
| Constructor Summary | |
|---|---|
DBProjector()
|
|
| Method Summary | |
|---|---|
int |
getGamedef_id()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int gamedef_id
protected int competition_id
protected int[] player_ids
protected java.lang.String[] player_names
| Constructor Detail |
|---|
public DBProjector()
| Method Detail |
|---|
public int getGamedef_id()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||