|
||||||||||
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.SupplierBase
public abstract class SupplierBase
Melati POEM generated abstract base class for a Persistent
Supplier
Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
Field Summary | |
---|---|
protected java.lang.String |
address
Address - A postal address for the Supplier |
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 submit orders to this Supplier |
protected java.lang.Integer |
id
id |
protected java.lang.String |
location
location - The Location of this supplier (eg London) |
protected java.lang.String |
name
Name - The full name of the Supplier |
protected java.lang.String |
website
Website - The website for this supplier, if they have one |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
SupplierBase()
|
Method Summary | |
---|---|
java.lang.String |
getAddress_unsafe()
Retrieves the Address value, without locking,
for this Supplier Persistent . |
java.lang.String |
getAddress()
Retrieves the Address value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getAddressField()
Retrieves the Address value as a Field
from this Supplier Persistent . |
BibliomaniaDatabaseTables |
getBibliomaniaDatabaseTables()
Retrieves the Database object. |
java.lang.String |
getContact_unsafe()
Retrieves the Contact value, without locking,
for this Supplier Persistent . |
java.lang.String |
getContact()
Retrieves the Contact value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getContactField()
Retrieves the Contact value as a Field
from this Supplier Persistent . |
java.lang.String |
getEmail_unsafe()
Retrieves the Email value, without locking,
for this Supplier Persistent . |
java.lang.String |
getEmail()
Retrieves the Email value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getEmailField()
Retrieves the Email value as a Field
from this Supplier Persistent . |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this Supplier Persistent . |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this Supplier Persistent . |
java.lang.String |
getLocation_unsafe()
Retrieves the Location value, without locking,
for this Supplier Persistent . |
java.lang.String |
getLocation()
Retrieves the Location value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getLocationField()
Retrieves the Location value as a Field
from this Supplier Persistent . |
java.lang.String |
getName_unsafe()
Retrieves the Name value, without locking,
for this Supplier Persistent . |
java.lang.String |
getName()
Retrieves the Name value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getNameField()
Retrieves the Name value as a Field
from this Supplier Persistent . |
SupplierTable |
getSupplierTable()
Retrieves the SupplierTable table
which this Persistent is from. |
java.lang.String |
getWebsite_unsafe()
Retrieves the Website value, without locking,
for this Supplier Persistent . |
java.lang.String |
getWebsite()
Retrieves the Website value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getWebsiteField()
Retrieves the Website value as a Field
from this Supplier Persistent . |
void |
setAddress_unsafe(java.lang.String cooked)
Sets the Address value directly, without checking,
for this Supplier Persistent . |
void |
setAddress(java.lang.String cooked)
Sets the Address value, with checking, for this
Supplier Persistent . |
void |
setContact_unsafe(java.lang.String cooked)
Sets the Contact value directly, without checking,
for this Supplier Persistent . |
void |
setContact(java.lang.String cooked)
Sets the Contact value, with checking, for this
Supplier Persistent . |
void |
setEmail_unsafe(java.lang.String cooked)
Sets the Email value directly, without checking,
for this Supplier Persistent . |
void |
setEmail(java.lang.String cooked)
Sets the Email value, with checking, for this
Supplier Persistent . |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this Supplier Persistent . |
void |
setId(int cooked)
Sets the Id value, with checking, for this
Supplier Persistent . |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
Supplier Persistent . |
void |
setLocation_unsafe(java.lang.String cooked)
Sets the Location value directly, without checking,
for this Supplier Persistent . |
void |
setLocation(java.lang.String cooked)
Sets the Location value, with checking, for this
Supplier Persistent . |
void |
setName_unsafe(java.lang.String cooked)
Sets the Name value directly, without checking,
for this Supplier Persistent . |
void |
setName(java.lang.String cooked)
Sets the Name value, with checking, for this
Supplier Persistent . |
void |
setWebsite_unsafe(java.lang.String cooked)
Sets the Website value directly, without checking,
for this Supplier Persistent . |
void |
setWebsite(java.lang.String cooked)
Sets the Website value, with checking, for this
Supplier 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
protected java.lang.String location
Constructor Detail |
---|
public SupplierBase()
Method Detail |
---|
public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public SupplierTable getSupplierTable()
SupplierTable
table
which this Persistent
is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this Supplier
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Id
for this
Supplier
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
Supplier
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
Supplier
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 Supplier
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 Supplier
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setName_unsafe(java.lang.String cooked)
Name
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getName() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
The full name of the Supplier
getName
in interface org.melati.poem.Treeable
getName
in class org.melati.poem.JdbcPersistent
Name
for this
Supplier
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
Supplier
Persistent
.
Field description:
The full name of the Supplier
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 Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getAddress_unsafe()
Address
value, without locking,
for this Supplier
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setAddress_unsafe(java.lang.String cooked)
Address
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getAddress() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
A postal address for the Supplier
Address
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setAddress(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Address
value, with checking, for this
Supplier
Persistent
.
Field description:
A postal address for the Supplier
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 getAddressField() throws org.melati.poem.AccessPoemException
Address
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getContact_unsafe()
Contact
value, without locking,
for this Supplier
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setContact_unsafe(java.lang.String cooked)
Contact
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getContact() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
The person who will deal with queries
Contact
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setContact(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Contact
value, with checking, for this
Supplier
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 validpublic org.melati.poem.Field getContactField() throws org.melati.poem.AccessPoemException
Contact
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getEmail_unsafe()
Email
value, without locking,
for this Supplier
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setEmail_unsafe(java.lang.String cooked)
Email
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getEmail() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
An email address used to submit orders to this Supplier
Email
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setEmail(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Email
value, with checking, for this
Supplier
Persistent
.
Field description:
An email address used to submit orders to this Supplier
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 getEmailField() throws org.melati.poem.AccessPoemException
Email
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getWebsite_unsafe()
Website
value, without locking,
for this Supplier
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setWebsite_unsafe(java.lang.String cooked)
Website
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getWebsite() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
The website for this supplier, if they have one
Website
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setWebsite(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Website
value, with checking, for this
Supplier
Persistent
.
Field description:
The website for this supplier, 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 validpublic org.melati.poem.Field getWebsiteField() throws org.melati.poem.AccessPoemException
Website
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getLocation_unsafe()
Location
value, without locking,
for this Supplier
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setLocation_unsafe(java.lang.String cooked)
Location
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getLocation() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
The Location of this supplier (eg London)
Location
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setLocation(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Location
value, with checking, for this
Supplier
Persistent
.
Field description:
The Location of this supplier (eg London)
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 getLocationField() throws org.melati.poem.AccessPoemException
Location
value as a Field
from this Supplier
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 |