|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.melati.poem.transaction.Transactioned org.melati.poem.JdbcPersistent org.paneris.bibliomania.generated.UnitBase org.paneris.bibliomania.Unit org.paneris.bibliomania.generated.BookBase
public abstract class BookBase
Melati POEM generated abstract base class for a Persistent
Book
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 |
advert
advert - Advert for this book |
protected java.lang.Integer |
author
author - The book's author |
protected java.lang.Integer |
authorsequence
authorsequence - An internal number used to distinguish between books by the same author in creating textIDs for the full text indexing subsystem |
protected java.lang.String |
fulltitleifdifferent
Full title - The `full Monty' version of the book's title, if different |
protected java.lang.Boolean |
hasnofrontpage
Has no front page - Whether the book should simply display the first page of its content instead of a `front page' |
protected java.lang.Integer |
id
id |
protected java.sql.Timestamp |
lastbookshopsearch
Last bookshop search - When a search was last made for stockings of this book in the online bookshops |
protected java.lang.String |
metatag_description
metatag_description |
protected java.lang.String |
metatag_keywords
metatag_keywords |
protected java.lang.Boolean |
nonstandard
Non-standard - Whether the book has its own non-standard template |
protected java.lang.Integer |
overridecanreadcontent
`Read content' capability - The capability required for reading the book (defaults to that for section) |
protected java.lang.Boolean |
paginated
paginated - Whether the book's chapters should be displayed in pre-paginated form |
protected java.lang.Integer |
section
section - The category under which the book falls |
protected java.lang.String |
summary
summary - The book's blurb, to appear on its TOC page |
protected java.lang.String |
title
Short title - A manageably short version of the book's title |
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 | |
---|---|
BookBase()
|
Method Summary | |
---|---|
java.lang.Integer |
getAdvert_unsafe()
Retrieves the Advert value, without locking,
for this Book Persistent . |
Advert |
getAdvert()
Retrieves the Advert object referred to. |
org.melati.poem.Field |
getAdvertField()
Retrieves the Advert value as a Field
from this Book Persistent . |
java.lang.Integer |
getAdvertTroid()
Retrieves the Table Row Object ID. |
java.lang.Integer |
getAuthor_unsafe()
Retrieves the Author value, without locking,
for this Book Persistent . |
Author |
getAuthor()
Retrieves the Author object referred to. |
org.melati.poem.Field |
getAuthorField()
Retrieves the Author value as a Field
from this Book Persistent . |
java.lang.Integer |
getAuthorsequence_unsafe()
Retrieves the Authorsequence value, without locking,
for this Book Persistent . |
java.lang.Integer |
getAuthorsequence()
Retrieves the Authorsequence value, with locking, for this Book Persistent . |
org.melati.poem.Field |
getAuthorsequenceField()
Retrieves the Authorsequence value as a Field
from this Book Persistent . |
java.lang.Integer |
getAuthorTroid()
Retrieves the Table Row Object ID. |
BibliomaniaDatabaseTables |
getBibliomaniaDatabaseTables()
Retrieves the Database object. |
BookTable |
getBookTable()
Retrieves the BookTable table
which this Persistent is from. |
java.lang.String |
getFulltitleifdifferent_unsafe()
Retrieves the Fulltitleifdifferent value, without locking,
for this Book Persistent . |
java.lang.String |
getFulltitleifdifferent()
Retrieves the Fulltitleifdifferent value, with locking, for this Book Persistent . |
org.melati.poem.Field |
getFulltitleifdifferentField()
Retrieves the Fulltitleifdifferent value as a Field
from this Book Persistent . |
java.lang.Boolean |
getHasnofrontpage_unsafe()
Retrieves the Hasnofrontpage value, without locking,
for this Book Persistent . |
java.lang.Boolean |
getHasnofrontpage()
Retrieves the Hasnofrontpage value, with locking, for this Book Persistent . |
org.melati.poem.Field |
getHasnofrontpageField()
Retrieves the Hasnofrontpage value as a Field
from this Book Persistent . |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this Book Persistent . |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this Book Persistent . |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this Book Persistent . |
java.sql.Timestamp |
getLastbookshopsearch_unsafe()
Retrieves the Lastbookshopsearch value, without locking,
for this Book Persistent . |
java.sql.Timestamp |
getLastbookshopsearch()
Retrieves the Lastbookshopsearch value, with locking, for this Book Persistent . |
org.melati.poem.Field |
getLastbookshopsearchField()
Retrieves the Lastbookshopsearch value as a Field
from this Book Persistent . |
java.lang.String |
getMetatag_description_unsafe()
Retrieves the Metatag_description value, without locking,
for this Book Persistent . |
java.lang.String |
getMetatag_description()
Retrieves the Metatag_description value, with locking, for this Book Persistent . |
org.melati.poem.Field |
getMetatag_descriptionField()
Retrieves the Metatag_description value as a Field
from this Book Persistent . |
java.lang.String |
getMetatag_keywords_unsafe()
Retrieves the Metatag_keywords value, without locking,
for this Book Persistent . |
java.lang.String |
getMetatag_keywords()
Retrieves the Metatag_keywords value, with locking, for this Book Persistent . |
org.melati.poem.Field |
getMetatag_keywordsField()
Retrieves the Metatag_keywords value as a Field
from this Book Persistent . |
java.lang.Boolean |
getNonstandard_unsafe()
Retrieves the Nonstandard value, without locking,
for this Book Persistent . |
java.lang.Boolean |
getNonstandard()
Retrieves the Nonstandard value, with locking, for this Book Persistent . |
org.melati.poem.Field |
getNonstandardField()
Retrieves the Nonstandard value as a Field
from this Book Persistent . |
java.lang.Integer |
getOverridecanreadcontent_unsafe()
Retrieves the Overridecanreadcontent value, without locking,
for this Book Persistent . |
org.melati.poem.Capability |
getOverridecanreadcontent()
Retrieves the Overridecanreadcontent object referred to. |
org.melati.poem.Field |
getOverridecanreadcontentField()
Retrieves the Overridecanreadcontent value as a Field
from this Book Persistent . |
java.lang.Integer |
getOverridecanreadcontentTroid()
Retrieves the Table Row Object ID. |
java.lang.Boolean |
getPaginated_unsafe()
Retrieves the Paginated value, without locking,
for this Book Persistent . |
java.lang.Boolean |
getPaginated()
Retrieves the Paginated value, with locking, for this Book Persistent . |
org.melati.poem.Field |
getPaginatedField()
Retrieves the Paginated value as a Field
from this Book Persistent . |
java.lang.Integer |
getSection_unsafe()
Retrieves the Section value, without locking,
for this Book Persistent . |
Section |
getSection()
Retrieves the Section object referred to. |
org.melati.poem.Field |
getSectionField()
Retrieves the Section value as a Field
from this Book Persistent . |
java.lang.Integer |
getSectionTroid()
Retrieves the Table Row Object ID. |
java.lang.String |
getSummary_unsafe()
Retrieves the Summary value, without locking,
for this Book Persistent . |
java.lang.String |
getSummary()
Retrieves the Summary value, with locking, for this Book Persistent . |
org.melati.poem.Field |
getSummaryField()
Retrieves the Summary value as a Field
from this Book Persistent . |
java.lang.String |
getTitle_unsafe()
Retrieves the Title value, without locking,
for this Book Persistent . |
java.lang.String |
getTitle()
Retrieves the Title value, with locking, for this Book Persistent . |
org.melati.poem.Field |
getTitleField()
Retrieves the Title value as a Field
from this Book Persistent . |
void |
setAdvert_unsafe(java.lang.Integer cooked)
Sets the Advert value directly, without checking,
for this Book Persistent . |
void |
setAdvert(Advert cooked)
Set the Advert. |
void |
setAdvertTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setAuthor_unsafe(java.lang.Integer cooked)
Sets the Author value directly, without checking,
for this Book Persistent . |
void |
setAuthor(Author cooked)
Set the Author. |
void |
setAuthorsequence_unsafe(java.lang.Integer cooked)
Sets the Authorsequence value directly, without checking,
for this Book Persistent . |
void |
setAuthorsequence(int cooked)
Sets the Authorsequence value, with checking, for this
Book Persistent . |
void |
setAuthorsequence(java.lang.Integer cooked)
Sets the Authorsequence value, with checking, for this
Book Persistent . |
void |
setAuthorTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setFulltitleifdifferent_unsafe(java.lang.String cooked)
Sets the Fulltitleifdifferent value directly, without checking,
for this Book Persistent . |
void |
setFulltitleifdifferent(java.lang.String cooked)
Sets the Fulltitleifdifferent value, with checking, for this
Book Persistent . |
void |
setHasnofrontpage_unsafe(java.lang.Boolean cooked)
Sets the Hasnofrontpage value directly, without checking,
for this Book Persistent . |
void |
setHasnofrontpage(boolean cooked)
Sets the Hasnofrontpage value, with checking,
from a boolean , for this
Book Persistent . |
void |
setHasnofrontpage(java.lang.Boolean cooked)
Sets the Hasnofrontpage value, with checking, for this
Book Persistent . |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this Book Persistent . |
void |
setId(int cooked)
Sets the Id value, with checking, for this
Book Persistent . |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
Book Persistent . |
void |
setLastbookshopsearch_unsafe(java.sql.Timestamp cooked)
Sets the Lastbookshopsearch value directly, without checking,
for this Book Persistent . |
void |
setLastbookshopsearch(java.sql.Timestamp cooked)
Sets the Lastbookshopsearch value, with checking, for this
Book Persistent . |
void |
setMetatag_description_unsafe(java.lang.String cooked)
Sets the Metatag_description value directly, without checking,
for this Book Persistent . |
void |
setMetatag_description(java.lang.String cooked)
Sets the Metatag_description value, with checking, for this
Book Persistent . |
void |
setMetatag_keywords_unsafe(java.lang.String cooked)
Sets the Metatag_keywords value directly, without checking,
for this Book Persistent . |
void |
setMetatag_keywords(java.lang.String cooked)
Sets the Metatag_keywords value, with checking, for this
Book Persistent . |
void |
setNonstandard_unsafe(java.lang.Boolean cooked)
Sets the Nonstandard value directly, without checking,
for this Book Persistent . |
void |
setNonstandard(boolean cooked)
Sets the Nonstandard value, with checking,
from a boolean , for this
Book Persistent . |
void |
setNonstandard(java.lang.Boolean cooked)
Sets the Nonstandard value, with checking, for this
Book Persistent . |
void |
setOverridecanreadcontent_unsafe(java.lang.Integer cooked)
Sets the Overridecanreadcontent value directly, without checking,
for this Book Persistent . |
void |
setOverridecanreadcontent(org.melati.poem.Capability cooked)
Set the Overridecanreadcontent. |
void |
setOverridecanreadcontentTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setPaginated_unsafe(java.lang.Boolean cooked)
Sets the Paginated value directly, without checking,
for this Book Persistent . |
void |
setPaginated(boolean cooked)
Sets the Paginated value, with checking,
from a boolean , for this
Book Persistent . |
void |
setPaginated(java.lang.Boolean cooked)
Sets the Paginated value, with checking, for this
Book Persistent . |
void |
setSection_unsafe(java.lang.Integer cooked)
Sets the Section value directly, without checking,
for this Book Persistent . |
void |
setSection(Section cooked)
Set the Section. |
void |
setSectionTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setSummary_unsafe(java.lang.String cooked)
Sets the Summary value directly, without checking,
for this Book Persistent . |
void |
setSummary(java.lang.String cooked)
Sets the Summary value, with checking, for this
Book Persistent . |
void |
setTitle_unsafe(java.lang.String cooked)
Sets the Title value directly, without checking,
for this Book Persistent . |
void |
setTitle(java.lang.String cooked)
Sets the Title value, with checking, for this
Book Persistent . |
Methods inherited from class org.paneris.bibliomania.Unit |
---|
appendCachePath, appendCacheSubpath, encache, ftiTextID_limit, ftiTextID_start, getAncestors, getBibliomaniaDatabase, getBoardName, getCachePath, getDisplayName, getMembersSlowly, 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 section
protected java.lang.Integer author
protected java.lang.Integer advert
protected java.lang.Integer authorsequence
protected java.lang.String title
protected java.lang.String fulltitleifdifferent
protected java.lang.Boolean paginated
protected java.lang.String metatag_description
protected java.lang.String metatag_keywords
protected java.sql.Timestamp lastbookshopsearch
protected java.lang.Integer overridecanreadcontent
protected java.lang.String summary
protected java.lang.Boolean hasnofrontpage
protected java.lang.Boolean nonstandard
Constructor Detail |
---|
public BookBase()
Method Detail |
---|
public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
getBibliomaniaDatabaseTables
in class UnitBase
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public BookTable getBookTable()
BookTable
table
which this Persistent
is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId() throws org.melati.poem.AccessPoemException
Book
Persistent
.
Id
for this
Book
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setId(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Id
value, with checking, for this
Book
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 validpublic final void setId(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Id
value, with checking, for this
Book
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 validpublic org.melati.poem.Field getIdField() throws org.melati.poem.AccessPoemException
Id
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getSection_unsafe()
Section
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setSection_unsafe(java.lang.Integer cooked)
Section
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getSectionTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setSectionTroid(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 rightspublic Section getSection() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Section
object referred to.
Section
as a Section
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 TROIDpublic void setSection(Section cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Section
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getSectionField() throws org.melati.poem.AccessPoemException
Section
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getAuthor_unsafe()
Author
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setAuthor_unsafe(java.lang.Integer cooked)
Author
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getAuthorTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setAuthorTroid(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 rightspublic Author getAuthor() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Author
object referred to.
Author
as a Author
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 TROIDpublic void setAuthor(Author cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Author
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getAuthorField() throws org.melati.poem.AccessPoemException
Author
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getAdvert_unsafe()
Advert
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setAdvert_unsafe(java.lang.Integer cooked)
Advert
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getAdvertTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setAdvertTroid(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 rightspublic Advert getAdvert() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Advert
object referred to.
Advert
as a Advert
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 TROIDpublic void setAdvert(Advert cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Advert
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getAdvertField() throws org.melati.poem.AccessPoemException
Advert
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getAuthorsequence_unsafe()
Authorsequence
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setAuthorsequence_unsafe(java.lang.Integer cooked)
Authorsequence
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getAuthorsequence() throws org.melati.poem.AccessPoemException
Book
Persistent
.
Field description:
An internal number used to distinguish between books by the same author
in creating textIDs for the full text indexing subsystem
Authorsequence
for this
Book
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setAuthorsequence(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Authorsequence
value, with checking, for this
Book
Persistent
.
Field description:
An internal number used to distinguish between books by the same author
in creating textIDs for the full text indexing subsystem
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 validpublic final void setAuthorsequence(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Authorsequence
value, with checking, for this
Book
Persistent
.
Field description:
An internal number used to distinguish between books by the same author
in creating textIDs for the full text indexing subsystem
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 validpublic org.melati.poem.Field getAuthorsequenceField() throws org.melati.poem.AccessPoemException
Authorsequence
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getTitle_unsafe()
Title
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setTitle_unsafe(java.lang.String cooked)
Title
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getTitle() throws org.melati.poem.AccessPoemException
Book
Persistent
.
Field description:
A manageably short version of the book's title
Title
for this
Book
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setTitle(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Title
value, with checking, for this
Book
Persistent
.
Field description:
A manageably short version of the book's title
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 validpublic org.melati.poem.Field getTitleField() throws org.melati.poem.AccessPoemException
Title
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getFulltitleifdifferent_unsafe()
Fulltitleifdifferent
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setFulltitleifdifferent_unsafe(java.lang.String cooked)
Fulltitleifdifferent
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getFulltitleifdifferent() throws org.melati.poem.AccessPoemException
Book
Persistent
.
Field description:
The `full Monty' version of the book's title, if different
Fulltitleifdifferent
for this
Book
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setFulltitleifdifferent(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Fulltitleifdifferent
value, with checking, for this
Book
Persistent
.
Field description:
The `full Monty' version of the book's title, if different
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 validpublic org.melati.poem.Field getFulltitleifdifferentField() throws org.melati.poem.AccessPoemException
Fulltitleifdifferent
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Boolean getPaginated_unsafe()
Paginated
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setPaginated_unsafe(java.lang.Boolean cooked)
Paginated
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Boolean getPaginated() throws org.melati.poem.AccessPoemException
Book
Persistent
.
Field description:
Whether the book's chapters should be displayed in pre-paginated form
Paginated
for this
Book
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setPaginated(java.lang.Boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Paginated
value, with checking, for this
Book
Persistent
.
Field description:
Whether the book's chapters should be displayed in pre-paginated form
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 validpublic final void setPaginated(boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Paginated
value, with checking,
from a boolean
, for this
Book
Persistent
.
Field description:
Whether the book's chapters should be displayed in pre-paginated form
cooked
- a boolean
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getPaginatedField() throws org.melati.poem.AccessPoemException
Paginated
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getMetatag_description_unsafe()
Metatag_description
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setMetatag_description_unsafe(java.lang.String cooked)
Metatag_description
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getMetatag_description() throws org.melati.poem.AccessPoemException
Book
Persistent
.
getMetatag_description
in class Unit
Metatag_description
for this
Book
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setMetatag_description(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Metatag_description
value, with checking, for this
Book
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 validpublic org.melati.poem.Field getMetatag_descriptionField() throws org.melati.poem.AccessPoemException
Metatag_description
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getMetatag_keywords_unsafe()
Metatag_keywords
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setMetatag_keywords_unsafe(java.lang.String cooked)
Metatag_keywords
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getMetatag_keywords() throws org.melati.poem.AccessPoemException
Book
Persistent
.
getMetatag_keywords
in class Unit
Metatag_keywords
for this
Book
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setMetatag_keywords(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Metatag_keywords
value, with checking, for this
Book
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 validpublic org.melati.poem.Field getMetatag_keywordsField() throws org.melati.poem.AccessPoemException
Metatag_keywords
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.sql.Timestamp getLastbookshopsearch_unsafe()
Lastbookshopsearch
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setLastbookshopsearch_unsafe(java.sql.Timestamp cooked)
Lastbookshopsearch
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.sql.Timestamp getLastbookshopsearch() throws org.melati.poem.AccessPoemException
Book
Persistent
.
Field description:
When a search was last made for stockings of this book in the online
bookshops
Lastbookshopsearch
for this
Book
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setLastbookshopsearch(java.sql.Timestamp cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Lastbookshopsearch
value, with checking, for this
Book
Persistent
.
Field description:
When a search was last made for stockings of this book in the online
bookshops
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 validpublic org.melati.poem.Field getLastbookshopsearchField() throws org.melati.poem.AccessPoemException
Lastbookshopsearch
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getOverridecanreadcontent_unsafe()
Overridecanreadcontent
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setOverridecanreadcontent_unsafe(java.lang.Integer cooked)
Overridecanreadcontent
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getOverridecanreadcontentTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setOverridecanreadcontentTroid(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 rightspublic org.melati.poem.Capability getOverridecanreadcontent() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Overridecanreadcontent
object referred to.
Overridecanreadcontent
as a Capability
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 TROIDpublic void setOverridecanreadcontent(org.melati.poem.Capability cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Capability
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getOverridecanreadcontentField() throws org.melati.poem.AccessPoemException
Overridecanreadcontent
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getSummary_unsafe()
Summary
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setSummary_unsafe(java.lang.String cooked)
Summary
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getSummary() throws org.melati.poem.AccessPoemException
Book
Persistent
.
Field description:
The book's blurb, to appear on its TOC page
Summary
for this
Book
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setSummary(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Summary
value, with checking, for this
Book
Persistent
.
Field description:
The book's blurb, to appear on its TOC page
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 validpublic org.melati.poem.Field getSummaryField() throws org.melati.poem.AccessPoemException
Summary
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Boolean getHasnofrontpage_unsafe()
Hasnofrontpage
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setHasnofrontpage_unsafe(java.lang.Boolean cooked)
Hasnofrontpage
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Boolean getHasnofrontpage() throws org.melati.poem.AccessPoemException
Book
Persistent
.
Field description:
Whether the book should simply display the first page of its content
instead of a `front page'
Hasnofrontpage
for this
Book
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setHasnofrontpage(java.lang.Boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Hasnofrontpage
value, with checking, for this
Book
Persistent
.
Field description:
Whether the book should simply display the first page of its content
instead of a `front page'
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 validpublic final void setHasnofrontpage(boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Hasnofrontpage
value, with checking,
from a boolean
, for this
Book
Persistent
.
Field description:
Whether the book should simply display the first page of its content
instead of a `front page'
cooked
- a boolean
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getHasnofrontpageField() throws org.melati.poem.AccessPoemException
Hasnofrontpage
value as a Field
from this Book
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Boolean getNonstandard_unsafe()
Nonstandard
value, without locking,
for this Book
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setNonstandard_unsafe(java.lang.Boolean cooked)
Nonstandard
value directly, without checking,
for this Book Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Boolean getNonstandard() throws org.melati.poem.AccessPoemException
Book
Persistent
.
Field description:
Whether the book has its own non-standard template
Nonstandard
for this
Book
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setNonstandard(java.lang.Boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Nonstandard
value, with checking, for this
Book
Persistent
.
Field description:
Whether the book has its own non-standard template
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 validpublic final void setNonstandard(boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Nonstandard
value, with checking,
from a boolean
, for this
Book
Persistent
.
Field description:
Whether the book has its own non-standard template
cooked
- a boolean
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getNonstandardField() throws org.melati.poem.AccessPoemException
Nonstandard
value as a Field
from this Book
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 |