game.gamestorage.texas.db
Class DBProjector

java.lang.Object
  extended by game.gamestorage.texas.db.DBProjector
Direct Known Subclasses:
GetterDBProjector, SetterDBProjector

public abstract class DBProjector
extends java.lang.Object

This abstract class holds some fields independent from writing or reading the database

Author:
Witthold/Korol

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

gamedef_id

protected int gamedef_id
the gamedef_id generated by db


competition_id

protected int competition_id
the competition_id generated by db


player_ids

protected int[] player_ids
the player_ids generated by db


player_names

protected java.lang.String[] player_names
the player_names as String

Constructor Detail

DBProjector

public DBProjector()
Method Detail

getGamedef_id

public int getGamedef_id()
Returns:
the gamedef_id generated by db