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 StudentMapBuilder  view StudentMapBuilder download StudentMapBuilder.java

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

public class StudentMapBuilder
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
StudentMapBuilder()
           
 
Method Summary
 void doBuild()
          the doBuild() method builds the DatabaseMap
 DatabaseMap getDatabaseMap()
          gets the databasemap this map builder built.
static java.lang.String getStudent_CourseId()
          student.COURSE_ID
static java.lang.String getStudent_Email()
          student.EMAIL
static java.lang.String getStudent_HabId()
          student.HAB_ID
static java.lang.String getStudent_Name()
          student.NAME
static java.lang.String getStudent_NrElectives()
          student.NR_ELECTIVES
static java.lang.String getStudent_NrUsp()
          student.NR_USP
static java.lang.String getStudent_Obs()
          student.OBS
static java.lang.String getStudent_ProbableGraduate()
          student.PROBABLE_GRADUATE
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

StudentMapBuilder

public StudentMapBuilder()
Method Detail

getTable

public static java.lang.String getTable()
item


getStudent_NrUsp

public static java.lang.String getStudent_NrUsp()
student.NR_USP


getStudent_Email

public static java.lang.String getStudent_Email()
student.EMAIL


getStudent_Name

public static java.lang.String getStudent_Name()
student.NAME


getStudent_CourseId

public static java.lang.String getStudent_CourseId()
student.COURSE_ID


getStudent_HabId

public static java.lang.String getStudent_HabId()
student.HAB_ID


getStudent_ProbableGraduate

public static java.lang.String getStudent_ProbableGraduate()
student.PROBABLE_GRADUATE


getStudent_Obs

public static java.lang.String getStudent_Obs()
student.OBS


getStudent_NrElectives

public static java.lang.String getStudent_NrElectives()
student.NR_ELECTIVES


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