| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.poem.transaction.Transactioned
org.melati.poem.JdbcPersistent
org.paneris.bibliomania.generated.PublisherBase
public abstract class PublisherBase
Melati POEM generated abstract base class for a Persistent 
 Publisher Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Field Summary | |
|---|---|
protected  java.lang.String | 
address
Address - A postal address for the Publisher  | 
protected  java.lang.String | 
contact
Contact Name - The person who will deal with queries  | 
protected  java.lang.String | 
email
email - An email address used to contact this Publisher  | 
protected  java.lang.Integer | 
id
id  | 
protected  java.lang.String | 
name
Name - The full name of the Publisher  | 
protected  java.lang.String | 
website
website - The website for this Publisher, if they have one  | 
| Fields inherited from class org.melati.poem.transaction.Transactioned | 
|---|
valid | 
| Constructor Summary | |
|---|---|
PublisherBase()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getAddress_unsafe()
Retrieves the Address value, without locking, 
 for this Publisher Persistent. | 
 java.lang.String | 
getAddress()
Retrieves the Address value, with locking, for this Publisher Persistent. | 
 org.melati.poem.Field | 
getAddressField()
Retrieves the Address value as a Field
 from this Publisher Persistent. | 
 BibliomaniaDatabaseTables | 
getBibliomaniaDatabaseTables()
Retrieves the Database object.  | 
 java.lang.String | 
getContact_unsafe()
Retrieves the Contact value, without locking, 
 for this Publisher Persistent. | 
 java.lang.String | 
getContact()
Retrieves the Contact value, with locking, for this Publisher Persistent. | 
 org.melati.poem.Field | 
getContactField()
Retrieves the Contact value as a Field
 from this Publisher Persistent. | 
 java.lang.String | 
getEmail_unsafe()
Retrieves the Email value, without locking, 
 for this Publisher Persistent. | 
 java.lang.String | 
getEmail()
Retrieves the Email value, with locking, for this Publisher Persistent. | 
 org.melati.poem.Field | 
getEmailField()
Retrieves the Email value as a Field
 from this Publisher Persistent. | 
 java.lang.Integer | 
getId_unsafe()
Retrieves the Id value, without locking, 
 for this Publisher Persistent. | 
 java.lang.Integer | 
getId()
Retrieves the Id value, with locking, for this Publisher Persistent. | 
 org.melati.poem.Field | 
getIdField()
Retrieves the Id value as a Field
 from this Publisher Persistent. | 
 java.lang.String | 
getName_unsafe()
Retrieves the Name value, without locking, 
 for this Publisher Persistent. | 
 java.lang.String | 
getName()
Retrieves the Name value, with locking, for this Publisher Persistent. | 
 org.melati.poem.Field | 
getNameField()
Retrieves the Name value as a Field
 from this Publisher Persistent. | 
 PublisherTable | 
getPublisherTable()
Retrieves the PublisherTable table 
 which this Persistent is from. | 
 java.lang.String | 
getWebsite_unsafe()
Retrieves the Website value, without locking, 
 for this Publisher Persistent. | 
 java.lang.String | 
getWebsite()
Retrieves the Website value, with locking, for this Publisher Persistent. | 
 org.melati.poem.Field | 
getWebsiteField()
Retrieves the Website value as a Field
 from this Publisher Persistent. | 
 void | 
setAddress_unsafe(java.lang.String cooked)
Sets the Address value directly, without checking, 
 for this Publisher Persistent. | 
 void | 
setAddress(java.lang.String cooked)
Sets the Address value, with checking, for this 
 Publisher Persistent. | 
 void | 
setContact_unsafe(java.lang.String cooked)
Sets the Contact value directly, without checking, 
 for this Publisher Persistent. | 
 void | 
setContact(java.lang.String cooked)
Sets the Contact value, with checking, for this 
 Publisher Persistent. | 
 void | 
setEmail_unsafe(java.lang.String cooked)
Sets the Email value directly, without checking, 
 for this Publisher Persistent. | 
 void | 
setEmail(java.lang.String cooked)
Sets the Email value, with checking, for this 
 Publisher Persistent. | 
 void | 
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking, 
 for this Publisher Persistent. | 
 void | 
setId(int cooked)
Sets the Id value, with checking, for this 
 Publisher Persistent. | 
 void | 
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this 
 Publisher Persistent. | 
 void | 
setName_unsafe(java.lang.String cooked)
Sets the Name value directly, without checking, 
 for this Publisher Persistent. | 
 void | 
setName(java.lang.String cooked)
Sets the Name value, with checking, for this 
 Publisher Persistent. | 
 void | 
setWebsite_unsafe(java.lang.String cooked)
Sets the Website value directly, without checking, 
 for this Publisher Persistent. | 
 void | 
setWebsite(java.lang.String cooked)
Sets the Website value, with checking, for this 
 Publisher 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, 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.String name
protected java.lang.String address
protected java.lang.String contact
protected java.lang.String email
protected java.lang.String website
| Constructor Detail | 
|---|
public PublisherBase()
| Method Detail | 
|---|
public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic PublisherTable getPublisherTable()
PublisherTable table 
 which this Persistent is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic java.lang.Integer getId_unsafe()
Id value, without locking, 
 for this Publisher Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(java.lang.Integer cooked)
Id value directly, without checking, 
 for this Publisher Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId()
                        throws org.melati.poem.AccessPoemException
Publisher Persistent.
Id for this 
         Publisher Persistent
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
public void setId(java.lang.Integer cooked)
           throws org.melati.poem.AccessPoemException,
                  org.melati.poem.ValidationPoemException
Id value, with checking, for this 
 Publisher Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setId(int cooked)
                 throws org.melati.poem.AccessPoemException,
                        org.melati.poem.ValidationPoemException
Id value, with checking, for this 
 Publisher Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getIdField()
                                 throws org.melati.poem.AccessPoemException
Id value as a Field
 from this Publisher Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getName_unsafe()
Name value, without locking, 
 for this Publisher Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setName_unsafe(java.lang.String cooked)
Name value directly, without checking, 
 for this Publisher Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getName()
                         throws org.melati.poem.AccessPoemException
Publisher Persistent.
 Field description: 
   The full name of the Publisher
getName in interface org.melati.poem.TreeablegetName in class org.melati.poem.JdbcPersistentName for this 
         Publisher Persistent
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
public void setName(java.lang.String cooked)
             throws org.melati.poem.AccessPoemException,
                    org.melati.poem.ValidationPoemException
Name value, with checking, for this 
 Publisher Persistent.
 Field description: 
   The full name of the Publisher
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getNameField()
                                   throws org.melati.poem.AccessPoemException
Name value as a Field
 from this Publisher Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getAddress_unsafe()
Address value, without locking, 
 for this Publisher Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setAddress_unsafe(java.lang.String cooked)
Address value directly, without checking, 
 for this Publisher Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getAddress()
                            throws org.melati.poem.AccessPoemException
Publisher Persistent.
 Field description: 
   A postal address for the Publisher
Address for this 
         Publisher Persistent
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
public void setAddress(java.lang.String cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Address value, with checking, for this 
 Publisher Persistent.
 Field description: 
   A postal address for the Publisher
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getAddressField()
                                      throws org.melati.poem.AccessPoemException
Address value as a Field
 from this Publisher Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getContact_unsafe()
Contact value, without locking, 
 for this Publisher Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setContact_unsafe(java.lang.String cooked)
Contact value directly, without checking, 
 for this Publisher Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getContact()
                            throws org.melati.poem.AccessPoemException
Publisher Persistent.
 Field description: 
   The person who will deal with queries
Contact for this 
         Publisher Persistent
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
public void setContact(java.lang.String cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Contact value, with checking, for this 
 Publisher Persistent.
 Field description: 
   The person who will deal with queries
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getContactField()
                                      throws org.melati.poem.AccessPoemException
Contact value as a Field
 from this Publisher Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getEmail_unsafe()
Email value, without locking, 
 for this Publisher Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setEmail_unsafe(java.lang.String cooked)
Email value directly, without checking, 
 for this Publisher Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getEmail()
                          throws org.melati.poem.AccessPoemException
Publisher Persistent.
 Field description: 
   An email address used to contact this Publisher
Email for this 
         Publisher Persistent
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
public void setEmail(java.lang.String cooked)
              throws org.melati.poem.AccessPoemException,
                     org.melati.poem.ValidationPoemException
Email value, with checking, for this 
 Publisher Persistent.
 Field description: 
   An email address used to contact this Publisher
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getEmailField()
                                    throws org.melati.poem.AccessPoemException
Email value as a Field
 from this Publisher Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getWebsite_unsafe()
Website value, without locking, 
 for this Publisher Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setWebsite_unsafe(java.lang.String cooked)
Website value directly, without checking, 
 for this Publisher Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getWebsite()
                            throws org.melati.poem.AccessPoemException
Publisher Persistent.
 Field description: 
   The website for this Publisher, if they have one
Website for this 
         Publisher Persistent
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
public void setWebsite(java.lang.String cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Website value, with checking, for this 
 Publisher Persistent.
 Field description: 
   The website for this Publisher, if they have one
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken 
         does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getWebsiteField()
                                      throws org.melati.poem.AccessPoemException
Website value as a Field
 from this Publisher 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 | |||||||||