Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

br.usp.ime.xpusp.om.map
Class PoolResultsMapBuilder  view PoolResultsMapBuilder download PoolResultsMapBuilder.java

java.lang.Object
  extended bybr.usp.ime.xpusp.om.map.PoolResultsMapBuilder

public class PoolResultsMapBuilder
extends java.lang.Object

This class was autogenerated by Torque.


Field Summary
static java.lang.String CLASS_NAME
          the name of this class
private  DatabaseMap dbMap
          the database map
 
Constructor Summary
PoolResultsMapBuilder()
           
 
Method Summary
 void doBuild()
          the doBuild() method builds the DatabaseMap
 DatabaseMap getDatabaseMap()
          gets the databasemap this map builder built.
static java.lang.String getPoolResults_CourseId()
          pool_results.COURSE_ID
static java.lang.String getPoolResults_HabId()
          pool_results.HAB_ID
static java.lang.String getPoolResults_PoolId()
          pool_results.POOL_ID
static java.lang.String getPoolResults_StudentsCourse()
          pool_results.STUDENTS_COURSE
static java.lang.String getPoolResults_StudentsPooled()
          pool_results.STUDENTS_POOLED
static java.lang.String getPoolResults_YearId()
          pool_results.YEAR_ID
static java.lang.String getTable()
          item
 boolean isBuilt()
          tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
the name of this class

See Also:
Constant Field Values

dbMap

private DatabaseMap dbMap
the database map

Constructor Detail

PoolResultsMapBuilder

public PoolResultsMapBuilder()
Method Detail

getTable

public static java.lang.String getTable()
item


getPoolResults_PoolId

public static java.lang.String getPoolResults_PoolId()
pool_results.POOL_ID


getPoolResults_YearId

public static java.lang.String getPoolResults_YearId()
pool_results.YEAR_ID


getPoolResults_CourseId

public static java.lang.String getPoolResults_CourseId()
pool_results.COURSE_ID


getPoolResults_HabId

public static java.lang.String getPoolResults_HabId()
pool_results.HAB_ID


getPoolResults_StudentsPooled

public static java.lang.String getPoolResults_StudentsPooled()
pool_results.STUDENTS_POOLED


getPoolResults_StudentsCourse

public static java.lang.String getPoolResults_StudentsCourse()
pool_results.STUDENTS_COURSE


isBuilt

public boolean isBuilt()
tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time


getDatabaseMap

public DatabaseMap getDatabaseMap()
gets the databasemap this map builder built.


doBuild

public void doBuild()
             throws java.lang.Exception
the doBuild() method builds the DatabaseMap