|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--br.usp.ime.xpusp.om.map.StudentMapBuilder
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 | |
StudentMapBuilder()
|
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 |
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 |
|
Field Detail |
public static final java.lang.String CLASS_NAME
private org.apache.turbine.util.db.map.DatabaseMap dbMap
Constructor Detail |
public StudentMapBuilder()
Method Detail |
public static java.lang.String getTable()
public static java.lang.String getStudent_NrUsp()
public static java.lang.String getStudent_Email()
public static java.lang.String getStudent_Name()
public static java.lang.String getStudent_CourseId()
public static java.lang.String getStudent_HabId()
public static java.lang.String getStudent_ProbableGraduate()
public static java.lang.String getStudent_Obs()
public static java.lang.String getStudent_NrElectives()
public boolean isBuilt()
isBuilt
in interface org.apache.turbine.util.db.map.MapBuilder
public org.apache.turbine.util.db.map.DatabaseMap getDatabaseMap()
getDatabaseMap
in interface org.apache.turbine.util.db.map.MapBuilder
public void doBuild() throws java.lang.Exception
doBuild
in interface org.apache.turbine.util.db.map.MapBuilder
|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |