com.aurel.track.persist.map
Class TProjectTypeMapBuilder

java.lang.Object
  extended by com.aurel.track.persist.map.TProjectTypeMapBuilder

public class TProjectTypeMapBuilder
extends java.lang.Object


Field Summary
static java.lang.String CLASS_NAME
          The name of this class
 
Constructor Summary
TProjectTypeMapBuilder()
           
 
Method Summary
 void doBuild()
          The doBuild() method builds the DatabaseMap
 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

CLASS_NAME

public static final java.lang.String CLASS_NAME
The name of this class

See Also:
Constant Field Values
Constructor Detail

TProjectTypeMapBuilder

public TProjectTypeMapBuilder()
Method Detail

isBuilt

public boolean isBuilt()
Tells us if this DatabaseMapBuilder is built so that we don't have to re-build it every time.

Returns:
true if this DatabaseMapBuilder is built

getDatabaseMap

public DatabaseMap getDatabaseMap()
Gets the databasemap this map builder built.

Returns:
the databasemap

doBuild

public void doBuild()
             throws TorqueException
The doBuild() method builds the DatabaseMap

Throws:
TorqueException


Issue Tracking with Track+: Home Page      Copyright © 2008 Trackplus. All Rights Reserved.