org.openprivacy.reptile.om.map
Class ChannelMapBuilder

java.lang.Object
  |
  +--org.openprivacy.reptile.om.map.ChannelMapBuilder
All Implemented Interfaces:
org.apache.turbine.util.db.map.MapBuilder

public class ChannelMapBuilder
extends java.lang.Object
implements org.apache.turbine.util.db.map.MapBuilder

This class was autogenerated by Torque on: [Mon Jul 01 17:54:11 PDT 2002]


Field Summary
static java.lang.String CLASS_NAME
          the name of this class
 
Constructor Summary
ChannelMapBuilder()
           
 
Method Summary
 void doBuild()
          the doBuild() method builds the DatabaseMap
static java.lang.String getChannel_CategoryFk()
          CHANNEL.CATEGORY_FK
static java.lang.String getChannel_ContentType()
          CHANNEL.CONTENT_TYPE
static java.lang.String getChannel_Copyright()
          CHANNEL.COPYRIGHT
static java.lang.String getChannel_Creator()
          CHANNEL.CREATOR
static java.lang.String getChannel_DateFound()
          CHANNEL.DATE_FOUND
static java.lang.String getChannel_Description()
          CHANNEL.DESCRIPTION
static java.lang.String getChannel_Id()
          CHANNEL.ID
static java.lang.String getChannel_ImageFk()
          CHANNEL.IMAGE_FK
static java.lang.String getChannel_Indexed()
          CHANNEL.INDEXED
static java.lang.String getChannel_Initialized()
          CHANNEL.INITIALIZED
static java.lang.String getChannel_LastUpdated()
          CHANNEL.LAST_UPDATED
static java.lang.String getChannel_Location()
          CHANNEL.LOCATION
static java.lang.String getChannel_Publisher()
          CHANNEL.PUBLISHER
static java.lang.String getChannel_Site()
          CHANNEL.SITE
static java.lang.String getChannel_Source()
          CHANNEL.SOURCE
static java.lang.String getChannel_Subscribed()
          CHANNEL.SUBSCRIBED
static java.lang.String getChannel_Title()
          CHANNEL.TITLE
 org.apache.turbine.util.db.map.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
Constructor Detail

ChannelMapBuilder

public ChannelMapBuilder()
Method Detail

getTable

public static java.lang.String getTable()
item


getChannel_Id

public static java.lang.String getChannel_Id()
CHANNEL.ID


getChannel_Location

public static java.lang.String getChannel_Location()
CHANNEL.LOCATION


getChannel_Site

public static java.lang.String getChannel_Site()
CHANNEL.SITE


getChannel_ContentType

public static java.lang.String getChannel_ContentType()
CHANNEL.CONTENT_TYPE


getChannel_Title

public static java.lang.String getChannel_Title()
CHANNEL.TITLE


getChannel_Description

public static java.lang.String getChannel_Description()
CHANNEL.DESCRIPTION


getChannel_ImageFk

public static java.lang.String getChannel_ImageFk()
CHANNEL.IMAGE_FK


getChannel_Source

public static java.lang.String getChannel_Source()
CHANNEL.SOURCE


getChannel_DateFound

public static java.lang.String getChannel_DateFound()
CHANNEL.DATE_FOUND


getChannel_LastUpdated

public static java.lang.String getChannel_LastUpdated()
CHANNEL.LAST_UPDATED


getChannel_Copyright

public static java.lang.String getChannel_Copyright()
CHANNEL.COPYRIGHT


getChannel_CategoryFk

public static java.lang.String getChannel_CategoryFk()
CHANNEL.CATEGORY_FK


getChannel_Subscribed

public static java.lang.String getChannel_Subscribed()
CHANNEL.SUBSCRIBED


getChannel_Indexed

public static java.lang.String getChannel_Indexed()
CHANNEL.INDEXED


getChannel_Initialized

public static java.lang.String getChannel_Initialized()
CHANNEL.INITIALIZED


getChannel_Publisher

public static java.lang.String getChannel_Publisher()
CHANNEL.PUBLISHER


getChannel_Creator

public static java.lang.String getChannel_Creator()
CHANNEL.CREATOR


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
java.lang.Exception