|
||||||||||
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.jammyjoes.model.generated.DeliveryChargeBase
public abstract class DeliveryChargeBase
Melati POEM generated abstract base class for a Persistent
DeliveryCharge
Object.
Field Summary | |
---|---|
protected java.lang.Integer |
carrier
Delivery Carrier - The Delivery Carrier |
protected java.lang.Double |
cost
Cost - The Cost to deliver this weight to this zone |
protected java.lang.Integer |
id
id |
protected java.lang.Double |
weight
Max Weight in grammes or Min Value in Pounds and Pence |
protected java.lang.Integer |
zone
Delivery Zone - The Delivery Zone |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
DeliveryChargeBase()
|
Method Summary | |
---|---|
java.lang.Integer |
getCarrier_unsafe()
Retrieves the Carrier value, without locking,
for this DeliveryCharge Persistent . |
DeliveryCarrier |
getCarrier()
Retrieves the Carrier object referred to. |
org.melati.poem.Field |
getCarrierField()
Retrieves the Carrier value as a Field
from this DeliveryCharge Persistent . |
java.lang.Integer |
getCarrierTroid()
Retrieves the Table Row Object ID. |
java.lang.Double |
getCost_unsafe()
Retrieves the Cost value, without locking,
for this DeliveryCharge Persistent . |
java.lang.Double |
getCost()
Retrieves the Cost value, with locking, for this DeliveryCharge Persistent . |
org.melati.poem.Field |
getCostField()
Retrieves the Cost 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 . |
JammyjoesDatabaseTables |
getJammyjoesDatabaseTables()
Retrieves the Database object. |
java.lang.Double |
getWeight_unsafe()
Retrieves the Weight value, without locking,
for this DeliveryCharge Persistent . |
java.lang.Double |
getWeight()
Retrieves the Weight value, with locking, for this DeliveryCharge Persistent . |
org.melati.poem.Field |
getWeightField()
Retrieves the Weight value as a Field
from this DeliveryCharge Persistent . |
java.lang.Integer |
getZone_unsafe()
Retrieves the Zone value, without locking,
for this DeliveryCharge Persistent . |
DeliveryZone |
getZone()
Retrieves the Zone object referred to. |
org.melati.poem.Field |
getZoneField()
Retrieves the Zone value as a Field
from this DeliveryCharge Persistent . |
java.lang.Integer |
getZoneTroid()
Retrieves the Table Row Object ID. |
void |
setCarrier_unsafe(java.lang.Integer cooked)
Sets the Carrier value directly, without checking,
for this DeliveryCharge Persistent . |
void |
setCarrier(DeliveryCarrier cooked)
Set the Carrier. |
void |
setCarrierTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setCost_unsafe(java.lang.Double cooked)
Sets the Cost value directly, without checking,
for this DeliveryCharge Persistent . |
void |
setCost(double cooked)
Sets the Cost value, with checking, for this DeliveryCharge Persistent . |
void |
setCost(java.lang.Double cooked)
Sets the Cost 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 |
setWeight_unsafe(java.lang.Double cooked)
Sets the Weight value directly, without checking,
for this DeliveryCharge Persistent . |
void |
setWeight(double cooked)
Sets the Weight value, with checking, for this DeliveryCharge Persistent . |
void |
setWeight(java.lang.Double cooked)
Sets the Weight value, with checking, for this
DeliveryCharge Persistent . |
void |
setZone_unsafe(java.lang.Integer cooked)
Sets the Zone value directly, without checking,
for this DeliveryCharge Persistent . |
void |
setZone(DeliveryZone cooked)
Set the Zone. |
void |
setZoneTroid(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 zone
protected java.lang.Double weight
protected java.lang.Double cost
protected java.lang.Integer carrier
Constructor Detail |
---|
public DeliveryChargeBase()
Method Detail |
---|
public JammyjoesDatabaseTables getJammyjoesDatabaseTables()
public DeliveryChargeTable getDeliveryChargeTable()
DeliveryChargeTable
table
which this Persistent
is from.
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this DeliveryCharge
Persistent
.
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this DeliveryCharge Persistent
.
cooked
- the pre-validated value to setpublic 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 rightspublic java.lang.Integer getZone_unsafe()
Zone
value, without locking,
for this DeliveryCharge
Persistent
.
public void setZone_unsafe(java.lang.Integer cooked)
Zone
value directly, without checking,
for this DeliveryCharge Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getZoneTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setZoneTroid(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 DeliveryZone getZone() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Zone
object referred to.
Zone
as a DeliveryZone
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 setZone(DeliveryZone cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated DeliveryZone
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getZoneField() throws org.melati.poem.AccessPoemException
Zone
value as a Field
from this DeliveryCharge
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getWeight_unsafe()
Weight
value, without locking,
for this DeliveryCharge
Persistent
.
public void setWeight_unsafe(java.lang.Double cooked)
Weight
value directly, without checking,
for this DeliveryCharge Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getWeight() throws org.melati.poem.AccessPoemException
DeliveryCharge
Persistent
.
Weight
for this
DeliveryCharge
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setWeight(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Weight
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 setWeight(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Weight
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 getWeightField() throws org.melati.poem.AccessPoemException
Weight
value as a Field
from this DeliveryCharge
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getCost_unsafe()
Cost
value, without locking,
for this DeliveryCharge
Persistent
.
public void setCost_unsafe(java.lang.Double cooked)
Cost
value directly, without checking,
for this DeliveryCharge Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getCost() throws org.melati.poem.AccessPoemException
DeliveryCharge
Persistent
.
Field description:
The Cost to deliver this weight to this zone
Cost
for this
DeliveryCharge
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setCost(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Cost
value, with checking, for this
DeliveryCharge
Persistent
.
Field description:
The Cost to deliver this weight to this zone
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 setCost(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Cost
value, with checking, for this DeliveryCharge
Persistent
.
Field description:
The Cost to deliver this weight to this zone
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 getCostField() throws org.melati.poem.AccessPoemException
Cost
value as a Field
from this DeliveryCharge
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getCarrier_unsafe()
Carrier
value, without locking,
for this DeliveryCharge
Persistent
.
public void setCarrier_unsafe(java.lang.Integer cooked)
Carrier
value directly, without checking,
for this DeliveryCharge Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getCarrierTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setCarrierTroid(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 DeliveryCarrier getCarrier() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Carrier
object referred to.
Carrier
as a DeliveryCarrier
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 setCarrier(DeliveryCarrier cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated DeliveryCarrier
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getCarrierField() throws org.melati.poem.AccessPoemException
Carrier
value as a Field
from this DeliveryCharge
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |