XPUSP - Home

br.usp.ime.xpusp.om.map
Class ProfessorMapBuilder

java.lang.Object
  |
  +--br.usp.ime.xpusp.om.map.ProfessorMapBuilder
All Implemented Interfaces:
org.apache.turbine.util.db.map.MapBuilder

public class ProfessorMapBuilder
extends java.lang.Object
implements org.apache.turbine.util.db.map.MapBuilder

This class was autogenerated by Torque.


Field Summary
static java.lang.String CLASS_NAME
          the name of this class
private  org.apache.turbine.util.db.map.DatabaseMap dbMap
          the database map
 
Constructor Summary
ProfessorMapBuilder()
           
 
Method Summary
 void doBuild()
          the doBuild() method builds the DatabaseMap
 org.apache.turbine.util.db.map.DatabaseMap getDatabaseMap()
          gets the databasemap this map builder built.
static java.lang.String getProfessor_DepartmentCode()
          professor.DEPARTMENT_CODE
static java.lang.String getProfessor_FreeSemester()
          professor.FREE_SEMESTER
static java.lang.String getProfessor_ProfessorId()
          professor.PROFESSOR_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, registerNatives, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

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

dbMap

private org.apache.turbine.util.db.map.DatabaseMap dbMap
the database map
Constructor Detail

ProfessorMapBuilder

public ProfessorMapBuilder()
Method Detail

getTable

public static java.lang.String getTable()
item

getProfessor_ProfessorId

public static java.lang.String getProfessor_ProfessorId()
professor.PROFESSOR_ID

getProfessor_DepartmentCode

public static java.lang.String getProfessor_DepartmentCode()
professor.DEPARTMENT_CODE

getProfessor_FreeSemester

public static java.lang.String getProfessor_FreeSemester()
professor.FREE_SEMESTER

isBuilt

public boolean isBuilt()
tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time
Specified by:
isBuilt in interface org.apache.turbine.util.db.map.MapBuilder

getDatabaseMap

public org.apache.turbine.util.db.map.DatabaseMap getDatabaseMap()
gets the databasemap this map builder built.
Specified by:
getDatabaseMap in interface org.apache.turbine.util.db.map.MapBuilder

doBuild

public void doBuild()
             throws java.lang.Exception
the doBuild() method builds the DatabaseMap
Specified by:
doBuild in interface org.apache.turbine.util.db.map.MapBuilder

XPUSP - Home