|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.poem.transaction.Transactioned
org.melati.poem.JdbcPersistent
org.paneris.jammyjoes.model.generated.ShopOrderBase
public abstract class ShopOrderBase
Melati POEM generated abstract base class for a Persistent
ShopOrder Object.
| Field Summary | |
|---|---|
protected java.lang.String |
address
Address |
protected java.lang.Integer |
affiliate
affiliate - The affiliate for this order (if any) |
protected java.lang.Boolean |
affiliatepaid
Affiliate Paid? - Has the Affiliate been paid for this order? |
protected java.lang.Boolean |
alert
Alert! - Please read the comments to find out new actions for this order |
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 - The total amount of the order (UK Sterling Equivalent) |
protected java.lang.Double |
comission
Commission Percentage - The Commission Percentage to go to the Affiliate |
protected java.lang.String |
comment
Comment - Any comments by JammyJoes people reguarding this order |
protected java.lang.String |
country
Country |
protected java.lang.Integer |
currency
currency - The currency for this order |
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 customer's currency) - The total delivery charge for the order (in customer's currency) |
protected java.lang.String |
deliveryName
Delivery name - The name of the persone to whom we are delivering |
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 |
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.Integer |
operator
Operator - The Operator who took this Order |
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.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 |
type
Type - The type of this order |
protected java.lang.Integer |
user
User - The Customer |
protected java.lang.Integer |
wrapping
wrapping - What kind of wrapping paper should be used |
protected java.lang.Integer |
zone
zone - The delivery zone for this order |
| 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.Integer |
getAffiliate_unsafe()
Retrieves the Affiliate value, without locking,
for this ShopOrder Persistent. |
Affiliate |
getAffiliate()
Retrieves the Affiliate object referred to. |
org.melati.poem.Field |
getAffiliateField()
Retrieves the Affiliate value as a Field
from this ShopOrder Persistent. |
java.lang.Boolean |
getAffiliatepaid_unsafe()
Retrieves the Affiliatepaid value, without locking,
for this ShopOrder Persistent. |
java.lang.Boolean |
getAffiliatepaid()
Retrieves the Affiliatepaid value, with locking, for this ShopOrder Persistent. |
org.melati.poem.Field |
getAffiliatepaidField()
Retrieves the Affiliatepaid value as a Field
from this ShopOrder Persistent. |
java.lang.Integer |
getAffiliateTroid()
Retrieves the Table Row Object ID. |
java.lang.Boolean |
getAlert_unsafe()
Retrieves the Alert value, without locking,
for this ShopOrder Persistent. |
java.lang.Boolean |
getAlert()
Retrieves the Alert value, with locking, for this ShopOrder Persistent. |
org.melati.poem.Field |
getAlertField()
Retrieves the Alert 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. |
java.lang.Double |
getComission_unsafe()
Retrieves the Comission value, without locking,
for this ShopOrder Persistent. |
java.lang.Double |
getComission()
Retrieves the Comission value, with locking, for this ShopOrder Persistent. |
org.melati.poem.Field |
getComissionField()
Retrieves the Comission value as a Field
from this ShopOrder Persistent. |
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.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.Integer |
getCurrency_unsafe()
Retrieves the Currency value, without locking,
for this ShopOrder Persistent. |
ShopCurrency |
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.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.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. |
JammyjoesDatabaseTables |
getJammyjoesDatabaseTables()
Retrieves the Database object. |
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.Integer |
getOperator_unsafe()
Retrieves the Operator value, without locking,
for this ShopOrder Persistent. |
User |
getOperator()
Retrieves the Operator object referred to. |
org.melati.poem.Field |
getOperatorField()
Retrieves the Operator value as a Field
from this ShopOrder Persistent. |
java.lang.Integer |
getOperatorTroid()
Retrieves the Table Row Object ID. |
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.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.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 |
getType_unsafe()
Retrieves the Type value, without locking,
for this ShopOrder Persistent. |
OrderType |
getType()
Retrieves the Type object referred to. |
org.melati.poem.Field |
getTypeField()
Retrieves the Type value as a Field
from this ShopOrder Persistent. |
java.lang.Integer |
getTypeTroid()
Retrieves the Table Row Object ID. |
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. |
java.lang.Integer |
getWrapping_unsafe()
Retrieves the Wrapping value, without locking,
for this ShopOrder Persistent. |
Wrapping |
getWrapping()
Retrieves the Wrapping object referred to. |
org.melati.poem.Field |
getWrappingField()
Retrieves the Wrapping value as a Field
from this ShopOrder Persistent. |
java.lang.Integer |
getWrappingTroid()
Retrieves the Table Row Object ID. |
java.lang.Integer |
getZone_unsafe()
Retrieves the Zone value, without locking,
for this ShopOrder Persistent. |
DeliveryZone |
getZone()
Retrieves the Zone object referred to. |
org.melati.poem.Field |
getZoneField()
Retrieves the Zone value as a Field
from this ShopOrder Persistent. |
java.lang.Integer |
getZoneTroid()
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 |
setAffiliate_unsafe(java.lang.Integer cooked)
Sets the Affiliate value directly, without checking,
for this ShopOrder Persistent. |
void |
setAffiliate(Affiliate cooked)
Set the Affiliate. |
void |
setAffiliatepaid_unsafe(java.lang.Boolean cooked)
Sets the Affiliatepaid value directly, without checking,
for this ShopOrder Persistent. |
void |
setAffiliatepaid(boolean cooked)
Sets the Affiliatepaid value, with checking,
from a boolean, for this
ShopOrder Persistent. |
void |
setAffiliatepaid(java.lang.Boolean cooked)
Sets the Affiliatepaid value, with checking, for this
ShopOrder Persistent. |
void |
setAffiliateTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setAlert_unsafe(java.lang.Boolean cooked)
Sets the Alert value directly, without checking,
for this ShopOrder Persistent. |
void |
setAlert(boolean cooked)
Sets the Alert value, with checking,
from a boolean, for this
ShopOrder Persistent. |
void |
setAlert(java.lang.Boolean cooked)
Sets the Alert 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 |
setComission_unsafe(java.lang.Double cooked)
Sets the Comission value directly, without checking,
for this ShopOrder Persistent. |
void |
setComission(double cooked)
Sets the Comission value, with checking, for this ShopOrder Persistent. |
void |
setComission(java.lang.Double cooked)
Sets the Comission 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.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 |
setCurrency_unsafe(java.lang.Integer cooked)
Sets the Currency value directly, without checking,
for this ShopOrder Persistent. |
void |
setCurrency(ShopCurrency cooked)
Set the Currency. |
void |
setCurrencyTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
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 |
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 |
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 |
setOperator_unsafe(java.lang.Integer cooked)
Sets the Operator value directly, without checking,
for this ShopOrder Persistent. |
void |
setOperator(User cooked)
Set the Operator. |
void |
setOperatorTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
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 |
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 |
setType_unsafe(java.lang.Integer cooked)
Sets the Type value directly, without checking,
for this ShopOrder Persistent. |
void |
setType(OrderType cooked)
Set the Type. |
void |
setTypeTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
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. |
void |
setWrapping_unsafe(java.lang.Integer cooked)
Sets the Wrapping value directly, without checking,
for this ShopOrder Persistent. |
void |
setWrapping(Wrapping cooked)
Set the Wrapping. |
void |
setWrappingTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setZone_unsafe(java.lang.Integer cooked)
Sets the Zone value directly, without checking,
for this ShopOrder Persistent. |
void |
setZone(DeliveryZone cooked)
Set the Zone. |
void |
setZoneTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
| Methods inherited from class org.melati.poem.JdbcPersistent |
|---|
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, clone, commit, countMatchSQL, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, deleteLock, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, existenceLock, fieldsOfColumns, fromClause, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, load, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, readLock, readLock, readLock, rollback, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troid, upToDate, writeDown, writeLock, writeLock, writeLock |
| Methods inherited from class org.melati.poem.transaction.Transactioned |
|---|
markValid, reset, setTransactionPool, transactionPool, unSee |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Integer id
protected java.lang.Integer user
protected java.lang.Integer operator
protected java.lang.Integer status
protected java.lang.Integer type
protected java.sql.Timestamp date
protected java.sql.Timestamp fufilleddate
protected java.lang.String comment
protected java.lang.String customerComment
protected java.lang.Boolean alert
protected java.lang.String message
protected java.lang.Double amount
protected java.lang.Double delivery
protected java.lang.Double amountUK
protected java.lang.Double deliveryUK
protected java.lang.String name
protected java.lang.String deliveryName
protected java.lang.String email
protected java.lang.String address
protected java.lang.String town
protected java.lang.String tel
protected java.lang.String postcode
protected java.lang.String country
protected java.lang.Integer currency
protected java.lang.Integer zone
protected java.lang.Integer wrapping
protected java.lang.Integer affiliate
protected java.lang.Boolean affiliatepaid
protected java.lang.Double comission
protected java.lang.Boolean spam
| Constructor Detail |
|---|
public ShopOrderBase()
| Method Detail |
|---|
public JammyjoesDatabaseTables getJammyjoesDatabaseTables()
public ShopOrderTable getShopOrderTable()
ShopOrderTable table
which this Persistent is from.
public java.lang.Integer getId_unsafe()
Id value, without locking,
for this ShopOrder Persistent.
public void setId_unsafe(java.lang.Integer cooked)
Id value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Integer getId()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Id for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setId(java.lang.Integer cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
ShopOrder Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setId(int cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
ShopOrder Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getIdField()
throws org.melati.poem.AccessPoemException
Id value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Integer getUser_unsafe()
User value, without locking,
for this ShopOrder Persistent.
public void setUser_unsafe(java.lang.Integer cooked)
User value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Integer getUserTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setUserTroid(java.lang.Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public User getUser()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
User object referred to.
User as a User
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
public void setUser(User cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated User
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field getUserField()
throws org.melati.poem.AccessPoemException
User value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Integer getOperator_unsafe()
Operator value, without locking,
for this ShopOrder Persistent.
public void setOperator_unsafe(java.lang.Integer cooked)
Operator value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Integer getOperatorTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setOperatorTroid(java.lang.Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public User getOperator()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
Operator object referred to.
Operator as a User
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
public void setOperator(User cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated User
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field getOperatorField()
throws org.melati.poem.AccessPoemException
Operator value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Integer getStatus_unsafe()
Status value, without locking,
for this ShopOrder Persistent.
public void setStatus_unsafe(java.lang.Integer cooked)
Status value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Integer getStatusTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setStatusTroid(java.lang.Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public OrderStatus getStatus()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
Status object referred to.
Status as a OrderStatus
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
public void setStatus(OrderStatus cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated OrderStatus
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field getStatusField()
throws org.melati.poem.AccessPoemException
Status value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Integer getType_unsafe()
Type value, without locking,
for this ShopOrder Persistent.
public void setType_unsafe(java.lang.Integer cooked)
Type value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Integer getTypeTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setTypeTroid(java.lang.Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public OrderType getType()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
Type object referred to.
Type as a OrderType
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
public void setType(OrderType cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated OrderType
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field getTypeField()
throws org.melati.poem.AccessPoemException
Type value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.sql.Timestamp getDate_unsafe()
Date value, without locking,
for this ShopOrder Persistent.
public void setDate_unsafe(java.sql.Timestamp cooked)
Date value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.sql.Timestamp getDate()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
The date that this order was placed (leave blank to autocomplete)
Date for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDate(java.sql.Timestamp cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Date value, with checking, for this
ShopOrder Persistent.
Field description:
The date that this order was placed (leave blank to autocomplete)
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getDateField()
throws org.melati.poem.AccessPoemException
Date value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.sql.Timestamp getFufilleddate_unsafe()
Fufilleddate value, without locking,
for this ShopOrder Persistent.
public void setFufilleddate_unsafe(java.sql.Timestamp cooked)
Fufilleddate value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.sql.Timestamp getFufilleddate()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
The date that this order was fufilled (leave blank to autocomplete)
Fufilleddate for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setFufilleddate(java.sql.Timestamp cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Fufilleddate value, with checking, for this
ShopOrder Persistent.
Field description:
The date that this order was fufilled (leave blank to autocomplete)
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getFufilleddateField()
throws org.melati.poem.AccessPoemException
Fufilleddate value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getComment_unsafe()
Comment value, without locking,
for this ShopOrder Persistent.
public void setComment_unsafe(java.lang.String cooked)
Comment value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.String getComment()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
Any comments by JammyJoes people reguarding this order
Comment for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setComment(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Comment value, with checking, for this
ShopOrder Persistent.
Field description:
Any comments by JammyJoes people reguarding this order
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getCommentField()
throws org.melati.poem.AccessPoemException
Comment value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getCustomerComment_unsafe()
CustomerComment value, without locking,
for this ShopOrder Persistent.
public void setCustomerComment_unsafe(java.lang.String cooked)
CustomerComment value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.String getCustomerComment()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
Commends by the customer reguarding this order
CustomerComment for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setCustomerComment(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
CustomerComment value, with checking, for this
ShopOrder Persistent.
Field description:
Commends by the customer reguarding this order
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getCustomerCommentField()
throws org.melati.poem.AccessPoemException
CustomerComment value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Boolean getAlert_unsafe()
Alert value, without locking,
for this ShopOrder Persistent.
public void setAlert_unsafe(java.lang.Boolean cooked)
Alert value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Boolean getAlert()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
Please read the comments to find out new actions for this order
Alert for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setAlert(java.lang.Boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Alert value, with checking, for this
ShopOrder Persistent.
Field description:
Please read the comments to find out new actions for this order
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setAlert(boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Alert value, with checking,
from a boolean, for this
ShopOrder Persistent.
Field description:
Please read the comments to find out new actions for this order
cooked - a boolean
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getAlertField()
throws org.melati.poem.AccessPoemException
Alert value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getMessage_unsafe()
Message value, without locking,
for this ShopOrder Persistent.
public void setMessage_unsafe(java.lang.String cooked)
Message value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.String getMessage()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
A message to be included with this order
Message for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setMessage(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Message value, with checking, for this
ShopOrder Persistent.
Field description:
A message to be included with this order
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getMessageField()
throws org.melati.poem.AccessPoemException
Message value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Double getAmount_unsafe()
Amount value, without locking,
for this ShopOrder Persistent.
public void setAmount_unsafe(java.lang.Double cooked)
Amount value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Double getAmount()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
The total amount of the order (in customer's currency)
Amount for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setAmount(java.lang.Double cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Amount value, with checking, for this
ShopOrder Persistent.
Field description:
The total amount of the order (in customer's currency)
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setAmount(double cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Amount value, with checking, for this ShopOrder Persistent.
Field description:
The total amount of the order (in customer's currency)
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getAmountField()
throws org.melati.poem.AccessPoemException
Amount value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Double getDelivery_unsafe()
Delivery value, without locking,
for this ShopOrder Persistent.
public void setDelivery_unsafe(java.lang.Double cooked)
Delivery value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Double getDelivery()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
The total delivery charge for the order (in customer's currency)
Delivery for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDelivery(java.lang.Double cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Delivery value, with checking, for this
ShopOrder Persistent.
Field description:
The total delivery charge for the order (in customer's currency)
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setDelivery(double cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Delivery value, with checking, for this ShopOrder Persistent.
Field description:
The total delivery charge for the order (in customer's currency)
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getDeliveryField()
throws org.melati.poem.AccessPoemException
Delivery value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Double getAmountUK_unsafe()
AmountUK value, without locking,
for this ShopOrder Persistent.
public void setAmountUK_unsafe(java.lang.Double cooked)
AmountUK value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Double getAmountUK()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
The total amount of the order (UK Sterling Equivalent)
AmountUK for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setAmountUK(java.lang.Double cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
AmountUK value, with checking, for this
ShopOrder Persistent.
Field description:
The total amount of the order (UK Sterling Equivalent)
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setAmountUK(double cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
AmountUK value, with checking, for this ShopOrder Persistent.
Field description:
The total amount of the order (UK Sterling Equivalent)
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getAmountUKField()
throws org.melati.poem.AccessPoemException
AmountUK value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Double getDeliveryUK_unsafe()
DeliveryUK value, without locking,
for this ShopOrder Persistent.
public void setDeliveryUK_unsafe(java.lang.Double cooked)
DeliveryUK value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Double getDeliveryUK()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
The total delivery charge for the order (UK Sterling Equivalent)
DeliveryUK for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDeliveryUK(java.lang.Double cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
DeliveryUK value, with checking, for this
ShopOrder Persistent.
Field description:
The total delivery charge for the order (UK Sterling Equivalent)
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setDeliveryUK(double cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
DeliveryUK value, with checking, for this ShopOrder Persistent.
Field description:
The total delivery charge for the order (UK Sterling Equivalent)
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getDeliveryUKField()
throws org.melati.poem.AccessPoemException
DeliveryUK value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getName_unsafe()
Name value, without locking,
for this ShopOrder Persistent.
public void setName_unsafe(java.lang.String cooked)
Name value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.String getName()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
The user's real name
getName in interface org.melati.poem.TreeablegetName in class org.melati.poem.JdbcPersistentName for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setName(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Name value, with checking, for this
ShopOrder Persistent.
Field description:
The user's real name
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getNameField()
throws org.melati.poem.AccessPoemException
Name value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getDeliveryName_unsafe()
DeliveryName value, without locking,
for this ShopOrder Persistent.
public void setDeliveryName_unsafe(java.lang.String cooked)
DeliveryName value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.String getDeliveryName()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
The name of the persone to whom we are delivering
DeliveryName for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDeliveryName(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
DeliveryName value, with checking, for this
ShopOrder Persistent.
Field description:
The name of the persone to whom we are delivering
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getDeliveryNameField()
throws org.melati.poem.AccessPoemException
DeliveryName value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getEmail_unsafe()
Email value, without locking,
for this ShopOrder Persistent.
public void setEmail_unsafe(java.lang.String cooked)
Email value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.String getEmail()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
email
Email for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setEmail(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Email value, with checking, for this
ShopOrder Persistent.
Field description:
email
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getEmailField()
throws org.melati.poem.AccessPoemException
Email value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getAddress_unsafe()
Address value, without locking,
for this ShopOrder Persistent.
public void setAddress_unsafe(java.lang.String cooked)
Address value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.String getAddress()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Address for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setAddress(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Address value, with checking, for this
ShopOrder Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getAddressField()
throws org.melati.poem.AccessPoemException
Address value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getTown_unsafe()
Town value, without locking,
for this ShopOrder Persistent.
public void setTown_unsafe(java.lang.String cooked)
Town value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.String getTown()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Town for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setTown(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Town value, with checking, for this
ShopOrder Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getTownField()
throws org.melati.poem.AccessPoemException
Town value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getTel_unsafe()
Tel value, without locking,
for this ShopOrder Persistent.
public void setTel_unsafe(java.lang.String cooked)
Tel value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.String getTel()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
Order telephone number
Tel for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setTel(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Tel value, with checking, for this
ShopOrder Persistent.
Field description:
Order telephone number
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getTelField()
throws org.melati.poem.AccessPoemException
Tel value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getPostcode_unsafe()
Postcode value, without locking,
for this ShopOrder Persistent.
public void setPostcode_unsafe(java.lang.String cooked)
Postcode value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.String getPostcode()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
Order postcode
Postcode for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setPostcode(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Postcode value, with checking, for this
ShopOrder Persistent.
Field description:
Order postcode
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getPostcodeField()
throws org.melati.poem.AccessPoemException
Postcode value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getCountry_unsafe()
Country value, without locking,
for this ShopOrder Persistent.
public void setCountry_unsafe(java.lang.String cooked)
Country value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.String getCountry()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Country for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setCountry(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Country value, with checking, for this
ShopOrder Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getCountryField()
throws org.melati.poem.AccessPoemException
Country value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Integer getCurrency_unsafe()
Currency value, without locking,
for this ShopOrder Persistent.
public void setCurrency_unsafe(java.lang.Integer cooked)
Currency value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Integer getCurrencyTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setCurrencyTroid(java.lang.Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public ShopCurrency getCurrency()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
Currency object referred to.
Currency as a ShopCurrency
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
public void setCurrency(ShopCurrency cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated ShopCurrency
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field getCurrencyField()
throws org.melati.poem.AccessPoemException
Currency value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Integer getZone_unsafe()
Zone value, without locking,
for this ShopOrder Persistent.
public void setZone_unsafe(java.lang.Integer cooked)
Zone value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Integer getZoneTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setZoneTroid(java.lang.Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public DeliveryZone getZone()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
Zone object referred to.
Zone as a DeliveryZone
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
public void setZone(DeliveryZone cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated DeliveryZone
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field getZoneField()
throws org.melati.poem.AccessPoemException
Zone value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Integer getWrapping_unsafe()
Wrapping value, without locking,
for this ShopOrder Persistent.
public void setWrapping_unsafe(java.lang.Integer cooked)
Wrapping value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Integer getWrappingTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setWrappingTroid(java.lang.Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public Wrapping getWrapping()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
Wrapping object referred to.
Wrapping as a Wrapping
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
public void setWrapping(Wrapping cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated Wrapping
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field getWrappingField()
throws org.melati.poem.AccessPoemException
Wrapping value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Integer getAffiliate_unsafe()
Affiliate value, without locking,
for this ShopOrder Persistent.
public void setAffiliate_unsafe(java.lang.Integer cooked)
Affiliate value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Integer getAffiliateTroid()
throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer read access rights
public void setAffiliateTroid(java.lang.Integer raw)
throws org.melati.poem.AccessPoemException
raw - a Table Row Object Id
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public Affiliate getAffiliate()
throws org.melati.poem.AccessPoemException,
org.melati.poem.NoSuchRowPoemException
Affiliate object referred to.
Affiliate as a Affiliate
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
public void setAffiliate(Affiliate cooked)
throws org.melati.poem.AccessPoemException
cooked - a validated Affiliate
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public org.melati.poem.Field getAffiliateField()
throws org.melati.poem.AccessPoemException
Affiliate value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Boolean getAffiliatepaid_unsafe()
Affiliatepaid value, without locking,
for this ShopOrder Persistent.
public void setAffiliatepaid_unsafe(java.lang.Boolean cooked)
Affiliatepaid value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Boolean getAffiliatepaid()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
Has the Affiliate been paid for this order?
Affiliatepaid for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setAffiliatepaid(java.lang.Boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Affiliatepaid value, with checking, for this
ShopOrder Persistent.
Field description:
Has the Affiliate been paid for this order?
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setAffiliatepaid(boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Affiliatepaid value, with checking,
from a boolean, for this
ShopOrder Persistent.
Field description:
Has the Affiliate been paid for this order?
cooked - a boolean
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getAffiliatepaidField()
throws org.melati.poem.AccessPoemException
Affiliatepaid value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Double getComission_unsafe()
Comission value, without locking,
for this ShopOrder Persistent.
public void setComission_unsafe(java.lang.Double cooked)
Comission value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Double getComission()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
The Commission Percentage to go to the Affiliate
Comission for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setComission(java.lang.Double cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Comission value, with checking, for this
ShopOrder Persistent.
Field description:
The Commission Percentage to go to the Affiliate
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setComission(double cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Comission value, with checking, for this ShopOrder Persistent.
Field description:
The Commission Percentage to go to the Affiliate
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getComissionField()
throws org.melati.poem.AccessPoemException
Comission value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Boolean getSpam_unsafe()
Spam value, without locking,
for this ShopOrder Persistent.
public void setSpam_unsafe(java.lang.Boolean cooked)
Spam value directly, without checking,
for this ShopOrder Persistent.
cooked - the pre-validated value to set
public java.lang.Boolean getSpam()
throws org.melati.poem.AccessPoemException
ShopOrder Persistent.
Field description:
Does the user want to receive spam email?
Spam for this
ShopOrder Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setSpam(java.lang.Boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Spam value, with checking, for this
ShopOrder Persistent.
Field description:
Does the user want to receive spam email?
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setSpam(boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Spam value, with checking,
from a boolean, for this
ShopOrder Persistent.
Field description:
Does the user want to receive spam email?
cooked - a boolean
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getSpamField()
throws org.melati.poem.AccessPoemException
Spam value as a Field
from this ShopOrder Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||