org.paneris.bibliomania.generated
Class BoardTypeBase

java.lang.Object
  extended by org.melati.poem.transaction.Transactioned
      extended by org.melati.poem.JdbcPersistent
          extended by org.paneris.melati.boards.model.generated.BoardTypeBase
              extended by org.paneris.melati.boards.model.BoardType
                  extended by org.paneris.bibliomania.generated.BoardTypeBase
All Implemented Interfaces:
java.lang.Cloneable, org.melati.poem.Persistable, org.melati.poem.Persistent, org.melati.poem.Treeable
Direct Known Subclasses:
BoardType

public abstract class BoardTypeBase
extends org.paneris.melati.boards.model.BoardType

Melati POEM generated abstract base class for a Persistent BoardType Object.

See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava

Field Summary
 
Fields inherited from class org.paneris.melati.boards.model.generated.BoardTypeBase
description, id, type
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
BoardTypeBase()
           
 
Method Summary
 BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
          Retrieves the Database object.
 org.paneris.melati.boards.model.BoardTypeTable getBoardTypeTable()
          Retrieves the BoardTypeTable table which this Persistent is from.
 
Methods inherited from class org.paneris.melati.boards.model.generated.BoardTypeBase
getBoardsDatabaseTables, getDescription_unsafe, getDescription, getDescriptionField, getId_unsafe, getId, getIdField, getType_unsafe, getType, getTypeField, setDescription_unsafe, setDescription, setId_unsafe, setId, setId, setType_unsafe, setType
 
Methods inherited from class org.melati.poem.JdbcPersistent
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, clone, commit, countMatchSQL, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, deleteLock, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, existenceLock, fieldsOfColumns, fromClause, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getName, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, load, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, readLock, readLock, readLock, rollback, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troid, upToDate, writeDown, writeLock, writeLock, writeLock
 
Methods inherited from class org.melati.poem.transaction.Transactioned
markValid, reset, setTransactionPool, transactionPool, unSee
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoardTypeBase

public BoardTypeBase()
Method Detail

getBibliomaniaDatabaseTables

public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
Retrieves the Database object.

Returns:
the database
See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava

getBoardTypeTable

public org.paneris.melati.boards.model.BoardTypeTable getBoardTypeTable()
Retrieves the BoardTypeTable table which this Persistent is from.

Overrides:
getBoardTypeTable in class org.paneris.melati.boards.model.generated.BoardTypeBase
Returns:
the org.paneris.melati.boards.model.BoardTypeTable
See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava


Copyright © 2000-2009 PanEris. All Rights Reserved.