Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.openscience.nmrshiftdb.om.map
Class DBLiteratureMapBuilder  view DBLiteratureMapBuilder download DBLiteratureMapBuilder.java

java.lang.Object
  extended byorg.openscience.nmrshiftdb.om.map.DBLiteratureMapBuilder

public class DBLiteratureMapBuilder
extends java.lang.Object


Field Summary
static java.lang.String CLASS_NAME
          the name of this class
private  DatabaseMap dbMap
          the database map
 
Constructor Summary
DBLiteratureMapBuilder()
           
 
Method Summary
 void doBuild()
          the doBuild() method builds the DatabaseMap
 DatabaseMap getDatabaseMap()
          gets the databasemap this map builder built.
static java.lang.String getDBLiterature_Doi()
          LITERATURE.DOI
static java.lang.String getDBLiterature_EtAl()
          LITERATURE.ET_AL
static java.lang.String getDBLiterature_LiteratureId()
          LITERATURE.LITERATURE_ID
static java.lang.String getDBLiterature_Subtitle()
          LITERATURE.SUBTITLE
static java.lang.String getDBLiterature_Title()
          LITERATURE.TITLE
static java.lang.String getDBLiterature_TitleTotal()
          LITERATURE.TITLE_TOTAL
static java.lang.String getDBLiterature_TitleTotalSoundex()
          LITERATURE.TITLE_TOTAL_SOUNDEX
static java.lang.String getDBLiterature_Url()
          LITERATURE.URL
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

dbMap

private DatabaseMap dbMap
the database map

Constructor Detail

DBLiteratureMapBuilder

public DBLiteratureMapBuilder()
Method Detail

getTable

public static java.lang.String getTable()
item


getDBLiterature_LiteratureId

public static java.lang.String getDBLiterature_LiteratureId()
LITERATURE.LITERATURE_ID


getDBLiterature_Title

public static java.lang.String getDBLiterature_Title()
LITERATURE.TITLE


getDBLiterature_Subtitle

public static java.lang.String getDBLiterature_Subtitle()
LITERATURE.SUBTITLE


getDBLiterature_TitleTotalSoundex

public static java.lang.String getDBLiterature_TitleTotalSoundex()
LITERATURE.TITLE_TOTAL_SOUNDEX


getDBLiterature_TitleTotal

public static java.lang.String getDBLiterature_TitleTotal()
LITERATURE.TITLE_TOTAL


getDBLiterature_EtAl

public static java.lang.String getDBLiterature_EtAl()
LITERATURE.ET_AL


getDBLiterature_Url

public static java.lang.String getDBLiterature_Url()
LITERATURE.URL


getDBLiterature_Doi

public static java.lang.String getDBLiterature_Doi()
LITERATURE.DOI


isBuilt

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


getDatabaseMap

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


doBuild

public void doBuild()
             throws java.lang.Exception
the doBuild() method builds the DatabaseMap