gov.virginia.dcjs.standards
Class Academy

java.lang.Object
  extended bygov.virginia.dcjs.relational.util.DataTable
      extended bygov.virginia.dcjs.standards.Academy

public final class Academy
extends DataTable

This class contains the meta data for the TRex Academy data table. * It is a singleton implementation that obtains its meta data at * the first request for a reference.


Method Summary
 Record getBlankRecord()
          Obtain a blank record having this table's structure.
static DataTable getInstance()
          Obtain a reference to the table's class.
 java.lang.String getName()
          Obtain the name of the table within the database * @return Name of database table this object has meta data for
 
Methods inherited from class gov.virginia.dcjs.relational.util.DataTable
getGRMD, getGRMD, getTableID, setTableID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final DataTable getInstance()
Obtain a reference to the table's class. * @return Singleton reference to the table's class.


getBlankRecord

public final Record getBlankRecord()
Obtain a blank record having this table's structure. * @return Blank record with the represented table's structure.

Specified by:
getBlankRecord in class DataTable

getName

public final java.lang.String getName()
Obtain the name of the table within the database * @return Name of database table this object has meta data for

Specified by:
getName in class DataTable