org.paneris.bibliomania
Class BookStocking

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

public class BookStocking
extends BookStockingBase


Field Summary
 
Fields inherited from class org.paneris.bibliomania.generated.BookStockingBase
author, book, deliveryinfo, detailurl, format, formatcode, id, isbn, price, pricenumber, publicationyear, publisher, shop, thumbnailurl, title, vendorproductid
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
BookStocking()
           
 
Method Summary
 void dump(java.io.PrintStream o)
           
 BibliomaniaDatabase getBibliomaniaDatabase()
           
 java.lang.String getNotifyOfferedLinkHTML()
           
 java.lang.String getProductURL()
           
static void main(java.lang.String[] args)
           
 void setFormat_unsafe(java.lang.String format)
          Sets the Format value directly, without checking, for this BookStocking Persistent.
 void setPrice_unsafe(java.lang.String price)
          Sets the Price value directly, without checking, for this BookStocking Persistent.
 
Methods inherited from class org.paneris.bibliomania.generated.BookStockingBase
getAuthor_unsafe, getAuthor, getAuthorField, getBibliomaniaDatabaseTables, getBook_unsafe, getBook, getBookField, getBookStockingTable, getBookTroid, getDeliveryinfo_unsafe, getDeliveryinfo, getDeliveryinfoField, getDetailurl_unsafe, getDetailurl, getDetailurlField, getFormat_unsafe, getFormat, getFormatcode_unsafe, getFormatcode, getFormatcodeField, getFormatcodeTroid, getFormatField, getId_unsafe, getId, getIdField, getIsbn_unsafe, getIsbn, getIsbnField, getPrice_unsafe, getPrice, getPriceField, getPricenumber_unsafe, getPricenumber, getPricenumberField, getPublicationyear_unsafe, getPublicationyear, getPublicationyearField, getPublisher_unsafe, getPublisher, getPublisherField, getShop_unsafe, getShop, getShopField, getShopTroid, getThumbnailurl_unsafe, getThumbnailurl, getThumbnailurlField, getTitle_unsafe, getTitle, getTitleField, getVendorproductid_unsafe, getVendorproductid, getVendorproductidField, setAuthor_unsafe, setAuthor, setBook_unsafe, setBook, setBookTroid, setDeliveryinfo_unsafe, setDeliveryinfo, setDetailurl_unsafe, setDetailurl, setFormat, setFormatcode_unsafe, setFormatcode, setFormatcodeTroid, setId_unsafe, setId, setId, setIsbn_unsafe, setIsbn, setPrice, setPricenumber_unsafe, setPricenumber, setPricenumber, setPublicationyear_unsafe, setPublicationyear, setPublisher_unsafe, setPublisher, setShop_unsafe, setShop, setShopTroid, setThumbnailurl_unsafe, setThumbnailurl, setTitle_unsafe, setTitle, setVendorproductid_unsafe, setVendorproductid
 
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, duplicated, duplicatedFloating, equals, existenceLock, existenceLock, fieldsOfColumns, fromClause, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getName, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, load, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, readLock, readLock, readLock, rollback, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troid, upToDate, writeDown, writeLock, writeLock, writeLock
 
Methods inherited from class org.melati.poem.transaction.Transactioned
markValid, reset, setTransactionPool, transactionPool, unSee
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BookStocking

public BookStocking()
Method Detail

getBibliomaniaDatabase

public BibliomaniaDatabase getBibliomaniaDatabase()

getNotifyOfferedLinkHTML

public java.lang.String getNotifyOfferedLinkHTML()

getProductURL

public java.lang.String getProductURL()

setPrice_unsafe

public void setPrice_unsafe(java.lang.String price)
Description copied from class: BookStockingBase
Sets the Price value directly, without checking, for this BookStocking Persistent.

Overrides:
setPrice_unsafe in class BookStockingBase
Parameters:
price - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setFormat_unsafe

public void setFormat_unsafe(java.lang.String format)
Description copied from class: BookStockingBase
Sets the Format value directly, without checking, for this BookStocking Persistent.

Overrides:
setFormat_unsafe in class BookStockingBase
Parameters:
format - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

dump

public void dump(java.io.PrintStream o)
Specified by:
dump in interface org.melati.poem.Persistent
Overrides:
dump in class org.melati.poem.JdbcPersistent

main

public static void main(java.lang.String[] args)


Copyright © 2000-2009 PanEris. All Rights Reserved.