|
||||||||||
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.DeliveryChargeBase
public abstract class DeliveryChargeBase
Melati POEM generated abstract base class for a Persistent
DeliveryCharge
Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
Field Summary | |
---|---|
protected java.lang.Integer |
band
Delivery Charge Band - The name of area for this delivery charge |
protected java.lang.Double |
charge
Per Item Delivery Charge - The cost for delivering each book to a coutry in this band |
protected java.lang.Integer |
id
id |
protected java.lang.Double |
ordercharge
Order Delivery Charge - The cost for delivering the order (added to the per item charge) |
protected java.lang.Integer |
supplier
Supplier - The supplier for which these charges apply |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
DeliveryChargeBase()
|
Method Summary | |
---|---|
java.lang.Integer |
getBand_unsafe()
Retrieves the Band value, without locking,
for this DeliveryCharge Persistent . |
DeliveryChargeBand |
getBand()
Retrieves the Band object referred to. |
org.melati.poem.Field |
getBandField()
Retrieves the Band value as a Field
from this DeliveryCharge Persistent . |
java.lang.Integer |
getBandTroid()
Retrieves the Table Row Object ID. |
BibliomaniaDatabaseTables |
getBibliomaniaDatabaseTables()
Retrieves the Database object. |
java.lang.Double |
getCharge_unsafe()
Retrieves the Charge value, without locking,
for this DeliveryCharge Persistent . |
java.lang.Double |
getCharge()
Retrieves the Charge value, with locking, for this DeliveryCharge Persistent . |
org.melati.poem.Field |
getChargeField()
Retrieves the Charge value as a Field
from this DeliveryCharge Persistent . |
DeliveryChargeTable |
getDeliveryChargeTable()
Retrieves the DeliveryChargeTable table
which this Persistent is from. |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this DeliveryCharge Persistent . |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this DeliveryCharge Persistent . |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this DeliveryCharge Persistent . |
java.lang.Double |
getOrdercharge_unsafe()
Retrieves the Ordercharge value, without locking,
for this DeliveryCharge Persistent . |
java.lang.Double |
getOrdercharge()
Retrieves the Ordercharge value, with locking, for this DeliveryCharge Persistent . |
org.melati.poem.Field |
getOrderchargeField()
Retrieves the Ordercharge value as a Field
from this DeliveryCharge Persistent . |
java.lang.Integer |
getSupplier_unsafe()
Retrieves the Supplier value, without locking,
for this DeliveryCharge Persistent . |
Supplier |
getSupplier()
Retrieves the Supplier object referred to. |
org.melati.poem.Field |
getSupplierField()
Retrieves the Supplier value as a Field
from this DeliveryCharge Persistent . |
java.lang.Integer |
getSupplierTroid()
Retrieves the Table Row Object ID. |
void |
setBand_unsafe(java.lang.Integer cooked)
Sets the Band value directly, without checking,
for this DeliveryCharge Persistent . |
void |
setBand(DeliveryChargeBand cooked)
Set the Band. |
void |
setBandTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setCharge_unsafe(java.lang.Double cooked)
Sets the Charge value directly, without checking,
for this DeliveryCharge Persistent . |
void |
setCharge(double cooked)
Sets the Charge value, with checking, for this DeliveryCharge Persistent . |
void |
setCharge(java.lang.Double cooked)
Sets the Charge value, with checking, for this
DeliveryCharge Persistent . |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this DeliveryCharge Persistent . |
void |
setId(int cooked)
Sets the Id value, with checking, for this
DeliveryCharge Persistent . |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
DeliveryCharge Persistent . |
void |
setOrdercharge_unsafe(java.lang.Double cooked)
Sets the Ordercharge value directly, without checking,
for this DeliveryCharge Persistent . |
void |
setOrdercharge(double cooked)
Sets the Ordercharge value, with checking, for this DeliveryCharge Persistent . |
void |
setOrdercharge(java.lang.Double cooked)
Sets the Ordercharge value, with checking, for this
DeliveryCharge Persistent . |
void |
setSupplier_unsafe(java.lang.Integer cooked)
Sets the Supplier value directly, without checking,
for this DeliveryCharge 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 band
protected java.lang.Integer supplier
protected java.lang.Double charge
protected java.lang.Double ordercharge
Constructor Detail |
---|
public DeliveryChargeBase()
Method Detail |
---|
public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public DeliveryChargeTable getDeliveryChargeTable()
DeliveryChargeTable
table
which this Persistent
is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this DeliveryCharge
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this DeliveryCharge Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId() throws org.melati.poem.AccessPoemException
DeliveryCharge
Persistent
.
Id
for this
DeliveryCharge
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
DeliveryCharge
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
DeliveryCharge
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 DeliveryCharge
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getBand_unsafe()
Band
value, without locking,
for this DeliveryCharge
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setBand_unsafe(java.lang.Integer cooked)
Band
value directly, without checking,
for this DeliveryCharge Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getBandTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setBandTroid(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 DeliveryChargeBand getBand() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Band
object referred to.
Band
as a DeliveryChargeBand
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 setBand(DeliveryChargeBand cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated DeliveryChargeBand
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getBandField() throws org.melati.poem.AccessPoemException
Band
value as a Field
from this DeliveryCharge
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 DeliveryCharge
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setSupplier_unsafe(java.lang.Integer cooked)
Supplier
value directly, without checking,
for this DeliveryCharge 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 DeliveryCharge
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Double getCharge_unsafe()
Charge
value, without locking,
for this DeliveryCharge
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setCharge_unsafe(java.lang.Double cooked)
Charge
value directly, without checking,
for this DeliveryCharge Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Double getCharge() throws org.melati.poem.AccessPoemException
DeliveryCharge
Persistent
.
Field description:
The cost for delivering each book to a coutry in this band
Charge
for this
DeliveryCharge
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setCharge(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Charge
value, with checking, for this
DeliveryCharge
Persistent
.
Field description:
The cost for delivering each book to a coutry in this band
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 setCharge(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Charge
value, with checking, for this DeliveryCharge
Persistent
.
Field description:
The cost for delivering each book to a coutry in this band
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 getChargeField() throws org.melati.poem.AccessPoemException
Charge
value as a Field
from this DeliveryCharge
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Double getOrdercharge_unsafe()
Ordercharge
value, without locking,
for this DeliveryCharge
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setOrdercharge_unsafe(java.lang.Double cooked)
Ordercharge
value directly, without checking,
for this DeliveryCharge Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Double getOrdercharge() throws org.melati.poem.AccessPoemException
DeliveryCharge
Persistent
.
Field description:
The cost for delivering the order (added to the per item charge)
Ordercharge
for this
DeliveryCharge
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setOrdercharge(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Ordercharge
value, with checking, for this
DeliveryCharge
Persistent
.
Field description:
The cost for delivering the order (added to the per item charge)
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 setOrdercharge(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Ordercharge
value, with checking, for this DeliveryCharge
Persistent
.
Field description:
The cost for delivering the order (added to the per item charge)
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 getOrderchargeField() throws org.melati.poem.AccessPoemException
Ordercharge
value as a Field
from this DeliveryCharge
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 |