org.paneris.bibliomania.generated
Class ShopOrderBase

java.lang.Object
  extended by org.melati.poem.transaction.Transactioned
      extended by org.melati.poem.JdbcPersistent
          extended by org.paneris.bibliomania.generated.ShopOrderBase
All Implemented Interfaces:
java.lang.Cloneable, org.melati.poem.Persistable, org.melati.poem.Persistent, org.melati.poem.Treeable
Direct Known Subclasses:
ShopOrder

public abstract class ShopOrderBase
extends org.melati.poem.JdbcPersistent

Melati POEM generated abstract base class for a Persistent ShopOrder Object.

See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava

Field Summary
protected  java.lang.String address
          Address
protected  java.lang.Double amount
          Total Amount (in customer's currency) - The total amount of the order (in customer's currency)
protected  java.lang.Double amountUK
          Total Amount (UK Sterling Equivalent) - The total amount of the order (UK Sterling Equivalent)
protected  java.lang.String comment
          Comment - Any comments reguarding this order
protected  java.lang.Integer country
          Country
protected  java.lang.String county
          County / State
protected  java.lang.Integer currency
          currency - The currency for this order
protected  java.sql.Timestamp date
          Date - The date that this order was placed (leave blank to autocomplete)
protected  java.lang.Double delivery
          Total Delivery (in customer's currency) - The total delivery charge for the order (in customer's currency)
protected  java.lang.Double deliveryUK
          Total Delivery (UK Sterling Equivalent) - The total delivery charge for the order (UK Sterling Equivalent)
protected  java.lang.String email
          email - email
protected  java.sql.Timestamp fufilleddate
          Fufilled Date - The date that this order was fufilled (leave blank to autocomplete)
protected  java.lang.Integer id
          id
protected  java.lang.String name
          Full name - The user's real name
protected  java.lang.String postcode
          Postcode - Order postcode
protected  java.lang.Integer status
          Status - The status of this order
protected  java.lang.String tel
          Telephone - Order telephone number
protected  java.lang.String town
          Town / City
protected  java.lang.Integer user
          User
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
ShopOrderBase()
           
 
Method Summary
 java.lang.String getAddress_unsafe()
          Retrieves the Address value, without locking, for this ShopOrder Persistent.
 java.lang.String getAddress()
          Retrieves the Address value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getAddressField()
          Retrieves the Address value as a Field from this ShopOrder Persistent.
 java.lang.Double getAmount_unsafe()
          Retrieves the Amount value, without locking, for this ShopOrder Persistent.
 java.lang.Double getAmount()
          Retrieves the Amount value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getAmountField()
          Retrieves the Amount value as a Field from this ShopOrder Persistent.
 java.lang.Double getAmountUK_unsafe()
          Retrieves the AmountUK value, without locking, for this ShopOrder Persistent.
 java.lang.Double getAmountUK()
          Retrieves the AmountUK value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getAmountUKField()
          Retrieves the AmountUK value as a Field from this ShopOrder Persistent.
 BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
          Retrieves the Database object.
 java.lang.String getComment_unsafe()
          Retrieves the Comment value, without locking, for this ShopOrder Persistent.
 java.lang.String getComment()
          Retrieves the Comment value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getCommentField()
          Retrieves the Comment value as a Field from this ShopOrder Persistent.
 java.lang.Integer getCountry_unsafe()
          Retrieves the Country value, without locking, for this ShopOrder Persistent.
 Country getCountry()
          Retrieves the Country object referred to.
 org.melati.poem.Field getCountryField()
          Retrieves the Country value as a Field from this ShopOrder Persistent.
 java.lang.Integer getCountryTroid()
          Retrieves the Table Row Object ID.
 java.lang.String getCounty_unsafe()
          Retrieves the County value, without locking, for this ShopOrder Persistent.
 java.lang.String getCounty()
          Retrieves the County value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getCountyField()
          Retrieves the County value as a Field from this ShopOrder Persistent.
 java.lang.Integer getCurrency_unsafe()
          Retrieves the Currency value, without locking, for this ShopOrder Persistent.
 Currency getCurrency()
          Retrieves the Currency object referred to.
 org.melati.poem.Field getCurrencyField()
          Retrieves the Currency value as a Field from this ShopOrder Persistent.
 java.lang.Integer getCurrencyTroid()
          Retrieves the Table Row Object ID.
 java.sql.Timestamp getDate_unsafe()
          Retrieves the Date value, without locking, for this ShopOrder Persistent.
 java.sql.Timestamp getDate()
          Retrieves the Date value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getDateField()
          Retrieves the Date value as a Field from this ShopOrder Persistent.
 java.lang.Double getDelivery_unsafe()
          Retrieves the Delivery value, without locking, for this ShopOrder Persistent.
 java.lang.Double getDelivery()
          Retrieves the Delivery value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getDeliveryField()
          Retrieves the Delivery value as a Field from this ShopOrder Persistent.
 java.lang.Double getDeliveryUK_unsafe()
          Retrieves the DeliveryUK value, without locking, for this ShopOrder Persistent.
 java.lang.Double getDeliveryUK()
          Retrieves the DeliveryUK value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getDeliveryUKField()
          Retrieves the DeliveryUK value as a Field from this ShopOrder Persistent.
 java.lang.String getEmail_unsafe()
          Retrieves the Email value, without locking, for this ShopOrder Persistent.
 java.lang.String getEmail()
          Retrieves the Email value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getEmailField()
          Retrieves the Email value as a Field from this ShopOrder Persistent.
 java.sql.Timestamp getFufilleddate_unsafe()
          Retrieves the Fufilleddate value, without locking, for this ShopOrder Persistent.
 java.sql.Timestamp getFufilleddate()
          Retrieves the Fufilleddate value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getFufilleddateField()
          Retrieves the Fufilleddate value as a Field from this ShopOrder Persistent.
 java.lang.Integer getId_unsafe()
          Retrieves the Id value, without locking, for this ShopOrder Persistent.
 java.lang.Integer getId()
          Retrieves the Id value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getIdField()
          Retrieves the Id value as a Field from this ShopOrder Persistent.
 java.lang.String getName_unsafe()
          Retrieves the Name value, without locking, for this ShopOrder Persistent.
 java.lang.String getName()
          Retrieves the Name value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getNameField()
          Retrieves the Name value as a Field from this ShopOrder Persistent.
 java.lang.String getPostcode_unsafe()
          Retrieves the Postcode value, without locking, for this ShopOrder Persistent.
 java.lang.String getPostcode()
          Retrieves the Postcode value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getPostcodeField()
          Retrieves the Postcode value as a Field from this ShopOrder Persistent.
 ShopOrderTable getShopOrderTable()
          Retrieves the ShopOrderTable table which this Persistent is from.
 java.lang.Integer getStatus_unsafe()
          Retrieves the Status value, without locking, for this ShopOrder Persistent.
 OrderStatus getStatus()
          Retrieves the Status object referred to.
 org.melati.poem.Field getStatusField()
          Retrieves the Status value as a Field from this ShopOrder Persistent.
 java.lang.Integer getStatusTroid()
          Retrieves the Table Row Object ID.
 java.lang.String getTel_unsafe()
          Retrieves the Tel value, without locking, for this ShopOrder Persistent.
 java.lang.String getTel()
          Retrieves the Tel value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getTelField()
          Retrieves the Tel value as a Field from this ShopOrder Persistent.
 java.lang.String getTown_unsafe()
          Retrieves the Town value, without locking, for this ShopOrder Persistent.
 java.lang.String getTown()
          Retrieves the Town value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getTownField()
          Retrieves the Town value as a Field from this ShopOrder Persistent.
 java.lang.Integer getUser_unsafe()
          Retrieves the User value, without locking, for this ShopOrder Persistent.
 User getUser()
          Retrieves the User object referred to.
 org.melati.poem.Field getUserField()
          Retrieves the User value as a Field from this ShopOrder Persistent.
 java.lang.Integer getUserTroid()
          Retrieves the Table Row Object ID.
 void setAddress_unsafe(java.lang.String cooked)
          Sets the Address value directly, without checking, for this ShopOrder Persistent.
 void setAddress(java.lang.String cooked)
          Sets the Address value, with checking, for this ShopOrder Persistent.
 void setAmount_unsafe(java.lang.Double cooked)
          Sets the Amount value directly, without checking, for this ShopOrder Persistent.
 void setAmount(double cooked)
          Sets the Amount value, with checking, for this ShopOrder Persistent.
 void setAmount(java.lang.Double cooked)
          Sets the Amount value, with checking, for this ShopOrder Persistent.
 void setAmountUK_unsafe(java.lang.Double cooked)
          Sets the AmountUK value directly, without checking, for this ShopOrder Persistent.
 void setAmountUK(double cooked)
          Sets the AmountUK value, with checking, for this ShopOrder Persistent.
 void setAmountUK(java.lang.Double cooked)
          Sets the AmountUK value, with checking, for this ShopOrder Persistent.
 void setComment_unsafe(java.lang.String cooked)
          Sets the Comment value directly, without checking, for this ShopOrder Persistent.
 void setComment(java.lang.String cooked)
          Sets the Comment value, with checking, for this ShopOrder Persistent.
 void setCountry_unsafe(java.lang.Integer cooked)
          Sets the Country value directly, without checking, for this ShopOrder Persistent.
 void setCountry(Country cooked)
          Set the Country.
 void setCountryTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void setCounty_unsafe(java.lang.String cooked)
          Sets the County value directly, without checking, for this ShopOrder Persistent.
 void setCounty(java.lang.String cooked)
          Sets the County value, with checking, for this ShopOrder Persistent.
 void setCurrency_unsafe(java.lang.Integer cooked)
          Sets the Currency value directly, without checking, for this ShopOrder Persistent.
 void setCurrency(Currency cooked)
          Set the Currency.
 void setCurrencyTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void setDate_unsafe(java.sql.Timestamp cooked)
          Sets the Date value directly, without checking, for this ShopOrder Persistent.
 void setDate(java.sql.Timestamp cooked)
          Sets the Date value, with checking, for this ShopOrder Persistent.
 void setDelivery_unsafe(java.lang.Double cooked)
          Sets the Delivery value directly, without checking, for this ShopOrder Persistent.
 void setDelivery(double cooked)
          Sets the Delivery value, with checking, for this ShopOrder Persistent.
 void setDelivery(java.lang.Double cooked)
          Sets the Delivery value, with checking, for this ShopOrder Persistent.
 void setDeliveryUK_unsafe(java.lang.Double cooked)
          Sets the DeliveryUK value directly, without checking, for this ShopOrder Persistent.
 void setDeliveryUK(double cooked)
          Sets the DeliveryUK value, with checking, for this ShopOrder Persistent.
 void setDeliveryUK(java.lang.Double cooked)
          Sets the DeliveryUK value, with checking, for this ShopOrder Persistent.
 void setEmail_unsafe(java.lang.String cooked)
          Sets the Email value directly, without checking, for this ShopOrder Persistent.
 void setEmail(java.lang.String cooked)
          Sets the Email value, with checking, for this ShopOrder Persistent.
 void setFufilleddate_unsafe(java.sql.Timestamp cooked)
          Sets the Fufilleddate value directly, without checking, for this ShopOrder Persistent.
 void setFufilleddate(java.sql.Timestamp cooked)
          Sets the Fufilleddate value, with checking, for this ShopOrder Persistent.
 void setId_unsafe(java.lang.Integer cooked)
          Sets the Id value directly, without checking, for this ShopOrder Persistent.
 void setId(int cooked)
          Sets the Id value, with checking, for this ShopOrder Persistent.
 void setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this ShopOrder Persistent.
 void setName_unsafe(java.lang.String cooked)
          Sets the Name value directly, without checking, for this ShopOrder Persistent.
 void setName(java.lang.String cooked)
          Sets the Name value, with checking, for this ShopOrder Persistent.
 void setPostcode_unsafe(java.lang.String cooked)
          Sets the Postcode value directly, without checking, for this ShopOrder Persistent.
 void setPostcode(java.lang.String cooked)
          Sets the Postcode value, with checking, for this ShopOrder Persistent.
 void setStatus_unsafe(java.lang.Integer cooked)
          Sets the Status value directly, without checking, for this ShopOrder Persistent.
 void setStatus(OrderStatus cooked)
          Set the Status.
 void setStatusTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void setTel_unsafe(java.lang.String cooked)
          Sets the Tel value directly, without checking, for this ShopOrder Persistent.
 void setTel(java.lang.String cooked)
          Sets the Tel value, with checking, for this ShopOrder Persistent.
 void setTown_unsafe(java.lang.String cooked)
          Sets the Town value directly, without checking, for this ShopOrder Persistent.
 void setTown(java.lang.String cooked)
          Sets the Town value, with checking, for this ShopOrder Persistent.
 void setUser_unsafe(java.lang.Integer cooked)
          Sets the User value directly, without checking, for this ShopOrder Persistent.
 void setUser(User cooked)
          Set the User.
 void setUserTroid(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, 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

id

protected java.lang.Integer id
id


user

protected java.lang.Integer user
User


status

protected java.lang.Integer status
Status - The status of this order


date

protected java.sql.Timestamp date
Date - The date that this order was placed (leave blank to autocomplete)


fufilleddate

protected java.sql.Timestamp fufilleddate
Fufilled Date - The date that this order was fufilled (leave blank to autocomplete)


comment

protected java.lang.String comment
Comment - Any comments reguarding this order


amount

protected java.lang.Double amount
Total Amount (in customer's currency) - The total amount of the order (in customer's currency)


delivery

protected java.lang.Double delivery
Total Delivery (in customer's currency) - The total delivery charge for the order (in customer's currency)


amountUK

protected java.lang.Double amountUK
Total Amount (UK Sterling Equivalent) - The total amount of the order (UK Sterling Equivalent)


deliveryUK

protected java.lang.Double deliveryUK
Total Delivery (UK Sterling Equivalent) - The total delivery charge for the order (UK Sterling Equivalent)


name

protected java.lang.String name
Full name - The user's real name


email

protected java.lang.String email
email - email


address

protected java.lang.String address
Address


town

protected java.lang.String town
Town / City


county

protected java.lang.String county
County / State


tel

protected java.lang.String tel
Telephone - Order telephone number


postcode

protected java.lang.String postcode
Postcode - Order postcode


country

protected java.lang.Integer country
Country


currency

protected java.lang.Integer currency
currency - The currency for this order

Constructor Detail

ShopOrderBase

public ShopOrderBase()
Method Detail

getBibliomaniaDatabaseTables

public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
Retrieves the Database object.

Returns:
the database
See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava

getShopOrderTable

public ShopOrderTable getShopOrderTable()
Retrieves the ShopOrderTable table which this Persistent is from.

Returns:
the ShopOrderTable
See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava

getId_unsafe

public java.lang.Integer getId_unsafe()
Retrieves the Id value, without locking, for this ShopOrder Persistent.

Returns:
the Integer id
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setId_unsafe

public void setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getId

public java.lang.Integer getId()
                        throws org.melati.poem.AccessPoemException
Retrieves the Id value, with locking, for this ShopOrder Persistent.

Returns:
the value of the field Id for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setId

public void setId(java.lang.Integer cooked)
           throws org.melati.poem.AccessPoemException,
                  org.melati.poem.ValidationPoemException
Sets the Id value, with checking, for this ShopOrder Persistent.

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setId

public final void setId(int cooked)
                 throws org.melati.poem.AccessPoemException,
                        org.melati.poem.ValidationPoemException
Sets the Id value, with checking, for this ShopOrder Persistent.

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.IntegerFieldDef#generateBaseMethods

getIdField

public org.melati.poem.Field getIdField()
                                 throws org.melati.poem.AccessPoemException
Retrieves the Id value as a Field from this ShopOrder Persistent.

Returns:
the Integer id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getUser_unsafe

public java.lang.Integer getUser_unsafe()
Retrieves the User value, without locking, for this ShopOrder Persistent.

Returns:
the Integer user
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setUser_unsafe

public void setUser_unsafe(java.lang.Integer cooked)
Sets the User value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getUserTroid

public java.lang.Integer getUserTroid()
                               throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setUserTroid

public void setUserTroid(java.lang.Integer raw)
                  throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getUser

public User getUser()
             throws org.melati.poem.AccessPoemException,
                    org.melati.poem.NoSuchRowPoemException
Retrieves the User object referred to.

Returns:
the User as a User
Throws:
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 TROID
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setUser

public void setUser(User cooked)
             throws org.melati.poem.AccessPoemException
Set the User.

Parameters:
cooked - a validated User
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getUserField

public org.melati.poem.Field getUserField()
                                   throws org.melati.poem.AccessPoemException
Retrieves the User value as a Field from this ShopOrder Persistent.

Returns:
the Integer user
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getStatus_unsafe

public java.lang.Integer getStatus_unsafe()
Retrieves the Status value, without locking, for this ShopOrder Persistent.

Returns:
the Integer status
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setStatus_unsafe

public void setStatus_unsafe(java.lang.Integer cooked)
Sets the Status value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getStatusTroid

public java.lang.Integer getStatusTroid()
                                 throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setStatusTroid

public void setStatusTroid(java.lang.Integer raw)
                    throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getStatus

public OrderStatus getStatus()
                      throws org.melati.poem.AccessPoemException,
                             org.melati.poem.NoSuchRowPoemException
Retrieves the Status object referred to.

Returns:
the Status as a OrderStatus
Throws:
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 TROID
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setStatus

public void setStatus(OrderStatus cooked)
               throws org.melati.poem.AccessPoemException
Set the Status.

Parameters:
cooked - a validated OrderStatus
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getStatusField

public org.melati.poem.Field getStatusField()
                                     throws org.melati.poem.AccessPoemException
Retrieves the Status value as a Field from this ShopOrder Persistent.

Returns:
the Integer status
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getDate_unsafe

public java.sql.Timestamp getDate_unsafe()
Retrieves the Date value, without locking, for this ShopOrder Persistent.

Returns:
the Timestamp date
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setDate_unsafe

public void setDate_unsafe(java.sql.Timestamp cooked)
Sets the Date value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getDate

public java.sql.Timestamp getDate()
                           throws org.melati.poem.AccessPoemException
Retrieves the Date value, with locking, for this ShopOrder Persistent. Field description: The date that this order was placed (leave blank to autocomplete)

Returns:
the value of the field Date for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setDate

public void setDate(java.sql.Timestamp cooked)
             throws org.melati.poem.AccessPoemException,
                    org.melati.poem.ValidationPoemException
Sets the Date value, with checking, for this ShopOrder Persistent. Field description: The date that this order was placed (leave blank to autocomplete)

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getDateField

public org.melati.poem.Field getDateField()
                                   throws org.melati.poem.AccessPoemException
Retrieves the Date value as a Field from this ShopOrder Persistent.

Returns:
the Timestamp date
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getFufilleddate_unsafe

public java.sql.Timestamp getFufilleddate_unsafe()
Retrieves the Fufilleddate value, without locking, for this ShopOrder Persistent.

Returns:
the Timestamp fufilleddate
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setFufilleddate_unsafe

public void setFufilleddate_unsafe(java.sql.Timestamp cooked)
Sets the Fufilleddate value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getFufilleddate

public java.sql.Timestamp getFufilleddate()
                                   throws org.melati.poem.AccessPoemException
Retrieves the Fufilleddate value, with locking, for this ShopOrder Persistent. Field description: The date that this order was fufilled (leave blank to autocomplete)

Returns:
the value of the field Fufilleddate for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setFufilleddate

public void setFufilleddate(java.sql.Timestamp cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the Fufilleddate value, with checking, for this ShopOrder Persistent. Field description: The date that this order was fufilled (leave blank to autocomplete)

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getFufilleddateField

public org.melati.poem.Field getFufilleddateField()
                                           throws org.melati.poem.AccessPoemException
Retrieves the Fufilleddate value as a Field from this ShopOrder Persistent.

Returns:
the Timestamp fufilleddate
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getComment_unsafe

public java.lang.String getComment_unsafe()
Retrieves the Comment value, without locking, for this ShopOrder Persistent.

Returns:
the String comment
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setComment_unsafe

public void setComment_unsafe(java.lang.String cooked)
Sets the Comment value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getComment

public java.lang.String getComment()
                            throws org.melati.poem.AccessPoemException
Retrieves the Comment value, with locking, for this ShopOrder Persistent. Field description: Any comments reguarding this order

Returns:
the value of the field Comment for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setComment

public void setComment(java.lang.String cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Sets the Comment value, with checking, for this ShopOrder Persistent. Field description: Any comments reguarding this order

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getCommentField

public org.melati.poem.Field getCommentField()
                                      throws org.melati.poem.AccessPoemException
Retrieves the Comment value as a Field from this ShopOrder Persistent.

Returns:
the String comment
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getAmount_unsafe

public java.lang.Double getAmount_unsafe()
Retrieves the Amount value, without locking, for this ShopOrder Persistent.

Returns:
the Double amount
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setAmount_unsafe

public void setAmount_unsafe(java.lang.Double cooked)
Sets the Amount value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getAmount

public java.lang.Double getAmount()
                           throws org.melati.poem.AccessPoemException
Retrieves the Amount value, with locking, for this ShopOrder Persistent. Field description: The total amount of the order (in customer's currency)

Returns:
the value of the field Amount for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setAmount

public void setAmount(java.lang.Double cooked)
               throws org.melati.poem.AccessPoemException,
                      org.melati.poem.ValidationPoemException
Sets the Amount value, with checking, for this ShopOrder Persistent. Field description: The total amount of the order (in customer's currency)

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setAmount

public final void setAmount(double cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the Amount value, with checking, for this ShopOrder Persistent. Field description: The total amount of the order (in customer's currency)

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.DoubleFieldDef#generateBaseMethods

getAmountField

public org.melati.poem.Field getAmountField()
                                     throws org.melati.poem.AccessPoemException
Retrieves the Amount value as a Field from this ShopOrder Persistent.

Returns:
the Double amount
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getDelivery_unsafe

public java.lang.Double getDelivery_unsafe()
Retrieves the Delivery value, without locking, for this ShopOrder Persistent.

Returns:
the Double delivery
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setDelivery_unsafe

public void setDelivery_unsafe(java.lang.Double cooked)
Sets the Delivery value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getDelivery

public java.lang.Double getDelivery()
                             throws org.melati.poem.AccessPoemException
Retrieves the Delivery value, with locking, for this ShopOrder Persistent. Field description: The total delivery charge for the order (in customer's currency)

Returns:
the value of the field Delivery for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setDelivery

public void setDelivery(java.lang.Double cooked)
                 throws org.melati.poem.AccessPoemException,
                        org.melati.poem.ValidationPoemException
Sets the Delivery value, with checking, for this ShopOrder Persistent. Field description: The total delivery charge for the order (in customer's currency)

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setDelivery

public final void setDelivery(double cooked)
                       throws org.melati.poem.AccessPoemException,
                              org.melati.poem.ValidationPoemException
Sets the Delivery value, with checking, for this ShopOrder Persistent. Field description: The total delivery charge for the order (in customer's currency)

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.DoubleFieldDef#generateBaseMethods

getDeliveryField

public org.melati.poem.Field getDeliveryField()
                                       throws org.melati.poem.AccessPoemException
Retrieves the Delivery value as a Field from this ShopOrder Persistent.

Returns:
the Double delivery
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getAmountUK_unsafe

public java.lang.Double getAmountUK_unsafe()
Retrieves the AmountUK value, without locking, for this ShopOrder Persistent.

Returns:
the Double amountUK
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setAmountUK_unsafe

public void setAmountUK_unsafe(java.lang.Double cooked)
Sets the AmountUK value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getAmountUK

public java.lang.Double getAmountUK()
                             throws org.melati.poem.AccessPoemException
Retrieves the AmountUK value, with locking, for this ShopOrder Persistent. Field description: The total amount of the order (UK Sterling Equivalent)

Returns:
the value of the field AmountUK for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setAmountUK

public void setAmountUK(java.lang.Double cooked)
                 throws org.melati.poem.AccessPoemException,
                        org.melati.poem.ValidationPoemException
Sets the AmountUK value, with checking, for this ShopOrder Persistent. Field description: The total amount of the order (UK Sterling Equivalent)

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setAmountUK

public final void setAmountUK(double cooked)
                       throws org.melati.poem.AccessPoemException,
                              org.melati.poem.ValidationPoemException
Sets the AmountUK value, with checking, for this ShopOrder Persistent. Field description: The total amount of the order (UK Sterling Equivalent)

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.DoubleFieldDef#generateBaseMethods

getAmountUKField

public org.melati.poem.Field getAmountUKField()
                                       throws org.melati.poem.AccessPoemException
Retrieves the AmountUK value as a Field from this ShopOrder Persistent.

Returns:
the Double amountUK
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getDeliveryUK_unsafe

public java.lang.Double getDeliveryUK_unsafe()
Retrieves the DeliveryUK value, without locking, for this ShopOrder Persistent.

Returns:
the Double deliveryUK
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setDeliveryUK_unsafe

public void setDeliveryUK_unsafe(java.lang.Double cooked)
Sets the DeliveryUK value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getDeliveryUK

public java.lang.Double getDeliveryUK()
                               throws org.melati.poem.AccessPoemException
Retrieves the DeliveryUK value, with locking, for this ShopOrder Persistent. Field description: The total delivery charge for the order (UK Sterling Equivalent)

Returns:
the value of the field DeliveryUK for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setDeliveryUK

public void setDeliveryUK(java.lang.Double cooked)
                   throws org.melati.poem.AccessPoemException,
                          org.melati.poem.ValidationPoemException
Sets the DeliveryUK value, with checking, for this ShopOrder Persistent. Field description: The total delivery charge for the order (UK Sterling Equivalent)

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setDeliveryUK

public final void setDeliveryUK(double cooked)
                         throws org.melati.poem.AccessPoemException,
                                org.melati.poem.ValidationPoemException
Sets the DeliveryUK value, with checking, for this ShopOrder Persistent. Field description: The total delivery charge for the order (UK Sterling Equivalent)

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.DoubleFieldDef#generateBaseMethods

getDeliveryUKField

public org.melati.poem.Field getDeliveryUKField()
                                         throws org.melati.poem.AccessPoemException
Retrieves the DeliveryUK value as a Field from this ShopOrder Persistent.

Returns:
the Double deliveryUK
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getName_unsafe

public java.lang.String getName_unsafe()
Retrieves the Name value, without locking, for this ShopOrder Persistent.

Returns:
the String name
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setName_unsafe

public void setName_unsafe(java.lang.String cooked)
Sets the Name value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getName

public java.lang.String getName()
                         throws org.melati.poem.AccessPoemException
Retrieves the Name value, with locking, for this ShopOrder Persistent. Field description: The user's real name

Specified by:
getName in interface org.melati.poem.Treeable
Overrides:
getName in class org.melati.poem.JdbcPersistent
Returns:
the value of the field Name for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setName

public void setName(java.lang.String cooked)
             throws org.melati.poem.AccessPoemException,
                    org.melati.poem.ValidationPoemException
Sets the Name value, with checking, for this ShopOrder Persistent. Field description: The user's real name

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getNameField

public org.melati.poem.Field getNameField()
                                   throws org.melati.poem.AccessPoemException
Retrieves the Name value as a Field from this ShopOrder Persistent.

Returns:
the String name
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getEmail_unsafe

public java.lang.String getEmail_unsafe()
Retrieves the Email value, without locking, for this ShopOrder Persistent.

Returns:
the String email
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setEmail_unsafe

public void setEmail_unsafe(java.lang.String cooked)
Sets the Email value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getEmail

public java.lang.String getEmail()
                          throws org.melati.poem.AccessPoemException
Retrieves the Email value, with locking, for this ShopOrder Persistent. Field description: email

Returns:
the value of the field Email for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setEmail

public void setEmail(java.lang.String cooked)
              throws org.melati.poem.AccessPoemException,
                     org.melati.poem.ValidationPoemException
Sets the Email value, with checking, for this ShopOrder Persistent. Field description: email

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getEmailField

public org.melati.poem.Field getEmailField()
                                    throws org.melati.poem.AccessPoemException
Retrieves the Email value as a Field from this ShopOrder Persistent.

Returns:
the String email
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getAddress_unsafe

public java.lang.String getAddress_unsafe()
Retrieves the Address value, without locking, for this ShopOrder Persistent.

Returns:
the String address
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setAddress_unsafe

public void setAddress_unsafe(java.lang.String cooked)
Sets the Address value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getAddress

public java.lang.String getAddress()
                            throws org.melati.poem.AccessPoemException
Retrieves the Address value, with locking, for this ShopOrder Persistent.

Returns:
the value of the field Address for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setAddress

public void setAddress(java.lang.String cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Sets the Address value, with checking, for this ShopOrder Persistent.

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getAddressField

public org.melati.poem.Field getAddressField()
                                      throws org.melati.poem.AccessPoemException
Retrieves the Address value as a Field from this ShopOrder Persistent.

Returns:
the String address
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getTown_unsafe

public java.lang.String getTown_unsafe()
Retrieves the Town value, without locking, for this ShopOrder Persistent.

Returns:
the String town
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setTown_unsafe

public void setTown_unsafe(java.lang.String cooked)
Sets the Town value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getTown

public java.lang.String getTown()
                         throws org.melati.poem.AccessPoemException
Retrieves the Town value, with locking, for this ShopOrder Persistent.

Returns:
the value of the field Town for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setTown

public void setTown(java.lang.String cooked)
             throws org.melati.poem.AccessPoemException,
                    org.melati.poem.ValidationPoemException
Sets the Town value, with checking, for this ShopOrder Persistent.

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getTownField

public org.melati.poem.Field getTownField()
                                   throws org.melati.poem.AccessPoemException
Retrieves the Town value as a Field from this ShopOrder Persistent.

Returns:
the String town
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getCounty_unsafe

public java.lang.String getCounty_unsafe()
Retrieves the County value, without locking, for this ShopOrder Persistent.

Returns:
the String county
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setCounty_unsafe

public void setCounty_unsafe(java.lang.String cooked)
Sets the County value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getCounty

public java.lang.String getCounty()
                           throws org.melati.poem.AccessPoemException
Retrieves the County value, with locking, for this ShopOrder Persistent.

Returns:
the value of the field County for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setCounty

public void setCounty(java.lang.String cooked)
               throws org.melati.poem.AccessPoemException,
                      org.melati.poem.ValidationPoemException
Sets the County value, with checking, for this ShopOrder Persistent.

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getCountyField

public org.melati.poem.Field getCountyField()
                                     throws org.melati.poem.AccessPoemException
Retrieves the County value as a Field from this ShopOrder Persistent.

Returns:
the String county
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getTel_unsafe

public java.lang.String getTel_unsafe()
Retrieves the Tel value, without locking, for this ShopOrder Persistent.

Returns:
the String tel
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setTel_unsafe

public void setTel_unsafe(java.lang.String cooked)
Sets the Tel value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getTel

public java.lang.String getTel()
                        throws org.melati.poem.AccessPoemException
Retrieves the Tel value, with locking, for this ShopOrder Persistent. Field description: Order telephone number

Returns:
the value of the field Tel for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setTel

public void setTel(java.lang.String cooked)
            throws org.melati.poem.AccessPoemException,
                   org.melati.poem.ValidationPoemException
Sets the Tel value, with checking, for this ShopOrder Persistent. Field description: Order telephone number

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getTelField

public org.melati.poem.Field getTelField()
                                  throws org.melati.poem.AccessPoemException
Retrieves the Tel value as a Field from this ShopOrder Persistent.

Returns:
the String tel
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getPostcode_unsafe

public java.lang.String getPostcode_unsafe()
Retrieves the Postcode value, without locking, for this ShopOrder Persistent.

Returns:
the String postcode
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setPostcode_unsafe

public void setPostcode_unsafe(java.lang.String cooked)
Sets the Postcode value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getPostcode

public java.lang.String getPostcode()
                             throws org.melati.poem.AccessPoemException
Retrieves the Postcode value, with locking, for this ShopOrder Persistent. Field description: Order postcode

Returns:
the value of the field Postcode for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setPostcode

public void setPostcode(java.lang.String cooked)
                 throws org.melati.poem.AccessPoemException,
                        org.melati.poem.ValidationPoemException
Sets the Postcode value, with checking, for this ShopOrder Persistent. Field description: Order postcode

Parameters:
cooked - a validated int
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getPostcodeField

public org.melati.poem.Field getPostcodeField()
                                       throws org.melati.poem.AccessPoemException
Retrieves the Postcode value as a Field from this ShopOrder Persistent.

Returns:
the String postcode
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getCountry_unsafe

public java.lang.Integer getCountry_unsafe()
Retrieves the Country value, without locking, for this ShopOrder Persistent.

Returns:
the Integer country
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setCountry_unsafe

public void setCountry_unsafe(java.lang.Integer cooked)
Sets the Country value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getCountryTroid

public java.lang.Integer getCountryTroid()
                                  throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setCountryTroid

public void setCountryTroid(java.lang.Integer raw)
                     throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getCountry

public Country getCountry()
                   throws org.melati.poem.AccessPoemException,
                          org.melati.poem.NoSuchRowPoemException
Retrieves the Country object referred to.

Returns:
the Country as a Country
Throws:
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 TROID
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setCountry

public void setCountry(Country cooked)
                throws org.melati.poem.AccessPoemException
Set the Country.

Parameters:
cooked - a validated Country
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getCountryField

public org.melati.poem.Field getCountryField()
                                      throws org.melati.poem.AccessPoemException
Retrieves the Country value as a Field from this ShopOrder Persistent.

Returns:
the Integer country
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getCurrency_unsafe

public java.lang.Integer getCurrency_unsafe()
Retrieves the Currency value, without locking, for this ShopOrder Persistent.

Returns:
the Integer currency
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setCurrency_unsafe

public void setCurrency_unsafe(java.lang.Integer cooked)
Sets the Currency value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getCurrencyTroid

public java.lang.Integer getCurrencyTroid()
                                   throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setCurrencyTroid

public void setCurrencyTroid(java.lang.Integer raw)
                      throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getCurrency

public Currency getCurrency()
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.NoSuchRowPoemException
Retrieves the Currency object referred to.

Returns:
the Currency as a Currency
Throws:
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 TROID
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setCurrency

public void setCurrency(Currency cooked)
                 throws org.melati.poem.AccessPoemException
Set the Currency.

Parameters:
cooked - a validated Currency
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getCurrencyField

public org.melati.poem.Field getCurrencyField()
                                       throws org.melati.poem.AccessPoemException
Retrieves the Currency value as a Field from this ShopOrder Persistent.

Returns:
the Integer currency
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator


Copyright © 2000-2009 PanEris. All Rights Reserved.