com.konakart.om.map
Class KkSsoMapBuilder

java.lang.Object
  extended by com.konakart.om.map.KkSsoMapBuilder
All Implemented Interfaces:
org.apache.torque.map.MapBuilder

public class KkSsoMapBuilder
extends java.lang.Object
implements org.apache.torque.map.MapBuilder

This class was autogenerated by Torque on: [Wed Jun 13 21:13:35 BST 2012]


Field Summary
static java.lang.String CLASS_NAME
          The name of this class
 
Constructor Summary
KkSsoMapBuilder()
           
 
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

CLASS_NAME

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

See Also:
Constant Field Values
Constructor Detail

KkSsoMapBuilder

public KkSsoMapBuilder()
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.

Specified by:
isBuilt in interface org.apache.torque.map.MapBuilder
Returns:
true if this DatabaseMapBuilder is built

getDatabaseMap

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

Specified by:
getDatabaseMap in interface org.apache.torque.map.MapBuilder
Returns:
the databasemap

doBuild

public void doBuild()
             throws org.apache.torque.TorqueException
The doBuild() method builds the DatabaseMap

Specified by:
doBuild in interface org.apache.torque.map.MapBuilder
Throws:
org.apache.torque.TorqueException


Copyright © 2011 DS Data Systems UK Ltd.