|
|||||||||
| Home >> All >> br >> usp >> ime >> xpusp >> om >> [ map overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
br.usp.ime.xpusp.om.map
Class CourseElectiveMapBuilder

java.lang.Objectbr.usp.ime.xpusp.om.map.CourseElectiveMapBuilder
- public class CourseElectiveMapBuilder
- 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 | |
CourseElectiveMapBuilder()
|
|
| Method Summary | |
void |
doBuild()
the doBuild() method builds the DatabaseMap |
static java.lang.String |
getCourseElective_CourseId()
course_elective.COURSE_ID |
static java.lang.String |
getCourseElective_DisciplineId()
course_elective.DISCIPLINE_ID |
static java.lang.String |
getCourseElective_HabId()
course_elective.HAB_ID |
static java.lang.String |
getCourseElective_Semester()
course_elective.SEMESTER |
DatabaseMap |
getDatabaseMap()
gets the databasemap this map builder built. |
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 |
CourseElectiveMapBuilder
public CourseElectiveMapBuilder()
| Method Detail |
getTable
public static java.lang.String getTable()
- item
getCourseElective_CourseId
public static java.lang.String getCourseElective_CourseId()
- course_elective.COURSE_ID
getCourseElective_HabId
public static java.lang.String getCourseElective_HabId()
- course_elective.HAB_ID
getCourseElective_DisciplineId
public static java.lang.String getCourseElective_DisciplineId()
- course_elective.DISCIPLINE_ID
getCourseElective_Semester
public static java.lang.String getCourseElective_Semester()
- course_elective.SEMESTER
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
|
|||||||||
| Home >> All >> br >> usp >> ime >> xpusp >> om >> [ map overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
br.usp.ime.xpusp.om.map.CourseElectiveMapBuilder