|
|||||||||
| Home >> All >> org >> openscience >> nmrshiftdb >> om >> [ map overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.openscience.nmrshiftdb.om.map
Class DBBookDBPublisherMapBuilder

java.lang.Objectorg.openscience.nmrshiftdb.om.map.DBBookDBPublisherMapBuilder
- public class DBBookDBPublisherMapBuilder
- 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 | |
DBBookDBPublisherMapBuilder()
|
|
| Method Summary | |
void |
doBuild()
the doBuild() method builds the DatabaseMap |
DatabaseMap |
getDatabaseMap()
gets the databasemap this map builder built. |
static java.lang.String |
getDBBookDBPublisher_LiteratureId()
BOOK_PUBLISHER.LITERATURE_ID |
static java.lang.String |
getDBBookDBPublisher_PublisherId()
BOOK_PUBLISHER.PUBLISHER_ID |
static java.lang.String |
getDBBookDBPublisher_Year()
BOOK_PUBLISHER.YEAR |
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 |
DBBookDBPublisherMapBuilder
public DBBookDBPublisherMapBuilder()
| Method Detail |
getTable
public static java.lang.String getTable()
- item
getDBBookDBPublisher_PublisherId
public static java.lang.String getDBBookDBPublisher_PublisherId()
- BOOK_PUBLISHER.PUBLISHER_ID
getDBBookDBPublisher_LiteratureId
public static java.lang.String getDBBookDBPublisher_LiteratureId()
- BOOK_PUBLISHER.LITERATURE_ID
getDBBookDBPublisher_Year
public static java.lang.String getDBBookDBPublisher_Year()
- BOOK_PUBLISHER.YEAR
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
|
|||||||||
| Home >> All >> org >> openscience >> nmrshiftdb >> om >> [ map overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.openscience.nmrshiftdb.om.map.DBBookDBPublisherMapBuilder