XPUSP - Home

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

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

public class YearMapBuilder
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
YearMapBuilder()
           
 
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 getTable()
          item
static java.lang.String getYear_Closed()
          year.CLOSED
static java.lang.String getYear_Created()
          year.CREATED
static java.lang.String getYear_DepartmentCode()
          year.DEPARTMENT_CODE
static java.lang.String getYear_Finished()
          year.FINISHED
static java.lang.String getYear_Pooling()
          year.POOLING
static java.lang.String getYear_Solving()
          year.SOLVING
static java.lang.String getYear_Status()
          year.STATUS
static java.lang.String getYear_Year()
          year.YEAR
static java.lang.String getYear_YearId()
          year.YEAR_ID
 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

YearMapBuilder

public YearMapBuilder()
Method Detail

getTable

public static java.lang.String getTable()
item

getYear_YearId

public static java.lang.String getYear_YearId()
year.YEAR_ID

getYear_DepartmentCode

public static java.lang.String getYear_DepartmentCode()
year.DEPARTMENT_CODE

getYear_Year

public static java.lang.String getYear_Year()
year.YEAR

getYear_Status

public static java.lang.String getYear_Status()
year.STATUS

getYear_Created

public static java.lang.String getYear_Created()
year.CREATED

getYear_Pooling

public static java.lang.String getYear_Pooling()
year.POOLING

getYear_Closed

public static java.lang.String getYear_Closed()
year.CLOSED

getYear_Solving

public static java.lang.String getYear_Solving()
year.SOLVING

getYear_Finished

public static java.lang.String getYear_Finished()
year.FINISHED

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