org.paneris.bibliomania
Class BookFormat

java.lang.Object
  extended by org.melati.poem.transaction.Transactioned
      extended by org.melati.poem.JdbcPersistent
          extended by org.paneris.bibliomania.generated.BookFormatBase
              extended by org.paneris.bibliomania.BookFormat
All Implemented Interfaces:
java.lang.Cloneable, org.melati.poem.Persistable, org.melati.poem.Persistent, org.melati.poem.Treeable

public class BookFormat
extends BookFormatBase


Field Summary
 
Fields inherited from class org.paneris.bibliomania.generated.BookFormatBase
descriptionregexp, displayname, id
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
BookFormat()
           
 
Method Summary
 org.apache.oro.text.regex.Perl5Pattern getDescriptionPerl5Regexp()
           
 void setDescriptionregexp(java.lang.String re)
          Sets the Descriptionregexp value, with checking, for this BookFormat Persistent.
 
Methods inherited from class org.paneris.bibliomania.generated.BookFormatBase
getBibliomaniaDatabaseTables, getBookFormatTable, getDescriptionregexp_unsafe, getDescriptionregexp, getDescriptionregexpField, getDisplayname_unsafe, getDisplayname, getDisplaynameField, getId_unsafe, getId, getIdField, setDescriptionregexp_unsafe, setDisplayname_unsafe, setDisplayname, setId_unsafe, setId, setId
 
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

BookFormat

public BookFormat()
Method Detail

setDescriptionregexp

public void setDescriptionregexp(java.lang.String re)
Description copied from class: BookFormatBase
Sets the Descriptionregexp value, with checking, for this BookFormat Persistent. Field description: A regular expression pattern for matching the different ways bookshops describe the format

Overrides:
setDescriptionregexp in class BookFormatBase
Parameters:
re - a validated int

getDescriptionPerl5Regexp

public org.apache.oro.text.regex.Perl5Pattern getDescriptionPerl5Regexp()


Copyright © 2000-2009 PanEris. All Rights Reserved.