org.paneris.bibliomania.generated
Class BookStockingBase

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

public abstract class BookStockingBase
extends org.melati.poem.JdbcPersistent

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

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

Field Summary
protected  java.lang.String author
          author - The bookshop's author name for the book
protected  java.lang.Integer book
          book - The Bibliomania book corresponding to the stocked book, as far as can be determined
protected  java.lang.String deliveryinfo
          Delivery info - The bookshop's delivery time claim for the book
protected  java.lang.String detailurl
          Detail URL - A scratchpad for storing info about the book's home page on the bookshop (or, unused)
protected  java.lang.String format
          format - The bookshop's format description for the book
protected  java.lang.Integer formatcode
          Format code - A code representing the book's format in a consistent way, as far as it can be determined
protected  java.lang.Integer id
          id
protected  java.lang.String isbn
          isbn - The ISBN for the book
protected  java.lang.String price
          price - The bookshop's price description for the book
protected  java.lang.Integer pricenumber
          Price (number) - A numeric version of the price, if can be calculated ...
protected  java.lang.String publicationyear
          Publication year - The bookshop's publication year description for the book
protected  java.lang.String publisher
          publisher - The bookshop's publisher description for the book
protected  java.lang.Integer shop
          shop - The bookshop
protected  java.lang.String thumbnailurl
          Thumbnail URL - An URL for the book's cover page image on the bookshop
protected  java.lang.String title
          title - The bookshop's title for the book
protected  java.lang.String vendorproductid
          Vendor product ID - The bookshop's internal product ID for the book
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
BookStockingBase()
           
 
Method Summary
 java.lang.String getAuthor_unsafe()
          Retrieves the Author value, without locking, for this BookStocking Persistent.
 java.lang.String getAuthor()
          Retrieves the Author value, with locking, for this BookStocking Persistent.
 org.melati.poem.Field getAuthorField()
          Retrieves the Author value as a Field from this BookStocking Persistent.
 BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
          Retrieves the Database object.
 java.lang.Integer getBook_unsafe()
          Retrieves the Book value, without locking, for this BookStocking Persistent.
 Book getBook()
          Retrieves the Book object referred to.
 org.melati.poem.Field getBookField()
          Retrieves the Book value as a Field from this BookStocking Persistent.
 BookStockingTable getBookStockingTable()
          Retrieves the BookStockingTable table which this Persistent is from.
 java.lang.Integer getBookTroid()
          Retrieves the Table Row Object ID.
 java.lang.String getDeliveryinfo_unsafe()
          Retrieves the Deliveryinfo value, without locking, for this BookStocking Persistent.
 java.lang.String getDeliveryinfo()
          Retrieves the Deliveryinfo value, with locking, for this BookStocking Persistent.
 org.melati.poem.Field getDeliveryinfoField()
          Retrieves the Deliveryinfo value as a Field from this BookStocking Persistent.
 java.lang.String getDetailurl_unsafe()
          Retrieves the Detailurl value, without locking, for this BookStocking Persistent.
 java.lang.String getDetailurl()
          Retrieves the Detailurl value, with locking, for this BookStocking Persistent.
 org.melati.poem.Field getDetailurlField()
          Retrieves the Detailurl value as a Field from this BookStocking Persistent.
 java.lang.String getFormat_unsafe()
          Retrieves the Format value, without locking, for this BookStocking Persistent.
 java.lang.String getFormat()
          Retrieves the Format value, with locking, for this BookStocking Persistent.
 java.lang.Integer getFormatcode_unsafe()
          Retrieves the Formatcode value, without locking, for this BookStocking Persistent.
 BookFormat getFormatcode()
          Retrieves the Formatcode object referred to.
 org.melati.poem.Field getFormatcodeField()
          Retrieves the Formatcode value as a Field from this BookStocking Persistent.
 java.lang.Integer getFormatcodeTroid()
          Retrieves the Table Row Object ID.
 org.melati.poem.Field getFormatField()
          Retrieves the Format value as a Field from this BookStocking Persistent.
 java.lang.Integer getId_unsafe()
          Retrieves the Id value, without locking, for this BookStocking Persistent.
 java.lang.Integer getId()
          Retrieves the Id value, with locking, for this BookStocking Persistent.
 org.melati.poem.Field getIdField()
          Retrieves the Id value as a Field from this BookStocking Persistent.
 java.lang.String getIsbn_unsafe()
          Retrieves the Isbn value, without locking, for this BookStocking Persistent.
 java.lang.String getIsbn()
          Retrieves the Isbn value, with locking, for this BookStocking Persistent.
 org.melati.poem.Field getIsbnField()
          Retrieves the Isbn value as a Field from this BookStocking Persistent.
 java.lang.String getPrice_unsafe()
          Retrieves the Price value, without locking, for this BookStocking Persistent.
 java.lang.String getPrice()
          Retrieves the Price value, with locking, for this BookStocking Persistent.
 org.melati.poem.Field getPriceField()
          Retrieves the Price value as a Field from this BookStocking Persistent.
 java.lang.Integer getPricenumber_unsafe()
          Retrieves the Pricenumber value, without locking, for this BookStocking Persistent.
 java.lang.Integer getPricenumber()
          Retrieves the Pricenumber value, with locking, for this BookStocking Persistent.
 org.melati.poem.Field getPricenumberField()
          Retrieves the Pricenumber value as a Field from this BookStocking Persistent.
 java.lang.String getPublicationyear_unsafe()
          Retrieves the Publicationyear value, without locking, for this BookStocking Persistent.
 java.lang.String getPublicationyear()
          Retrieves the Publicationyear value, with locking, for this BookStocking Persistent.
 org.melati.poem.Field getPublicationyearField()
          Retrieves the Publicationyear value as a Field from this BookStocking Persistent.
 java.lang.String getPublisher_unsafe()
          Retrieves the Publisher value, without locking, for this BookStocking Persistent.
 java.lang.String getPublisher()
          Retrieves the Publisher value, with locking, for this BookStocking Persistent.
 org.melati.poem.Field getPublisherField()
          Retrieves the Publisher value as a Field from this BookStocking Persistent.
 java.lang.Integer getShop_unsafe()
          Retrieves the Shop value, without locking, for this BookStocking Persistent.
 Bookshop getShop()
          Retrieves the Shop object referred to.
 org.melati.poem.Field getShopField()
          Retrieves the Shop value as a Field from this BookStocking Persistent.
 java.lang.Integer getShopTroid()
          Retrieves the Table Row Object ID.
 java.lang.String getThumbnailurl_unsafe()
          Retrieves the Thumbnailurl value, without locking, for this BookStocking Persistent.
 java.lang.String getThumbnailurl()
          Retrieves the Thumbnailurl value, with locking, for this BookStocking Persistent.
 org.melati.poem.Field getThumbnailurlField()
          Retrieves the Thumbnailurl value as a Field from this BookStocking Persistent.
 java.lang.String getTitle_unsafe()
          Retrieves the Title value, without locking, for this BookStocking Persistent.
 java.lang.String getTitle()
          Retrieves the Title value, with locking, for this BookStocking Persistent.
 org.melati.poem.Field getTitleField()
          Retrieves the Title value as a Field from this BookStocking Persistent.
 java.lang.String getVendorproductid_unsafe()
          Retrieves the Vendorproductid value, without locking, for this BookStocking Persistent.
 java.lang.String getVendorproductid()
          Retrieves the Vendorproductid value, with locking, for this BookStocking Persistent.
 org.melati.poem.Field getVendorproductidField()
          Retrieves the Vendorproductid value as a Field from this BookStocking Persistent.
 void setAuthor_unsafe(java.lang.String cooked)
          Sets the Author value directly, without checking, for this BookStocking Persistent.
 void setAuthor(java.lang.String cooked)
          Sets the Author value, with checking, for this BookStocking Persistent.
 void setBook_unsafe(java.lang.Integer cooked)
          Sets the Book value directly, without checking, for this BookStocking Persistent.
 void setBook(Book cooked)
          Set the Book.
 void setBookTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void setDeliveryinfo_unsafe(java.lang.String cooked)
          Sets the Deliveryinfo value directly, without checking, for this BookStocking Persistent.
 void setDeliveryinfo(java.lang.String cooked)
          Sets the Deliveryinfo value, with checking, for this BookStocking Persistent.
 void setDetailurl_unsafe(java.lang.String cooked)
          Sets the Detailurl value directly, without checking, for this BookStocking Persistent.
 void setDetailurl(java.lang.String cooked)
          Sets the Detailurl value, with checking, for this BookStocking Persistent.
 void setFormat_unsafe(java.lang.String cooked)
          Sets the Format value directly, without checking, for this BookStocking Persistent.
 void setFormat(java.lang.String cooked)
          Sets the Format value, with checking, for this BookStocking Persistent.
 void setFormatcode_unsafe(java.lang.Integer cooked)
          Sets the Formatcode value directly, without checking, for this BookStocking Persistent.
 void setFormatcode(BookFormat cooked)
          Set the Formatcode.
 void setFormatcodeTroid(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 BookStocking Persistent.
 void setId(int cooked)
          Sets the Id value, with checking, for this BookStocking Persistent.
 void setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this BookStocking Persistent.
 void setIsbn_unsafe(java.lang.String cooked)
          Sets the Isbn value directly, without checking, for this BookStocking Persistent.
 void setIsbn(java.lang.String cooked)
          Sets the Isbn value, with checking, for this BookStocking Persistent.
 void setPrice_unsafe(java.lang.String cooked)
          Sets the Price value directly, without checking, for this BookStocking Persistent.
 void setPrice(java.lang.String cooked)
          Sets the Price value, with checking, for this BookStocking Persistent.
 void setPricenumber_unsafe(java.lang.Integer cooked)
          Sets the Pricenumber value directly, without checking, for this BookStocking Persistent.
 void setPricenumber(int cooked)
          Sets the Pricenumber value, with checking, for this BookStocking Persistent.
 void setPricenumber(java.lang.Integer cooked)
          Sets the Pricenumber value, with checking, for this BookStocking Persistent.
 void setPublicationyear_unsafe(java.lang.String cooked)
          Sets the Publicationyear value directly, without checking, for this BookStocking Persistent.
 void setPublicationyear(java.lang.String cooked)
          Sets the Publicationyear value, with checking, for this BookStocking Persistent.
 void setPublisher_unsafe(java.lang.String cooked)
          Sets the Publisher value directly, without checking, for this BookStocking Persistent.
 void setPublisher(java.lang.String cooked)
          Sets the Publisher value, with checking, for this BookStocking Persistent.
 void setShop_unsafe(java.lang.Integer cooked)
          Sets the Shop value directly, without checking, for this BookStocking Persistent.
 void setShop(Bookshop cooked)
          Set the Shop.
 void setShopTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void setThumbnailurl_unsafe(java.lang.String cooked)
          Sets the Thumbnailurl value directly, without checking, for this BookStocking Persistent.
 void setThumbnailurl(java.lang.String cooked)
          Sets the Thumbnailurl value, with checking, for this BookStocking Persistent.
 void setTitle_unsafe(java.lang.String cooked)
          Sets the Title value directly, without checking, for this BookStocking Persistent.
 void setTitle(java.lang.String cooked)
          Sets the Title value, with checking, for this BookStocking Persistent.
 void setVendorproductid_unsafe(java.lang.String cooked)
          Sets the Vendorproductid value directly, without checking, for this BookStocking Persistent.
 void setVendorproductid(java.lang.String cooked)
          Sets the Vendorproductid value, with checking, for this BookStocking Persistent.
 
Methods inherited from class org.melati.poem.JdbcPersistent
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, clone, commit, countMatchSQL, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, deleteLock, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, existenceLock, fieldsOfColumns, fromClause, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getName, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, load, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, readLock, readLock, readLock, rollback, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troid, upToDate, writeDown, writeLock, writeLock, writeLock
 
Methods inherited from class org.melati.poem.transaction.Transactioned
markValid, reset, setTransactionPool, transactionPool, unSee
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected java.lang.Integer id
id


shop

protected java.lang.Integer shop
shop - The bookshop


book

protected java.lang.Integer book
book - The Bibliomania book corresponding to the stocked book, as far as can be determined


title

protected java.lang.String title
title - The bookshop's title for the book


author

protected java.lang.String author
author - The bookshop's author name for the book


vendorproductid

protected java.lang.String vendorproductid
Vendor product ID - The bookshop's internal product ID for the book


isbn

protected java.lang.String isbn
isbn - The ISBN for the book


deliveryinfo

protected java.lang.String deliveryinfo
Delivery info - The bookshop's delivery time claim for the book


price

protected java.lang.String price
price - The bookshop's price description for the book


pricenumber

protected java.lang.Integer pricenumber
Price (number) - A numeric version of the price, if can be calculated ...


format

protected java.lang.String format
format - The bookshop's format description for the book


formatcode

protected java.lang.Integer formatcode
Format code - A code representing the book's format in a consistent way, as far as it can be determined


publisher

protected java.lang.String publisher
publisher - The bookshop's publisher description for the book


publicationyear

protected java.lang.String publicationyear
Publication year - The bookshop's publication year description for the book


detailurl

protected java.lang.String detailurl
Detail URL - A scratchpad for storing info about the book's home page on the bookshop (or, unused)


thumbnailurl

protected java.lang.String thumbnailurl
Thumbnail URL - An URL for the book's cover page image on the bookshop

Constructor Detail

BookStockingBase

public BookStockingBase()
Method Detail

getBibliomaniaDatabaseTables

public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
Retrieves the Database object.

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

getBookStockingTable

public BookStockingTable getBookStockingTable()
Retrieves the BookStockingTable table which this Persistent is from.

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

getId_unsafe

public java.lang.Integer getId_unsafe()
Retrieves the Id value, without locking, for this BookStocking Persistent.

Returns:
the Integer id
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setId_unsafe

public void setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getId

public java.lang.Integer getId()
                        throws org.melati.poem.AccessPoemException
Retrieves the Id value, with locking, for this BookStocking Persistent.

Returns:
the value of the field Id for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setId

public void setId(java.lang.Integer cooked)
           throws org.melati.poem.AccessPoemException,
                  org.melati.poem.ValidationPoemException
Sets the Id value, with checking, for this BookStocking Persistent.

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setId

public final void setId(int cooked)
                 throws org.melati.poem.AccessPoemException,
                        org.melati.poem.ValidationPoemException
Sets the Id value, with checking, for this BookStocking Persistent.

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.IntegerFieldDef#generateBaseMethods

getIdField

public org.melati.poem.Field getIdField()
                                 throws org.melati.poem.AccessPoemException
Retrieves the Id value as a Field from this BookStocking Persistent.

Returns:
the Integer id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getShop_unsafe

public java.lang.Integer getShop_unsafe()
Retrieves the Shop value, without locking, for this BookStocking Persistent.

Returns:
the Integer shop
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setShop_unsafe

public void setShop_unsafe(java.lang.Integer cooked)
Sets the Shop value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getShopTroid

public java.lang.Integer getShopTroid()
                               throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setShopTroid

public void setShopTroid(java.lang.Integer raw)
                  throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getShop

public Bookshop getShop()
                 throws org.melati.poem.AccessPoemException,
                        org.melati.poem.NoSuchRowPoemException
Retrieves the Shop object referred to.

Returns:
the Shop as a Bookshop
Throws:
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
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setShop

public void setShop(Bookshop cooked)
             throws org.melati.poem.AccessPoemException
Set the Shop.

Parameters:
cooked - a validated Bookshop
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getShopField

public org.melati.poem.Field getShopField()
                                   throws org.melati.poem.AccessPoemException
Retrieves the Shop value as a Field from this BookStocking Persistent.

Returns:
the Integer shop
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getBook_unsafe

public java.lang.Integer getBook_unsafe()
Retrieves the Book value, without locking, for this BookStocking Persistent.

Returns:
the Integer book
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setBook_unsafe

public void setBook_unsafe(java.lang.Integer cooked)
Sets the Book value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getBookTroid

public java.lang.Integer getBookTroid()
                               throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setBookTroid

public void setBookTroid(java.lang.Integer raw)
                  throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getBook

public Book getBook()
             throws org.melati.poem.AccessPoemException,
                    org.melati.poem.NoSuchRowPoemException
Retrieves the Book object referred to.

Returns:
the Book as a Book
Throws:
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
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setBook

public void setBook(Book cooked)
             throws org.melati.poem.AccessPoemException
Set the Book.

Parameters:
cooked - a validated Book
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getBookField

public org.melati.poem.Field getBookField()
                                   throws org.melati.poem.AccessPoemException
Retrieves the Book value as a Field from this BookStocking Persistent.

Returns:
the Integer book
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getTitle_unsafe

public java.lang.String getTitle_unsafe()
Retrieves the Title value, without locking, for this BookStocking Persistent.

Returns:
the String title
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setTitle_unsafe

public void setTitle_unsafe(java.lang.String cooked)
Sets the Title value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getTitle

public java.lang.String getTitle()
                          throws org.melati.poem.AccessPoemException
Retrieves the Title value, with locking, for this BookStocking Persistent. Field description: The bookshop's title for the book

Returns:
the value of the field Title for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setTitle

public void setTitle(java.lang.String cooked)
              throws org.melati.poem.AccessPoemException,
                     org.melati.poem.ValidationPoemException
Sets the Title value, with checking, for this BookStocking Persistent. Field description: The bookshop's title for the book

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getTitleField

public org.melati.poem.Field getTitleField()
                                    throws org.melati.poem.AccessPoemException
Retrieves the Title value as a Field from this BookStocking Persistent.

Returns:
the String title
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getAuthor_unsafe

public java.lang.String getAuthor_unsafe()
Retrieves the Author value, without locking, for this BookStocking Persistent.

Returns:
the String author
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setAuthor_unsafe

public void setAuthor_unsafe(java.lang.String cooked)
Sets the Author value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getAuthor

public java.lang.String getAuthor()
                           throws org.melati.poem.AccessPoemException
Retrieves the Author value, with locking, for this BookStocking Persistent. Field description: The bookshop's author name for the book

Returns:
the value of the field Author for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setAuthor

public void setAuthor(java.lang.String cooked)
               throws org.melati.poem.AccessPoemException,
                      org.melati.poem.ValidationPoemException
Sets the Author value, with checking, for this BookStocking Persistent. Field description: The bookshop's author name for the book

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getAuthorField

public org.melati.poem.Field getAuthorField()
                                     throws org.melati.poem.AccessPoemException
Retrieves the Author value as a Field from this BookStocking Persistent.

Returns:
the String author
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getVendorproductid_unsafe

public java.lang.String getVendorproductid_unsafe()
Retrieves the Vendorproductid value, without locking, for this BookStocking Persistent.

Returns:
the String vendorproductid
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setVendorproductid_unsafe

public void setVendorproductid_unsafe(java.lang.String cooked)
Sets the Vendorproductid value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getVendorproductid

public java.lang.String getVendorproductid()
                                    throws org.melati.poem.AccessPoemException
Retrieves the Vendorproductid value, with locking, for this BookStocking Persistent. Field description: The bookshop's internal product ID for the book

Returns:
the value of the field Vendorproductid for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setVendorproductid

public void setVendorproductid(java.lang.String cooked)
                        throws org.melati.poem.AccessPoemException,
                               org.melati.poem.ValidationPoemException
Sets the Vendorproductid value, with checking, for this BookStocking Persistent. Field description: The bookshop's internal product ID for the book

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getVendorproductidField

public org.melati.poem.Field getVendorproductidField()
                                              throws org.melati.poem.AccessPoemException
Retrieves the Vendorproductid value as a Field from this BookStocking Persistent.

Returns:
the String vendorproductid
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getIsbn_unsafe

public java.lang.String getIsbn_unsafe()
Retrieves the Isbn value, without locking, for this BookStocking Persistent.

Returns:
the String isbn
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setIsbn_unsafe

public void setIsbn_unsafe(java.lang.String cooked)
Sets the Isbn value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getIsbn

public java.lang.String getIsbn()
                         throws org.melati.poem.AccessPoemException
Retrieves the Isbn value, with locking, for this BookStocking Persistent. Field description: The ISBN for the book

Returns:
the value of the field Isbn for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setIsbn

public void setIsbn(java.lang.String cooked)
             throws org.melati.poem.AccessPoemException,
                    org.melati.poem.ValidationPoemException
Sets the Isbn value, with checking, for this BookStocking Persistent. Field description: The ISBN for the book

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getIsbnField

public org.melati.poem.Field getIsbnField()
                                   throws org.melati.poem.AccessPoemException
Retrieves the Isbn value as a Field from this BookStocking Persistent.

Returns:
the String isbn
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getDeliveryinfo_unsafe

public java.lang.String getDeliveryinfo_unsafe()
Retrieves the Deliveryinfo value, without locking, for this BookStocking Persistent.

Returns:
the String deliveryinfo
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setDeliveryinfo_unsafe

public void setDeliveryinfo_unsafe(java.lang.String cooked)
Sets the Deliveryinfo value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getDeliveryinfo

public java.lang.String getDeliveryinfo()
                                 throws org.melati.poem.AccessPoemException
Retrieves the Deliveryinfo value, with locking, for this BookStocking Persistent. Field description: The bookshop's delivery time claim for the book

Returns:
the value of the field Deliveryinfo for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setDeliveryinfo

public void setDeliveryinfo(java.lang.String cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the Deliveryinfo value, with checking, for this BookStocking Persistent. Field description: The bookshop's delivery time claim for the book

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getDeliveryinfoField

public org.melati.poem.Field getDeliveryinfoField()
                                           throws org.melati.poem.AccessPoemException
Retrieves the Deliveryinfo value as a Field from this BookStocking Persistent.

Returns:
the String deliveryinfo
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getPrice_unsafe

public java.lang.String getPrice_unsafe()
Retrieves the Price value, without locking, for this BookStocking Persistent.

Returns:
the String price
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setPrice_unsafe

public void setPrice_unsafe(java.lang.String cooked)
Sets the Price value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getPrice

public java.lang.String getPrice()
                          throws org.melati.poem.AccessPoemException
Retrieves the Price value, with locking, for this BookStocking Persistent. Field description: The bookshop's price description for the book

Returns:
the value of the field Price for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setPrice

public void setPrice(java.lang.String cooked)
              throws org.melati.poem.AccessPoemException,
                     org.melati.poem.ValidationPoemException
Sets the Price value, with checking, for this BookStocking Persistent. Field description: The bookshop's price description for the book

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getPriceField

public org.melati.poem.Field getPriceField()
                                    throws org.melati.poem.AccessPoemException
Retrieves the Price value as a Field from this BookStocking Persistent.

Returns:
the String price
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getPricenumber_unsafe

public java.lang.Integer getPricenumber_unsafe()
Retrieves the Pricenumber value, without locking, for this BookStocking Persistent.

Returns:
the Integer pricenumber
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setPricenumber_unsafe

public void setPricenumber_unsafe(java.lang.Integer cooked)
Sets the Pricenumber value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getPricenumber

public java.lang.Integer getPricenumber()
                                 throws org.melati.poem.AccessPoemException
Retrieves the Pricenumber value, with locking, for this BookStocking Persistent. Field description: A numeric version of the price, if can be calculated ...

Returns:
the value of the field Pricenumber for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setPricenumber

public void setPricenumber(java.lang.Integer cooked)
                    throws org.melati.poem.AccessPoemException,
                           org.melati.poem.ValidationPoemException
Sets the Pricenumber value, with checking, for this BookStocking Persistent. Field description: A numeric version of the price, if can be calculated ...

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setPricenumber

public final void setPricenumber(int cooked)
                          throws org.melati.poem.AccessPoemException,
                                 org.melati.poem.ValidationPoemException
Sets the Pricenumber value, with checking, for this BookStocking Persistent. Field description: A numeric version of the price, if can be calculated ...

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.IntegerFieldDef#generateBaseMethods

getPricenumberField

public org.melati.poem.Field getPricenumberField()
                                          throws org.melati.poem.AccessPoemException
Retrieves the Pricenumber value as a Field from this BookStocking Persistent.

Returns:
the Integer pricenumber
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getFormat_unsafe

public java.lang.String getFormat_unsafe()
Retrieves the Format value, without locking, for this BookStocking Persistent.

Returns:
the String format
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setFormat_unsafe

public void setFormat_unsafe(java.lang.String cooked)
Sets the Format value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getFormat

public java.lang.String getFormat()
                           throws org.melati.poem.AccessPoemException
Retrieves the Format value, with locking, for this BookStocking Persistent. Field description: The bookshop's format description for the book

Returns:
the value of the field Format for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setFormat

public void setFormat(java.lang.String cooked)
               throws org.melati.poem.AccessPoemException,
                      org.melati.poem.ValidationPoemException
Sets the Format value, with checking, for this BookStocking Persistent. Field description: The bookshop's format description for the book

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getFormatField

public org.melati.poem.Field getFormatField()
                                     throws org.melati.poem.AccessPoemException
Retrieves the Format value as a Field from this BookStocking Persistent.

Returns:
the String format
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getFormatcode_unsafe

public java.lang.Integer getFormatcode_unsafe()
Retrieves the Formatcode value, without locking, for this BookStocking Persistent.

Returns:
the Integer formatcode
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setFormatcode_unsafe

public void setFormatcode_unsafe(java.lang.Integer cooked)
Sets the Formatcode value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getFormatcodeTroid

public java.lang.Integer getFormatcodeTroid()
                                     throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setFormatcodeTroid

public void setFormatcodeTroid(java.lang.Integer raw)
                        throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getFormatcode

public BookFormat getFormatcode()
                         throws org.melati.poem.AccessPoemException,
                                org.melati.poem.NoSuchRowPoemException
Retrieves the Formatcode object referred to.

Returns:
the Formatcode as a BookFormat
Throws:
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
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setFormatcode

public void setFormatcode(BookFormat cooked)
                   throws org.melati.poem.AccessPoemException
Set the Formatcode.

Parameters:
cooked - a validated BookFormat
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getFormatcodeField

public org.melati.poem.Field getFormatcodeField()
                                         throws org.melati.poem.AccessPoemException
Retrieves the Formatcode value as a Field from this BookStocking Persistent.

Returns:
the Integer formatcode
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getPublisher_unsafe

public java.lang.String getPublisher_unsafe()
Retrieves the Publisher value, without locking, for this BookStocking Persistent.

Returns:
the String publisher
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setPublisher_unsafe

public void setPublisher_unsafe(java.lang.String cooked)
Sets the Publisher value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getPublisher

public java.lang.String getPublisher()
                              throws org.melati.poem.AccessPoemException
Retrieves the Publisher value, with locking, for this BookStocking Persistent. Field description: The bookshop's publisher description for the book

Returns:
the value of the field Publisher for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setPublisher

public void setPublisher(java.lang.String cooked)
                  throws org.melati.poem.AccessPoemException,
                         org.melati.poem.ValidationPoemException
Sets the Publisher value, with checking, for this BookStocking Persistent. Field description: The bookshop's publisher description for the book

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getPublisherField

public org.melati.poem.Field getPublisherField()
                                        throws org.melati.poem.AccessPoemException
Retrieves the Publisher value as a Field from this BookStocking Persistent.

Returns:
the String publisher
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getPublicationyear_unsafe

public java.lang.String getPublicationyear_unsafe()
Retrieves the Publicationyear value, without locking, for this BookStocking Persistent.

Returns:
the String publicationyear
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setPublicationyear_unsafe

public void setPublicationyear_unsafe(java.lang.String cooked)
Sets the Publicationyear value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getPublicationyear

public java.lang.String getPublicationyear()
                                    throws org.melati.poem.AccessPoemException
Retrieves the Publicationyear value, with locking, for this BookStocking Persistent. Field description: The bookshop's publication year description for the book

Returns:
the value of the field Publicationyear for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setPublicationyear

public void setPublicationyear(java.lang.String cooked)
                        throws org.melati.poem.AccessPoemException,
                               org.melati.poem.ValidationPoemException
Sets the Publicationyear value, with checking, for this BookStocking Persistent. Field description: The bookshop's publication year description for the book

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getPublicationyearField

public org.melati.poem.Field getPublicationyearField()
                                              throws org.melati.poem.AccessPoemException
Retrieves the Publicationyear value as a Field from this BookStocking Persistent.

Returns:
the String publicationyear
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getDetailurl_unsafe

public java.lang.String getDetailurl_unsafe()
Retrieves the Detailurl value, without locking, for this BookStocking Persistent.

Returns:
the String detailurl
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setDetailurl_unsafe

public void setDetailurl_unsafe(java.lang.String cooked)
Sets the Detailurl value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getDetailurl

public java.lang.String getDetailurl()
                              throws org.melati.poem.AccessPoemException
Retrieves the Detailurl value, with locking, for this BookStocking Persistent. Field description: A scratchpad for storing info about the book's home page on the bookshop (or, unused)

Returns:
the value of the field Detailurl for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setDetailurl

public void setDetailurl(java.lang.String cooked)
                  throws org.melati.poem.AccessPoemException,
                         org.melati.poem.ValidationPoemException
Sets the Detailurl value, with checking, for this BookStocking Persistent. Field description: A scratchpad for storing info about the book's home page on the bookshop (or, unused)

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getDetailurlField

public org.melati.poem.Field getDetailurlField()
                                        throws org.melati.poem.AccessPoemException
Retrieves the Detailurl value as a Field from this BookStocking Persistent.

Returns:
the String detailurl
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getThumbnailurl_unsafe

public java.lang.String getThumbnailurl_unsafe()
Retrieves the Thumbnailurl value, without locking, for this BookStocking Persistent.

Returns:
the String thumbnailurl
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setThumbnailurl_unsafe

public void setThumbnailurl_unsafe(java.lang.String cooked)
Sets the Thumbnailurl value directly, without checking, for this BookStocking Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getThumbnailurl

public java.lang.String getThumbnailurl()
                                 throws org.melati.poem.AccessPoemException
Retrieves the Thumbnailurl value, with locking, for this BookStocking Persistent. Field description: An URL for the book's cover page image on the bookshop

Returns:
the value of the field Thumbnailurl for this BookStocking Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setThumbnailurl

public void setThumbnailurl(java.lang.String cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the Thumbnailurl value, with checking, for this BookStocking Persistent. Field description: An URL for the book's cover page image on the bookshop

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getThumbnailurlField

public org.melati.poem.Field getThumbnailurlField()
                                           throws org.melati.poem.AccessPoemException
Retrieves the Thumbnailurl value as a Field from this BookStocking Persistent.

Returns:
the String thumbnailurl
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator


Copyright © 2000-2009 PanEris. All Rights Reserved.