org.paneris.jammyjoes.model.generated
Class ShopOrderItemBase

java.lang.Object
  extended by org.melati.poem.transaction.Transactioned
      extended by org.melati.poem.JdbcPersistent
          extended by org.paneris.jammyjoes.model.generated.ShopOrderItemBase
All Implemented Interfaces:
java.lang.Cloneable, org.melati.poem.Persistable, org.melati.poem.Persistent, org.melati.poem.Treeable
Direct Known Subclasses:
ShopOrderItem

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

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


Field Summary
protected  java.lang.Double amount
          Amount (in customer's currency) - The amount of this line (in customer's currency)
protected  java.lang.Double amountUK
          Amount (UK Sterling Equivalent) - The amount of this line (UK Sterling Equivalent)
protected  java.lang.Integer id
          id
protected  java.lang.Integer order
          Order Number - The order number for this pruchase
protected  java.lang.Integer product
          Product
protected  java.lang.Integer quantity
          Quantity
protected  java.lang.Integer stocktransaction
          Stock Transaction
protected  java.lang.Integer user
          User
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
ShopOrderItemBase()
           
 
Method Summary
 java.lang.Double getAmount_unsafe()
          Retrieves the Amount value, without locking, for this ShopOrderItem Persistent.
 java.lang.Double getAmount()
          Retrieves the Amount value, with locking, for this ShopOrderItem Persistent.
 org.melati.poem.Field getAmountField()
          Retrieves the Amount value as a Field from this ShopOrderItem Persistent.
 java.lang.Double getAmountUK_unsafe()
          Retrieves the AmountUK value, without locking, for this ShopOrderItem Persistent.
 java.lang.Double getAmountUK()
          Retrieves the AmountUK value, with locking, for this ShopOrderItem Persistent.
 org.melati.poem.Field getAmountUKField()
          Retrieves the AmountUK value as a Field from this ShopOrderItem Persistent.
 java.lang.Integer getId_unsafe()
          Retrieves the Id value, without locking, for this ShopOrderItem Persistent.
 java.lang.Integer getId()
          Retrieves the Id value, with locking, for this ShopOrderItem Persistent.
 org.melati.poem.Field getIdField()
          Retrieves the Id value as a Field from this ShopOrderItem Persistent.
 JammyjoesDatabaseTables getJammyjoesDatabaseTables()
          Retrieves the Database object.
 java.lang.Integer getOrder_unsafe()
          Retrieves the Order value, without locking, for this ShopOrderItem Persistent.
 ShopOrder getOrder()
          Retrieves the Order object referred to.
 org.melati.poem.Field getOrderField()
          Retrieves the Order value as a Field from this ShopOrderItem Persistent.
 java.lang.Integer getOrderTroid()
          Retrieves the Table Row Object ID.
 java.lang.Integer getProduct_unsafe()
          Retrieves the Product value, without locking, for this ShopOrderItem Persistent.
 Product getProduct()
          Retrieves the Product object referred to.
 org.melati.poem.Field getProductField()
          Retrieves the Product value as a Field from this ShopOrderItem Persistent.
 java.lang.Integer getProductTroid()
          Retrieves the Table Row Object ID.
 java.lang.Integer getQuantity_unsafe()
          Retrieves the Quantity value, without locking, for this ShopOrderItem Persistent.
 java.lang.Integer getQuantity()
          Retrieves the Quantity value, with locking, for this ShopOrderItem Persistent.
 org.melati.poem.Field getQuantityField()
          Retrieves the Quantity value as a Field from this ShopOrderItem Persistent.
 ShopOrderItemTable getShopOrderItemTable()
          Retrieves the ShopOrderItemTable table which this Persistent is from.
 java.lang.Integer getStocktransaction_unsafe()
          Retrieves the Stocktransaction value, without locking, for this ShopOrderItem Persistent.
 StockTransaction getStocktransaction()
          Retrieves the Stocktransaction object referred to.
 org.melati.poem.Field getStocktransactionField()
          Retrieves the Stocktransaction value as a Field from this ShopOrderItem Persistent.
 java.lang.Integer getStocktransactionTroid()
          Retrieves the Table Row Object ID.
 java.lang.Integer getUser_unsafe()
          Retrieves the User value, without locking, for this ShopOrderItem Persistent.
 User getUser()
          Retrieves the User object referred to.
 org.melati.poem.Field getUserField()
          Retrieves the User value as a Field from this ShopOrderItem Persistent.
 java.lang.Integer getUserTroid()
          Retrieves the Table Row Object ID.
 void setAmount_unsafe(java.lang.Double cooked)
          Sets the Amount value directly, without checking, for this ShopOrderItem Persistent.
 void setAmount(double cooked)
          Sets the Amount value, with checking, for this ShopOrderItem Persistent.
 void setAmount(java.lang.Double cooked)
          Sets the Amount value, with checking, for this ShopOrderItem Persistent.
 void setAmountUK_unsafe(java.lang.Double cooked)
          Sets the AmountUK value directly, without checking, for this ShopOrderItem Persistent.
 void setAmountUK(double cooked)
          Sets the AmountUK value, with checking, for this ShopOrderItem Persistent.
 void setAmountUK(java.lang.Double cooked)
          Sets the AmountUK value, with checking, for this ShopOrderItem Persistent.
 void setId_unsafe(java.lang.Integer cooked)
          Sets the Id value directly, without checking, for this ShopOrderItem Persistent.
 void setId(int cooked)
          Sets the Id value, with checking, for this ShopOrderItem Persistent.
 void setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this ShopOrderItem Persistent.
 void setOrder_unsafe(java.lang.Integer cooked)
          Sets the Order value directly, without checking, for this ShopOrderItem Persistent.
 void setOrder(ShopOrder cooked)
          Set the Order.
 void setOrderTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void setProduct_unsafe(java.lang.Integer cooked)
          Sets the Product value directly, without checking, for this ShopOrderItem Persistent.
 void setProduct(Product cooked)
          Set the Product.
 void setProductTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void setQuantity_unsafe(java.lang.Integer cooked)
          Sets the Quantity value directly, without checking, for this ShopOrderItem Persistent.
 void setQuantity(int cooked)
          Sets the Quantity value, with checking, for this ShopOrderItem Persistent.
 void setQuantity(java.lang.Integer cooked)
          Sets the Quantity value, with checking, for this ShopOrderItem Persistent.
 void setStocktransaction_unsafe(java.lang.Integer cooked)
          Sets the Stocktransaction value directly, without checking, for this ShopOrderItem Persistent.
 void setStocktransaction(StockTransaction cooked)
          Set the Stocktransaction.
 void setStocktransactionTroid(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 ShopOrderItem 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, getName, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, load, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, readLock, readLock, readLock, rollback, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troid, upToDate, writeDown, writeLock, writeLock, writeLock
 
Methods inherited from class org.melati.poem.transaction.Transactioned
markValid, reset, setTransactionPool, transactionPool, unSee
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected java.lang.Integer id
id


user

protected java.lang.Integer user
User


product

protected java.lang.Integer product
Product


stocktransaction

protected java.lang.Integer stocktransaction
Stock Transaction


quantity

protected java.lang.Integer quantity
Quantity


order

protected java.lang.Integer order
Order Number - The order number for this pruchase


amount

protected java.lang.Double amount
Amount (in customer's currency) - The amount of this line (in customer's currency)


amountUK

protected java.lang.Double amountUK
Amount (UK Sterling Equivalent) - The amount of this line (UK Sterling Equivalent)

Constructor Detail

ShopOrderItemBase

public ShopOrderItemBase()
Method Detail

getJammyjoesDatabaseTables

public JammyjoesDatabaseTables getJammyjoesDatabaseTables()
Retrieves the Database object.

Returns:
the database

getShopOrderItemTable

public ShopOrderItemTable getShopOrderItemTable()
Retrieves the ShopOrderItemTable table which this Persistent is from.

Returns:
the ShopOrderItemTable

getId_unsafe

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

Returns:
the Integer id

setId_unsafe

public void setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking, for this ShopOrderItem 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 ShopOrderItem Persistent.

Returns:
the value of the field Id for this ShopOrderItem 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 ShopOrderItem 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 ShopOrderItem 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 ShopOrderItem 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 ShopOrderItem Persistent.

Returns:
the Integer user

setUser_unsafe

public void setUser_unsafe(java.lang.Integer cooked)
Sets the User value directly, without checking, for this ShopOrderItem 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 ShopOrderItem Persistent.

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

getProduct_unsafe

public java.lang.Integer getProduct_unsafe()
Retrieves the Product value, without locking, for this ShopOrderItem Persistent.

Returns:
the Integer product

setProduct_unsafe

public void setProduct_unsafe(java.lang.Integer cooked)
Sets the Product value directly, without checking, for this ShopOrderItem Persistent.

Parameters:
cooked - the pre-validated value to set

getProductTroid

public java.lang.Integer getProductTroid()
                                  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

setProductTroid

public void setProductTroid(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

getProduct

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

Returns:
the Product as a Product
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

setProduct

public void setProduct(Product cooked)
                throws org.melati.poem.AccessPoemException
Set the Product.

Parameters:
cooked - a validated Product
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getProductField

public org.melati.poem.Field getProductField()
                                      throws org.melati.poem.AccessPoemException
Retrieves the Product value as a Field from this ShopOrderItem Persistent.

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

getStocktransaction_unsafe

public java.lang.Integer getStocktransaction_unsafe()
Retrieves the Stocktransaction value, without locking, for this ShopOrderItem Persistent.

Returns:
the Integer stocktransaction

setStocktransaction_unsafe

public void setStocktransaction_unsafe(java.lang.Integer cooked)
Sets the Stocktransaction value directly, without checking, for this ShopOrderItem Persistent.

Parameters:
cooked - the pre-validated value to set

getStocktransactionTroid

public java.lang.Integer getStocktransactionTroid()
                                           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

setStocktransactionTroid

public void setStocktransactionTroid(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

getStocktransaction

public StockTransaction getStocktransaction()
                                     throws org.melati.poem.AccessPoemException,
                                            org.melati.poem.NoSuchRowPoemException
Retrieves the Stocktransaction object referred to.

Returns:
the Stocktransaction as a StockTransaction
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

setStocktransaction

public void setStocktransaction(StockTransaction cooked)
                         throws org.melati.poem.AccessPoemException
Set the Stocktransaction.

Parameters:
cooked - a validated StockTransaction
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getStocktransactionField

public org.melati.poem.Field getStocktransactionField()
                                               throws org.melati.poem.AccessPoemException
Retrieves the Stocktransaction value as a Field from this ShopOrderItem Persistent.

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

getQuantity_unsafe

public java.lang.Integer getQuantity_unsafe()
Retrieves the Quantity value, without locking, for this ShopOrderItem Persistent.

Returns:
the Integer quantity

setQuantity_unsafe

public void setQuantity_unsafe(java.lang.Integer cooked)
Sets the Quantity value directly, without checking, for this ShopOrderItem Persistent.

Parameters:
cooked - the pre-validated value to set

getQuantity

public java.lang.Integer getQuantity()
                              throws org.melati.poem.AccessPoemException
Retrieves the Quantity value, with locking, for this ShopOrderItem Persistent.

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

setQuantity

public void setQuantity(java.lang.Integer cooked)
                 throws org.melati.poem.AccessPoemException,
                        org.melati.poem.ValidationPoemException
Sets the Quantity value, with checking, for this ShopOrderItem 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

setQuantity

public final void setQuantity(int cooked)
                       throws org.melati.poem.AccessPoemException,
                              org.melati.poem.ValidationPoemException
Sets the Quantity value, with checking, for this ShopOrderItem 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

getQuantityField

public org.melati.poem.Field getQuantityField()
                                       throws org.melati.poem.AccessPoemException
Retrieves the Quantity value as a Field from this ShopOrderItem Persistent.

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

getOrder_unsafe

public java.lang.Integer getOrder_unsafe()
Retrieves the Order value, without locking, for this ShopOrderItem Persistent.

Returns:
the Integer order

setOrder_unsafe

public void setOrder_unsafe(java.lang.Integer cooked)
Sets the Order value directly, without checking, for this ShopOrderItem Persistent.

Parameters:
cooked - the pre-validated value to set

getOrderTroid

public java.lang.Integer getOrderTroid()
                                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

setOrderTroid

public void setOrderTroid(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

getOrder

public ShopOrder getOrder()
                   throws org.melati.poem.AccessPoemException,
                          org.melati.poem.NoSuchRowPoemException
Retrieves the Order object referred to.

Returns:
the Order as a ShopOrder
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

setOrder

public void setOrder(ShopOrder cooked)
              throws org.melati.poem.AccessPoemException
Set the Order.

Parameters:
cooked - a validated ShopOrder
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getOrderField

public org.melati.poem.Field getOrderField()
                                    throws org.melati.poem.AccessPoemException
Retrieves the Order value as a Field from this ShopOrderItem Persistent.

Returns:
the Integer order
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 ShopOrderItem Persistent.

Returns:
the Double amount

setAmount_unsafe

public void setAmount_unsafe(java.lang.Double cooked)
Sets the Amount value directly, without checking, for this ShopOrderItem 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 ShopOrderItem Persistent. Field description: The amount of this line (in customer's currency)

Returns:
the value of the field Amount for this ShopOrderItem 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 ShopOrderItem Persistent. Field description: The amount of this line (in customer's currency)

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

setAmount

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

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

getAmountField

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

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

getAmountUK_unsafe

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

Returns:
the Double amountUK

setAmountUK_unsafe

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

Parameters:
cooked - the pre-validated value to set

getAmountUK

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

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

setAmountUK

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

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

setAmountUK

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

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

getAmountUKField

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

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


Copyright © 2001-2008 PanEris. All Rights Reserved.