|
||||||||||
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.ProductBase
public abstract class ProductBase
Melati POEM generated abstract base class for a Persistent
Product
Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
Field Summary | |
---|---|
protected java.lang.Integer |
book
book - The book to be sold |
protected java.lang.Boolean |
deleted
Deleted? |
protected java.lang.String |
description
Description - Additional blurb about the product |
protected java.lang.Integer |
download
download - The download object for this product (if any) |
protected java.lang.Integer |
format
format - The type of the product |
protected java.lang.Integer |
id
id |
protected java.lang.String |
ISBN
ISBN - The ISBN number of this product (if any) |
protected java.lang.Double |
listprice
List Price - The normal selling price of the product, not including delivery |
protected java.lang.String |
name
Product Name - A name for this product if different to the Book title |
protected java.lang.String |
picture
Picture - A jacket cover image or similar |
protected java.lang.Double |
price
Retail Price - Price payable by the customer, including discounts, excluding delivery |
protected java.lang.Integer |
publisher
publisher - The publisher for this product |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
ProductBase()
|
Method Summary | |
---|---|
BibliomaniaDatabaseTables |
getBibliomaniaDatabaseTables()
Retrieves the Database object. |
java.lang.Integer |
getBook_unsafe()
Retrieves the Book value, without locking,
for this Product Persistent . |
Book |
getBook()
Retrieves the Book object referred to. |
org.melati.poem.Field |
getBookField()
Retrieves the Book value as a Field
from this Product Persistent . |
java.lang.Integer |
getBookTroid()
Retrieves the Table Row Object ID. |
java.lang.Boolean |
getDeleted_unsafe()
Retrieves the Deleted value, without locking,
for this Product Persistent . |
java.lang.Boolean |
getDeleted()
Retrieves the Deleted value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getDeletedField()
Retrieves the Deleted value as a Field
from this Product Persistent . |
java.lang.String |
getDescription_unsafe()
Retrieves the Description value, without locking,
for this Product Persistent . |
java.lang.String |
getDescription()
Retrieves the Description value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getDescriptionField()
Retrieves the Description value as a Field
from this Product Persistent . |
java.lang.Integer |
getDownload_unsafe()
Retrieves the Download value, without locking,
for this Product Persistent . |
Download |
getDownload()
Retrieves the Download object referred to. |
org.melati.poem.Field |
getDownloadField()
Retrieves the Download value as a Field
from this Product Persistent . |
java.lang.Integer |
getDownloadTroid()
Retrieves the Table Row Object ID. |
java.lang.Integer |
getFormat_unsafe()
Retrieves the Format value, without locking,
for this Product Persistent . |
BookFormat |
getFormat()
Retrieves the Format object referred to. |
org.melati.poem.Field |
getFormatField()
Retrieves the Format value as a Field
from this Product Persistent . |
java.lang.Integer |
getFormatTroid()
Retrieves the Table Row Object ID. |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this Product Persistent . |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this Product Persistent . |
java.lang.String |
getISBN_unsafe()
Retrieves the ISBN value, without locking,
for this Product Persistent . |
java.lang.String |
getISBN()
Retrieves the ISBN value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getISBNField()
Retrieves the ISBN value as a Field
from this Product Persistent . |
java.lang.Double |
getListprice_unsafe()
Retrieves the Listprice value, without locking,
for this Product Persistent . |
java.lang.Double |
getListprice()
Retrieves the Listprice value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getListpriceField()
Retrieves the Listprice value as a Field
from this Product Persistent . |
java.lang.String |
getName_unsafe()
Retrieves the Name value, without locking,
for this Product Persistent . |
java.lang.String |
getName()
Retrieves the Name value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getNameField()
Retrieves the Name value as a Field
from this Product Persistent . |
java.lang.String |
getPicture_unsafe()
Retrieves the Picture value, without locking,
for this Product Persistent . |
java.lang.String |
getPicture()
Retrieves the Picture value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getPictureField()
Retrieves the Picture value as a Field
from this Product Persistent . |
java.lang.Double |
getPrice_unsafe()
Retrieves the Price value, without locking,
for this Product Persistent . |
java.lang.Double |
getPrice()
Retrieves the Price value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getPriceField()
Retrieves the Price value as a Field
from this Product Persistent . |
ProductTable |
getProductTable()
Retrieves the ProductTable table
which this Persistent is from. |
java.lang.Integer |
getPublisher_unsafe()
Retrieves the Publisher value, without locking,
for this Product Persistent . |
Publisher |
getPublisher()
Retrieves the Publisher object referred to. |
org.melati.poem.Field |
getPublisherField()
Retrieves the Publisher value as a Field
from this Product Persistent . |
java.lang.Integer |
getPublisherTroid()
Retrieves the Table Row Object ID. |
void |
setBook_unsafe(java.lang.Integer cooked)
Sets the Book value directly, without checking,
for this Product Persistent . |
void |
setBook(Book cooked)
Set the Book. |
void |
setBookTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setDeleted_unsafe(java.lang.Boolean cooked)
Sets the Deleted value directly, without checking,
for this Product Persistent . |
void |
setDeleted(boolean cooked)
Sets the Deleted value, with checking,
from a boolean , for this
Product Persistent . |
void |
setDeleted(java.lang.Boolean cooked)
Sets the Deleted value, with checking, for this
Product Persistent . |
void |
setDescription_unsafe(java.lang.String cooked)
Sets the Description value directly, without checking,
for this Product Persistent . |
void |
setDescription(java.lang.String cooked)
Sets the Description value, with checking, for this
Product Persistent . |
void |
setDownload_unsafe(java.lang.Integer cooked)
Sets the Download value directly, without checking,
for this Product Persistent . |
void |
setDownload(Download cooked)
Set the Download. |
void |
setDownloadTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setFormat_unsafe(java.lang.Integer cooked)
Sets the Format value directly, without checking,
for this Product Persistent . |
void |
setFormat(BookFormat cooked)
Set the Format. |
void |
setFormatTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this Product Persistent . |
void |
setId(int cooked)
Sets the Id value, with checking, for this
Product Persistent . |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
Product Persistent . |
void |
setISBN_unsafe(java.lang.String cooked)
Sets the ISBN value directly, without checking,
for this Product Persistent . |
void |
setISBN(java.lang.String cooked)
Sets the ISBN value, with checking, for this
Product Persistent . |
void |
setListprice_unsafe(java.lang.Double cooked)
Sets the Listprice value directly, without checking,
for this Product Persistent . |
void |
setListprice(double cooked)
Sets the Listprice value, with checking, for this Product Persistent . |
void |
setListprice(java.lang.Double cooked)
Sets the Listprice value, with checking, for this
Product Persistent . |
void |
setName_unsafe(java.lang.String cooked)
Sets the Name value directly, without checking,
for this Product Persistent . |
void |
setName(java.lang.String cooked)
Sets the Name value, with checking, for this
Product Persistent . |
void |
setPicture_unsafe(java.lang.String cooked)
Sets the Picture value directly, without checking,
for this Product Persistent . |
void |
setPicture(java.lang.String cooked)
Sets the Picture value, with checking, for this
Product Persistent . |
void |
setPrice_unsafe(java.lang.Double cooked)
Sets the Price value directly, without checking,
for this Product Persistent . |
void |
setPrice(double cooked)
Sets the Price value, with checking, for this Product Persistent . |
void |
setPrice(java.lang.Double cooked)
Sets the Price value, with checking, for this
Product Persistent . |
void |
setPublisher_unsafe(java.lang.Integer cooked)
Sets the Publisher value directly, without checking,
for this Product Persistent . |
void |
setPublisher(Publisher cooked)
Set the Publisher. |
void |
setPublisherTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
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, 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 publisher
protected java.lang.Integer download
protected java.lang.String name
protected java.lang.String description
protected java.lang.Double price
protected java.lang.Double listprice
protected java.lang.String ISBN
protected java.lang.String picture
protected java.lang.Boolean deleted
protected java.lang.Integer format
Constructor Detail |
---|
public ProductBase()
Method Detail |
---|
public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public ProductTable getProductTable()
ProductTable
table
which this Persistent
is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this Product
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Id
for this
Product
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
Product
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
Product
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 Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getBook_unsafe()
Book
value, without locking,
for this Product
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setBook_unsafe(java.lang.Integer cooked)
Book
value directly, without checking,
for this Product 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 rightspublic 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 rightspublic 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 TROIDpublic 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 rightspublic org.melati.poem.Field getBookField() throws org.melati.poem.AccessPoemException
Book
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getPublisher_unsafe()
Publisher
value, without locking,
for this Product
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setPublisher_unsafe(java.lang.Integer cooked)
Publisher
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getPublisherTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setPublisherTroid(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 Publisher getPublisher() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Publisher
object referred to.
Publisher
as a Publisher
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 setPublisher(Publisher cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Publisher
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getPublisherField() throws org.melati.poem.AccessPoemException
Publisher
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getDownload_unsafe()
Download
value, without locking,
for this Product
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setDownload_unsafe(java.lang.Integer cooked)
Download
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getDownloadTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setDownloadTroid(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 Download getDownload() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Download
object referred to.
Download
as a Download
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 setDownload(Download cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Download
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getDownloadField() throws org.melati.poem.AccessPoemException
Download
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getName_unsafe()
Name
value, without locking,
for this Product
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setName_unsafe(java.lang.String cooked)
Name
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getName() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Field description:
A name for this product if different to the Book title
getName
in interface org.melati.poem.Treeable
getName
in class org.melati.poem.JdbcPersistent
Name
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setName(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Name
value, with checking, for this
Product
Persistent
.
Field description:
A name for this product if different to the Book 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 getNameField() throws org.melati.poem.AccessPoemException
Name
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getDescription_unsafe()
Description
value, without locking,
for this Product
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setDescription_unsafe(java.lang.String cooked)
Description
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getDescription() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Field description:
Additional blurb about the product
Description
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setDescription(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Description
value, with checking, for this
Product
Persistent
.
Field description:
Additional blurb about the product
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 getDescriptionField() throws org.melati.poem.AccessPoemException
Description
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Double getPrice_unsafe()
Price
value, without locking,
for this Product
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setPrice_unsafe(java.lang.Double cooked)
Price
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Double getPrice() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Field description:
Price payable by the customer, including discounts, excluding delivery
Price
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setPrice(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Price
value, with checking, for this
Product
Persistent
.
Field description:
Price payable by the customer, including discounts, excluding delivery
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 setPrice(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Price
value, with checking, for this Product
Persistent
.
Field description:
Price payable by the customer, including discounts, excluding delivery
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 getPriceField() throws org.melati.poem.AccessPoemException
Price
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Double getListprice_unsafe()
Listprice
value, without locking,
for this Product
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setListprice_unsafe(java.lang.Double cooked)
Listprice
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Double getListprice() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Field description:
The normal selling price of the product, not including delivery
Listprice
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setListprice(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Listprice
value, with checking, for this
Product
Persistent
.
Field description:
The normal selling price of the product, not including delivery
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 setListprice(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Listprice
value, with checking, for this Product
Persistent
.
Field description:
The normal selling price of the product, not including delivery
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 getListpriceField() throws org.melati.poem.AccessPoemException
Listprice
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getISBN_unsafe()
ISBN
value, without locking,
for this Product
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setISBN_unsafe(java.lang.String cooked)
ISBN
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getISBN() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Field description:
The ISBN number of this product (if any)
ISBN
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setISBN(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
ISBN
value, with checking, for this
Product
Persistent
.
Field description:
The ISBN number of this product (if any)
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 getISBNField() throws org.melati.poem.AccessPoemException
ISBN
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getPicture_unsafe()
Picture
value, without locking,
for this Product
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setPicture_unsafe(java.lang.String cooked)
Picture
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getPicture() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Field description:
A jacket cover image or similar
Picture
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setPicture(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Picture
value, with checking, for this
Product
Persistent
.
Field description:
A jacket cover image or similar
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 getPictureField() throws org.melati.poem.AccessPoemException
Picture
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Boolean getDeleted_unsafe()
Deleted
value, without locking,
for this Product
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setDeleted_unsafe(java.lang.Boolean cooked)
Deleted
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Boolean getDeleted() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Deleted
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setDeleted(java.lang.Boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Deleted
value, with checking, for this
Product
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 setDeleted(boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Deleted
value, with checking,
from a boolean
, for this
Product
Persistent
.
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 getDeletedField() throws org.melati.poem.AccessPoemException
Deleted
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getFormat_unsafe()
Format
value, without locking,
for this Product
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setFormat_unsafe(java.lang.Integer cooked)
Format
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getFormatTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setFormatTroid(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 BookFormat getFormat() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Format
object referred to.
Format
as a BookFormat
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 setFormat(BookFormat cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated BookFormat
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getFormatField() throws org.melati.poem.AccessPoemException
Format
value as a Field
from this Product
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 |