|
||||||||||
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.SupplierProductBase
public abstract class SupplierProductBase
Melati POEM generated abstract base class for a Persistent
SupplierProduct
Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
Field Summary | |
---|---|
protected java.lang.Integer |
id
id |
protected java.lang.Integer |
product
Product - A product for this supplier |
protected java.lang.Integer |
supplier
Supplier - A supplier for this product |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
SupplierProductBase()
|
Method Summary | |
---|---|
BibliomaniaDatabaseTables |
getBibliomaniaDatabaseTables()
Retrieves the Database object. |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this SupplierProduct Persistent . |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this SupplierProduct Persistent . |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this SupplierProduct Persistent . |
java.lang.Integer |
getProduct_unsafe()
Retrieves the Product value, without locking,
for this SupplierProduct Persistent . |
Product |
getProduct()
Retrieves the Product object referred to. |
org.melati.poem.Field |
getProductField()
Retrieves the Product value as a Field
from this SupplierProduct Persistent . |
java.lang.Integer |
getProductTroid()
Retrieves the Table Row Object ID. |
java.lang.Integer |
getSupplier_unsafe()
Retrieves the Supplier value, without locking,
for this SupplierProduct Persistent . |
Supplier |
getSupplier()
Retrieves the Supplier object referred to. |
org.melati.poem.Field |
getSupplierField()
Retrieves the Supplier value as a Field
from this SupplierProduct Persistent . |
SupplierProductTable |
getSupplierProductTable()
Retrieves the SupplierProductTable table
which this Persistent is from. |
java.lang.Integer |
getSupplierTroid()
Retrieves the Table Row Object ID. |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this SupplierProduct Persistent . |
void |
setId(int cooked)
Sets the Id value, with checking, for this
SupplierProduct Persistent . |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
SupplierProduct Persistent . |
void |
setProduct_unsafe(java.lang.Integer cooked)
Sets the Product value directly, without checking,
for this SupplierProduct Persistent . |
void |
setProduct(Product cooked)
Set the Product. |
void |
setProductTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setSupplier_unsafe(java.lang.Integer cooked)
Sets the Supplier value directly, without checking,
for this SupplierProduct Persistent . |
void |
setSupplier(Supplier cooked)
Set the Supplier. |
void |
setSupplierTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
Methods inherited from class org.melati.poem.JdbcPersistent |
---|
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, clone, commit, countMatchSQL, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, deleteLock, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, existenceLock, fieldsOfColumns, fromClause, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, 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 |
---|
protected java.lang.Integer id
protected java.lang.Integer supplier
protected java.lang.Integer product
Constructor Detail |
---|
public SupplierProductBase()
Method Detail |
---|
public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public SupplierProductTable getSupplierProductTable()
SupplierProductTable
table
which this Persistent
is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this SupplierProduct
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this SupplierProduct Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId() throws org.melati.poem.AccessPoemException
SupplierProduct
Persistent
.
Id
for this
SupplierProduct
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
SupplierProduct
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
SupplierProduct
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 SupplierProduct
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getSupplier_unsafe()
Supplier
value, without locking,
for this SupplierProduct
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setSupplier_unsafe(java.lang.Integer cooked)
Supplier
value directly, without checking,
for this SupplierProduct Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getSupplierTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setSupplierTroid(java.lang.Integer raw) throws org.melati.poem.AccessPoemException
raw
- a Table Row Object Id
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Supplier getSupplier() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Supplier
object referred to.
Supplier
as a Supplier
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setSupplier(Supplier cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Supplier
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getSupplierField() throws org.melati.poem.AccessPoemException
Supplier
value as a Field
from this SupplierProduct
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getProduct_unsafe()
Product
value, without locking,
for this SupplierProduct
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setProduct_unsafe(java.lang.Integer cooked)
Product
value directly, without checking,
for this SupplierProduct Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getProductTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setProductTroid(java.lang.Integer raw) throws org.melati.poem.AccessPoemException
raw
- a Table Row Object Id
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Product getProduct() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Product
object referred to.
Product
as a Product
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setProduct(Product cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Product
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getProductField() throws org.melati.poem.AccessPoemException
Product
value as a Field
from this SupplierProduct
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 |