|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openscience.nmrshiftdb.om.map.DBBondMapBuilder
public class DBBondMapBuilder
This class was autogenerated by Torque on: [Tue Nov 21 16:23:43 CET 2006]
Field Summary | |
---|---|
static java.lang.String |
CLASS_NAME
The name of this class |
private org.apache.torque.map.DatabaseMap |
dbMap
The database map. |
Constructor Summary | |
---|---|
DBBondMapBuilder()
|
Method Summary | |
---|---|
void |
doBuild()
The doBuild() method builds the DatabaseMap |
org.apache.torque.map.DatabaseMap |
getDatabaseMap()
Gets the databasemap this map builder built. |
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 |
---|
public static final java.lang.String CLASS_NAME
private org.apache.torque.map.DatabaseMap dbMap
Constructor Detail |
---|
public DBBondMapBuilder()
Method Detail |
---|
public boolean isBuilt()
isBuilt
in interface org.apache.torque.map.MapBuilder
public org.apache.torque.map.DatabaseMap getDatabaseMap()
getDatabaseMap
in interface org.apache.torque.map.MapBuilder
public void doBuild() throws org.apache.torque.TorqueException
doBuild
in interface org.apache.torque.map.MapBuilder
org.apache.torque.TorqueException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |