org.paneris.rimauresq.model.generated
Class ShopOrderBase

java.lang.Object
  extended by org.melati.poem.transaction.Transactioned
      extended by org.melati.poem.JdbcPersistent
          extended by org.paneris.rimauresq.model.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.


Field Summary
protected  java.lang.String address
          Address
protected  java.lang.Double amount
          Total Amount (in GBP) - The total amount of the order (in GBP)
protected  java.lang.String country
          Country
protected  java.lang.String customerComment
          Comment - Commends by the customer reguarding 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 GBP) - The total delivery charge for the order (in GBP)
protected  java.lang.String deliveryName
          Delivery name - The name of the persone to whom we are delivering
protected  java.lang.String email
          email - email
protected  java.lang.Integer id
          id
protected  java.lang.String message
          Message - A message to be included with this order
protected  java.lang.String name
          Full name - The user's real name
protected  java.lang.String postcode
          Postcode - Order postcode
protected  java.lang.Boolean spam
          Want Spam? - Does the user want to receive spam email?
protected  java.lang.String tel
          Telephone - Order telephone number
protected  java.lang.String town
          Town / City
protected  java.lang.Integer user
          User - The Customer
 
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.String getCountry_unsafe()
          Retrieves the Country value, without locking, for this ShopOrder Persistent.
 java.lang.String getCountry()
          Retrieves the Country value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getCountryField()
          Retrieves the Country value as a Field from this ShopOrder Persistent.
 java.lang.String getCustomerComment_unsafe()
          Retrieves the CustomerComment value, without locking, for this ShopOrder Persistent.
 java.lang.String getCustomerComment()
          Retrieves the CustomerComment value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getCustomerCommentField()
          Retrieves the CustomerComment value as a Field from this ShopOrder Persistent.
 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.String getDeliveryName_unsafe()
          Retrieves the DeliveryName value, without locking, for this ShopOrder Persistent.
 java.lang.String getDeliveryName()
          Retrieves the DeliveryName value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getDeliveryNameField()
          Retrieves the DeliveryName 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.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 getMessage_unsafe()
          Retrieves the Message value, without locking, for this ShopOrder Persistent.
 java.lang.String getMessage()
          Retrieves the Message value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getMessageField()
          Retrieves the Message 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.
 RimauresqDatabaseTables getRimauresqDatabaseTables()
          Retrieves the Database object.
 ShopOrderTable getShopOrderTable()
          Retrieves the ShopOrderTable table which this Persistent is from.
 java.lang.Boolean getSpam_unsafe()
          Retrieves the Spam value, without locking, for this ShopOrder Persistent.
 java.lang.Boolean getSpam()
          Retrieves the Spam value, with locking, for this ShopOrder Persistent.
 org.melati.poem.Field getSpamField()
          Retrieves the Spam value as a Field from this ShopOrder Persistent.
 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 setCountry_unsafe(java.lang.String cooked)
          Sets the Country value directly, without checking, for this ShopOrder Persistent.
 void setCountry(java.lang.String cooked)
          Sets the Country value, with checking, for this ShopOrder Persistent.
 void setCustomerComment_unsafe(java.lang.String cooked)
          Sets the CustomerComment value directly, without checking, for this ShopOrder Persistent.
 void setCustomerComment(java.lang.String cooked)
          Sets the CustomerComment value, with checking, for this ShopOrder Persistent.
 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 setDeliveryName_unsafe(java.lang.String cooked)
          Sets the DeliveryName value directly, without checking, for this ShopOrder Persistent.
 void setDeliveryName(java.lang.String cooked)
          Sets the DeliveryName 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 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 setMessage_unsafe(java.lang.String cooked)
          Sets the Message value directly, without checking, for this ShopOrder Persistent.
 void setMessage(java.lang.String cooked)
          Sets the Message 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 setSpam_unsafe(java.lang.Boolean cooked)
          Sets the Spam value directly, without checking, for this ShopOrder Persistent.
 void setSpam(boolean cooked)
          Sets the Spam value, with checking, from a boolean, for this ShopOrder Persistent.
 void setSpam(java.lang.Boolean cooked)
          Sets the Spam value, with checking, for this ShopOrder Persistent.
 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 - The Customer


date

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


customerComment

protected java.lang.String customerComment
Comment - Commends by the customer reguarding this order


message

protected java.lang.String message
Message - A message to be included with this order


amount

protected java.lang.Double amount
Total Amount (in GBP) - The total amount of the order (in GBP)


delivery

protected java.lang.Double delivery
Total Delivery (in GBP) - The total delivery charge for the order (in GBP)


name

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


deliveryName

protected java.lang.String deliveryName
Delivery name - The name of the persone to whom we are delivering


email

protected java.lang.String email
email - email


address

protected java.lang.String address
Address


town

protected java.lang.String town
Town / City


tel

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


postcode

protected java.lang.String postcode
Postcode - Order postcode


country

protected java.lang.String country
Country


spam

protected java.lang.Boolean spam
Want Spam? - Does the user want to receive spam email?

Constructor Detail

ShopOrderBase

public ShopOrderBase()
Method Detail

getRimauresqDatabaseTables

public RimauresqDatabaseTables getRimauresqDatabaseTables()
Retrieves the Database object.

Returns:
the database

getShopOrderTable

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

Returns:
the ShopOrderTable

getId_unsafe

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

Returns:
the Integer id

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

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

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

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

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

getUser_unsafe

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

Returns:
the Integer user

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

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

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

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

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

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

getDate_unsafe

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

Returns:
the Timestamp date

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

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

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

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

getCustomerComment_unsafe

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

Returns:
the String customerComment

setCustomerComment_unsafe

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

Parameters:
cooked - the pre-validated value to set

getCustomerComment

public java.lang.String getCustomerComment()
                                    throws org.melati.poem.AccessPoemException
Retrieves the CustomerComment value, with locking, for this ShopOrder Persistent. Field description: Commends by the customer reguarding this order

Returns:
the value of the field CustomerComment for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setCustomerComment

public void setCustomerComment(java.lang.String cooked)
                        throws org.melati.poem.AccessPoemException,
                               org.melati.poem.ValidationPoemException
Sets the CustomerComment value, with checking, for this ShopOrder Persistent. Field description: Commends by the customer 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

getCustomerCommentField

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

Returns:
the String customerComment
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getMessage_unsafe

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

Returns:
the String message

setMessage_unsafe

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

Parameters:
cooked - the pre-validated value to set

getMessage

public java.lang.String getMessage()
                            throws org.melati.poem.AccessPoemException
Retrieves the Message value, with locking, for this ShopOrder Persistent. Field description: A message to be included with this order

Returns:
the value of the field Message for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setMessage

public void setMessage(java.lang.String cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Sets the Message value, with checking, for this ShopOrder Persistent. Field description: A message to be included with 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

getMessageField

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

Returns:
the String message
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getAmount_unsafe

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

Returns:
the Double amount

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

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 GBP)

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

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 GBP)

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

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 GBP)

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

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

getDelivery_unsafe

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

Returns:
the Double delivery

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

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 GBP)

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

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 GBP)

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

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 GBP)

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

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

getName_unsafe

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

Returns:
the String name

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

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

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

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

getDeliveryName_unsafe

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

Returns:
the String deliveryName

setDeliveryName_unsafe

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

Parameters:
cooked - the pre-validated value to set

getDeliveryName

public java.lang.String getDeliveryName()
                                 throws org.melati.poem.AccessPoemException
Retrieves the DeliveryName value, with locking, for this ShopOrder Persistent. Field description: The name of the persone to whom we are delivering

Returns:
the value of the field DeliveryName for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setDeliveryName

public void setDeliveryName(java.lang.String cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the DeliveryName value, with checking, for this ShopOrder Persistent. Field description: The name of the persone to whom we are delivering

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

getDeliveryNameField

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

Returns:
the String deliveryName
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getEmail_unsafe

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

Returns:
the String email

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

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

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

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

getAddress_unsafe

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

Returns:
the String address

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

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

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

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

getTown_unsafe

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

Returns:
the String town

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

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

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

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

getTel_unsafe

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

Returns:
the String tel

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

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

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

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

getPostcode_unsafe

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

Returns:
the String postcode

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

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

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

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

getCountry_unsafe

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

Returns:
the String country

setCountry_unsafe

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

Parameters:
cooked - the pre-validated value to set

getCountry

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

Returns:
the value of the field Country for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setCountry

public void setCountry(java.lang.String cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Sets the Country 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

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 String country
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getSpam_unsafe

public java.lang.Boolean getSpam_unsafe()
Retrieves the Spam value, without locking, for this ShopOrder Persistent.

Returns:
the Boolean spam

setSpam_unsafe

public void setSpam_unsafe(java.lang.Boolean cooked)
Sets the Spam value directly, without checking, for this ShopOrder Persistent.

Parameters:
cooked - the pre-validated value to set

getSpam

public java.lang.Boolean getSpam()
                          throws org.melati.poem.AccessPoemException
Retrieves the Spam value, with locking, for this ShopOrder Persistent. Field description: Does the user want to receive spam email?

Returns:
the value of the field Spam for this ShopOrder Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setSpam

public void setSpam(java.lang.Boolean cooked)
             throws org.melati.poem.AccessPoemException,
                    org.melati.poem.ValidationPoemException
Sets the Spam value, with checking, for this ShopOrder Persistent. Field description: Does the user want to receive spam 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

setSpam

public final void setSpam(boolean cooked)
                   throws org.melati.poem.AccessPoemException,
                          org.melati.poem.ValidationPoemException
Sets the Spam value, with checking, from a boolean, for this ShopOrder Persistent. Field description: Does the user want to receive spam email?

Parameters:
cooked - a boolean
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

getSpamField

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

Returns:
the Boolean spam
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights


Copyright © 2000-2009 PanEris. All Rights Reserved.