edu.jhu.tmaj.client.tables.logs
Class LogTableNumbers

java.lang.Object
  extended by edu.jhu.tmaj.client.tables.logs.LogTableNumbers

public final class LogTableNumbers
extends java.lang.Object

A utility class that gives each updatable table in TMAJ a unique table number. The numbers associated with the LogTables are put into the two database tables DataUpdates and DataDeletes


Method Summary
static int getTableNumber(DatabaseTable databaseTable)
           
static int getTableNumber(JBean bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTableNumber

public static int getTableNumber(JBean bean)

getTableNumber

public static int getTableNumber(DatabaseTable databaseTable)