org.openprivacy.reptile.om.map
Class FeedMapBuilder

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

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

This class was autogenerated by Torque on: [Thu Feb 14 00:17:16 PST 2002]


Field Summary
static java.lang.String CLASS_NAME
          the name of this class
 
Constructor Summary
FeedMapBuilder()
           
 
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 getFeed_ContentType()
          FEED.CONTENT_TYPE
static java.lang.String getFeed_Copyright()
          FEED.COPYRIGHT
static java.lang.String getFeed_DateFound()
          FEED.DATE_FOUND
static java.lang.String getFeed_Id()
          FEED.ID
static java.lang.String getFeed_LastUpdated()
          FEED.LAST_UPDATED
static java.lang.String getFeed_Location()
          FEED.LOCATION
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
Constructor Detail

FeedMapBuilder

public FeedMapBuilder()
Method Detail

getTable

public static java.lang.String getTable()
item

getFeed_Id

public static java.lang.String getFeed_Id()
FEED.ID

getFeed_Location

public static java.lang.String getFeed_Location()
FEED.LOCATION

getFeed_ContentType

public static java.lang.String getFeed_ContentType()
FEED.CONTENT_TYPE

getFeed_DateFound

public static java.lang.String getFeed_DateFound()
FEED.DATE_FOUND

getFeed_LastUpdated

public static java.lang.String getFeed_LastUpdated()
FEED.LAST_UPDATED

getFeed_Copyright

public static java.lang.String getFeed_Copyright()
FEED.COPYRIGHT

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