|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.poem.transaction.Transactioned
org.melati.poem.JdbcPersistent
org.paneris.bibliomania.generated.UnitBase
org.paneris.bibliomania.Unit
org.paneris.bibliomania.generated.ChapterBase
public abstract class ChapterBase
Melati POEM generated abstract base class for a Persistent
Chapter Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.paneris.bibliomania.Unit |
|---|
Unit.NoSourceDirException |
| Field Summary | |
|---|---|
protected java.lang.Integer |
book
book - The book to which the chapter belongs |
protected java.lang.String |
filename
filename - The filename of the chapter in the local filesystem, relative to `Path' |
protected java.lang.Integer |
id
id |
protected java.sql.Timestamp |
indexdate
FTI index date - When the chapter was free-text-indexed |
protected java.lang.String |
longtitle
Long title - The long title of the chapter (e.g. |
protected java.lang.String |
part
part |
protected java.lang.Integer |
sequence
sequence - The number of the chapter |
protected java.lang.Long |
textid
FTI text id - A key under which the chapter is free-text-indexed, combining section, author, book and sequence |
protected java.lang.String |
title
title - The short title of the chapter (e.g. |
| Fields inherited from class org.paneris.bibliomania.generated.UnitBase |
|---|
deleted, lastencached, layout, messageboard, path |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
ChapterBase()
|
|
| Method Summary | |
|---|---|
BibliomaniaDatabaseTables |
getBibliomaniaDatabaseTables()
Retrieves the Database object. |
java.lang.Integer |
getBook_unsafe()
Retrieves the Book value, without locking,
for this Chapter Persistent. |
Book |
getBook()
Retrieves the Book object referred to. |
org.melati.poem.Field |
getBookField()
Retrieves the Book value as a Field
from this Chapter Persistent. |
java.lang.Integer |
getBookTroid()
Retrieves the Table Row Object ID. |
ChapterTable |
getChapterTable()
Retrieves the ChapterTable table
which this Persistent is from. |
java.lang.String |
getFilename_unsafe()
Retrieves the Filename value, without locking,
for this Chapter Persistent. |
java.lang.String |
getFilename()
Retrieves the Filename value, with locking, for this Chapter Persistent. |
org.melati.poem.Field |
getFilenameField()
Retrieves the Filename value as a Field
from this Chapter Persistent. |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this Chapter Persistent. |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this Chapter Persistent. |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this Chapter Persistent. |
java.sql.Timestamp |
getIndexdate_unsafe()
Retrieves the Indexdate value, without locking,
for this Chapter Persistent. |
java.sql.Timestamp |
getIndexdate()
Retrieves the Indexdate value, with locking, for this Chapter Persistent. |
org.melati.poem.Field |
getIndexdateField()
Retrieves the Indexdate value as a Field
from this Chapter Persistent. |
java.lang.String |
getLongtitle_unsafe()
Retrieves the Longtitle value, without locking,
for this Chapter Persistent. |
java.lang.String |
getLongtitle()
Retrieves the Longtitle value, with locking, for this Chapter Persistent. |
org.melati.poem.Field |
getLongtitleField()
Retrieves the Longtitle value as a Field
from this Chapter Persistent. |
java.lang.String |
getPart_unsafe()
Retrieves the Part value, without locking,
for this Chapter Persistent. |
java.lang.String |
getPart()
Retrieves the Part value, with locking, for this Chapter Persistent. |
org.melati.poem.Field |
getPartField()
Retrieves the Part value as a Field
from this Chapter Persistent. |
java.lang.Integer |
getSequence_unsafe()
Retrieves the Sequence value, without locking,
for this Chapter Persistent. |
java.lang.Integer |
getSequence()
Retrieves the Sequence value, with locking, for this Chapter Persistent. |
org.melati.poem.Field |
getSequenceField()
Retrieves the Sequence value as a Field
from this Chapter Persistent. |
java.lang.Long |
getTextid_unsafe()
Retrieves the Textid value, without locking,
for this Chapter Persistent. |
java.lang.Long |
getTextid()
Retrieves the Textid value, with locking, for this Chapter Persistent. |
org.melati.poem.Field |
getTextidField()
Retrieves the Textid value as a Field
from this Chapter Persistent. |
java.lang.String |
getTitle_unsafe()
Retrieves the Title value, without locking,
for this Chapter Persistent. |
java.lang.String |
getTitle()
Retrieves the Title value, with locking, for this Chapter Persistent. |
org.melati.poem.Field |
getTitleField()
Retrieves the Title value as a Field
from this Chapter Persistent. |
void |
setBook_unsafe(java.lang.Integer cooked)
Sets the Book value directly, without checking,
for this Chapter Persistent. |
void |
setBook(Book cooked)
Set the Book. |
void |
setBookTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setFilename_unsafe(java.lang.String cooked)
Sets the Filename value directly, without checking,
for this Chapter Persistent. |
void |
setFilename(java.lang.String cooked)
Sets the Filename value, with checking, for this
Chapter Persistent. |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this Chapter Persistent. |
void |
setId(int cooked)
Sets the Id value, with checking, for this
Chapter Persistent. |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
Chapter Persistent. |
void |
setIndexdate_unsafe(java.sql.Timestamp cooked)
Sets the Indexdate value directly, without checking,
for this Chapter Persistent. |
void |
setIndexdate(java.sql.Timestamp cooked)
Sets the Indexdate value, with checking, for this
Chapter Persistent. |
void |
setLongtitle_unsafe(java.lang.String cooked)
Sets the Longtitle value directly, without checking,
for this Chapter Persistent. |
void |
setLongtitle(java.lang.String cooked)
Sets the Longtitle value, with checking, for this
Chapter Persistent. |
void |
setPart_unsafe(java.lang.String cooked)
Sets the Part value directly, without checking,
for this Chapter Persistent. |
void |
setPart(java.lang.String cooked)
Sets the Part value, with checking, for this
Chapter Persistent. |
void |
setSequence_unsafe(java.lang.Integer cooked)
Sets the Sequence value directly, without checking,
for this Chapter Persistent. |
void |
setSequence(int cooked)
Sets the Sequence value, with checking, for this
Chapter Persistent. |
void |
setSequence(java.lang.Integer cooked)
Sets the Sequence value, with checking, for this
Chapter Persistent. |
void |
setTextid_unsafe(java.lang.Long cooked)
Sets the Textid value directly, without checking,
for this Chapter Persistent. |
void |
setTextid(long cooked)
Sets the Textid value, with checking, for this
Chapter Persistent. |
void |
setTextid(java.lang.Long cooked)
Sets the Textid value, with checking, for this
Chapter Persistent. |
void |
setTitle_unsafe(java.lang.String cooked)
Sets the Title value directly, without checking,
for this Chapter Persistent. |
void |
setTitle(java.lang.String cooked)
Sets the Title value, with checking, for this
Chapter Persistent. |
| Methods inherited from class org.paneris.bibliomania.Unit |
|---|
appendCachePath, appendCacheSubpath, encache, ftiTextID_limit, ftiTextID_start, getAncestors, getBibliomaniaDatabase, getBoardName, getCachePath, getDisplayName, getMembersSlowly, getMetatag_description, getMetatag_keywords, getName, getParentUnit, getProductAssociations, getProductAssociations, getReadArea, getRelatedProducts, getURLSubpath, getURLSubpathReally, getWMTemplet, index, paginate, readKeyDotTxt, speciallyTreatedInCache, writeLock |
| Methods inherited from class org.paneris.bibliomania.generated.UnitBase |
|---|
getDeleted_unsafe, getDeleted, getDeletedField, getLastencached_unsafe, getLastencached, getLastencachedField, getLayout_unsafe, getLayout, getLayoutField, getLayoutTroid, getMessageboard_unsafe, getMessageboard, getMessageboardField, getMessageboardTroid, getPath_unsafe, getPath, getPathField, getUnitTable, setDeleted_unsafe, setDeleted, setDeleted, setLastencached_unsafe, setLastencached, setLayout_unsafe, setLayout, setLayoutTroid, setMessageboard_unsafe, setMessageboard, setMessageboardTroid, setPath_unsafe, setPath |
| 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, 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 |
| 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 |
| Field Detail |
|---|
protected java.lang.Integer id
protected java.lang.Integer book
protected java.lang.Integer sequence
protected java.lang.Long textid
protected java.sql.Timestamp indexdate
protected java.lang.String title
protected java.lang.String longtitle
protected java.lang.String filename
protected java.lang.String part
| Constructor Detail |
|---|
public ChapterBase()
| Method Detail |
|---|
public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
getBibliomaniaDatabaseTables in class UnitBaseorg.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic ChapterTable getChapterTable()
ChapterTable table
which this Persistent is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic java.lang.Integer getId_unsafe()
Id value, without locking,
for this Chapter Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(java.lang.Integer cooked)
Id value directly, without checking,
for this Chapter Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId()
throws org.melati.poem.AccessPoemException
Chapter Persistent.
Id for this
Chapter Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setId(java.lang.Integer cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
Chapter Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setId(int cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
Chapter Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getIdField()
throws org.melati.poem.AccessPoemException
Id value as a Field
from this Chapter Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getBook_unsafe()
Book value, without locking,
for this Chapter Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setBook_unsafe(java.lang.Integer cooked)
Book value directly, without checking,
for this Chapter Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getBookTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setBookTroid(java.lang.Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public Book getBook()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
Book object referred to.
Book as a Book
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
public void setBook(Book cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated Book
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field getBookField()
throws org.melati.poem.AccessPoemException
Book value as a Field
from this Chapter Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getSequence_unsafe()
Sequence value, without locking,
for this Chapter Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setSequence_unsafe(java.lang.Integer cooked)
Sequence value directly, without checking,
for this Chapter Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getSequence()
throws org.melati.poem.AccessPoemException
Chapter Persistent.
Field description:
The number of the chapter
Sequence for this
Chapter Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setSequence(java.lang.Integer cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Sequence value, with checking, for this
Chapter Persistent.
Field description:
The number of the chapter
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setSequence(int cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Sequence value, with checking, for this
Chapter Persistent.
Field description:
The number of the chapter
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getSequenceField()
throws org.melati.poem.AccessPoemException
Sequence value as a Field
from this Chapter Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Long getTextid_unsafe()
Textid value, without locking,
for this Chapter Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setTextid_unsafe(java.lang.Long cooked)
Textid value directly, without checking,
for this Chapter Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Long getTextid()
throws org.melati.poem.AccessPoemException
Chapter Persistent.
Field description:
A key under which the chapter is free-text-indexed, combining section,
author, book and sequence
Textid for this
Chapter Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setTextid(java.lang.Long cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Textid value, with checking, for this
Chapter Persistent.
Field description:
A key under which the chapter is free-text-indexed, combining section,
author, book and sequence
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setTextid(long cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Textid value, with checking, for this
Chapter Persistent.
Field description:
A key under which the chapter is free-text-indexed, combining section,
author, book and sequence
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getTextidField()
throws org.melati.poem.AccessPoemException
Textid value as a Field
from this Chapter Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.sql.Timestamp getIndexdate_unsafe()
Indexdate value, without locking,
for this Chapter Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setIndexdate_unsafe(java.sql.Timestamp cooked)
Indexdate value directly, without checking,
for this Chapter Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.sql.Timestamp getIndexdate()
throws org.melati.poem.AccessPoemException
Chapter Persistent.
Field description:
When the chapter was free-text-indexed
Indexdate for this
Chapter Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setIndexdate(java.sql.Timestamp cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Indexdate value, with checking, for this
Chapter Persistent.
Field description:
When the chapter was free-text-indexed
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getIndexdateField()
throws org.melati.poem.AccessPoemException
Indexdate value as a Field
from this Chapter Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getTitle_unsafe()
Title value, without locking,
for this Chapter Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setTitle_unsafe(java.lang.String cooked)
Title value directly, without checking,
for this Chapter Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getTitle()
throws org.melati.poem.AccessPoemException
Chapter Persistent.
Field description:
The short title of the chapter (e.g. `Chapter 10')
Title for this
Chapter Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setTitle(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Title value, with checking, for this
Chapter Persistent.
Field description:
The short title of the chapter (e.g. `Chapter 10')
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getTitleField()
throws org.melati.poem.AccessPoemException
Title value as a Field
from this Chapter Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getLongtitle_unsafe()
Longtitle value, without locking,
for this Chapter Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setLongtitle_unsafe(java.lang.String cooked)
Longtitle value directly, without checking,
for this Chapter Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getLongtitle()
throws org.melati.poem.AccessPoemException
Chapter Persistent.
Field description:
The long title of the chapter (e.g. `In which Pip ...')
Longtitle for this
Chapter Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setLongtitle(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Longtitle value, with checking, for this
Chapter Persistent.
Field description:
The long title of the chapter (e.g. `In which Pip ...')
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getLongtitleField()
throws org.melati.poem.AccessPoemException
Longtitle value as a Field
from this Chapter Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getFilename_unsafe()
Filename value, without locking,
for this Chapter Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setFilename_unsafe(java.lang.String cooked)
Filename value directly, without checking,
for this Chapter Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getFilename()
throws org.melati.poem.AccessPoemException
Chapter Persistent.
Field description:
The filename of the chapter in the local filesystem, relative to `Path'
Filename for this
Chapter Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setFilename(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Filename value, with checking, for this
Chapter Persistent.
Field description:
The filename of the chapter in the local filesystem, relative to `Path'
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getFilenameField()
throws org.melati.poem.AccessPoemException
Filename value as a Field
from this Chapter Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getPart_unsafe()
Part value, without locking,
for this Chapter Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setPart_unsafe(java.lang.String cooked)
Part value directly, without checking,
for this Chapter Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getPart()
throws org.melati.poem.AccessPoemException
Chapter Persistent.
Part for this
Chapter Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setPart(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Part value, with checking, for this
Chapter Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getPartField()
throws org.melati.poem.AccessPoemException
Part value as a Field
from this Chapter Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||