|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.melati.poem.transaction.Transactioned org.melati.poem.JdbcPersistent org.paneris.jammyjoes.model.generated.ProductBase
public abstract class ProductBase
Melati POEM generated abstract base class for a Persistent
Product
Object.
Field Summary | |
---|---|
protected java.lang.Integer |
award
award |
protected java.lang.Boolean |
catalogue
Use in Catalogue? |
protected java.lang.Double |
costprice
Cost Price |
protected java.lang.Boolean |
deleted
Deleted? |
protected java.lang.Double |
deliverycost
Delivery Cost |
protected java.lang.Double |
depth
Depth in cm |
protected java.lang.String |
description
Description |
protected java.lang.Double |
height
Height in cm |
protected java.lang.Integer |
id
id |
protected java.lang.Integer |
leadtime
Lead Time (Days) |
protected java.lang.Integer |
manufacturer
Manufacturer |
protected java.lang.Double |
margin
Margin / Markup |
protected java.lang.Double |
marginpercent
Margin Percent |
protected java.lang.Double |
markuppercent
Markup Percent |
protected java.lang.Integer |
maxage
Maximum Age |
protected java.lang.Integer |
minage
Minimum Age |
protected java.lang.Integer |
minimumorder
Minimum Order Quantity - The minimum quantity that can be ordered |
protected java.lang.String |
name
Product Name |
protected java.lang.Integer |
onorderquantity
On-order Level - Not currently used |
protected java.lang.String |
picture
Small Picture |
protected java.lang.String |
picture2
Big Picture |
protected java.lang.Integer |
pieces
Number of Pieces |
protected java.lang.Integer |
reorderlevel
Reorder Level - The level at which stock needs to fall to before JammyJoes normally orders |
protected java.lang.Integer |
reorderquantity
Reorder Quantity - The quantity that JammyJoes normally orders |
protected java.lang.Double |
retailprice
Retail Price ex VAT |
protected java.lang.Double |
retailpriceincvat
Retail Price inc VAT (if VAT is payable) |
protected java.lang.Double |
saleprice
Pre Discount Price inc VAT - To put items in the sale, enter the original price here, and put the Sale price into the Retail Price inc VAT field |
protected java.lang.Integer |
sex
Gender - Is this toy is targeted at boys or girls? |
protected java.lang.Integer |
status
status |
protected java.lang.Integer |
stocklevel
Stock Level |
protected java.lang.Integer |
supplier
Supplier |
protected java.lang.String |
suppliercode
Supplier's Product Code |
protected java.lang.Integer |
type
type |
protected java.lang.Integer |
type2
type2 - You can add this product to another category here |
protected java.lang.Boolean |
vatexempt
Exempt from VAT? |
protected java.lang.Double |
weight
Weight in Grammes |
protected java.lang.Double |
width
Width (or size) in cm |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
ProductBase()
|
Method Summary | |
---|---|
java.lang.Integer |
getAward_unsafe()
Retrieves the Award value, without locking,
for this Product Persistent . |
Award |
getAward()
Retrieves the Award object referred to. |
org.melati.poem.Field |
getAwardField()
Retrieves the Award value as a Field
from this Product Persistent . |
java.lang.Integer |
getAwardTroid()
Retrieves the Table Row Object ID. |
java.lang.Boolean |
getCatalogue_unsafe()
Retrieves the Catalogue value, without locking,
for this Product Persistent . |
java.lang.Boolean |
getCatalogue()
Retrieves the Catalogue value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getCatalogueField()
Retrieves the Catalogue value as a Field
from this Product Persistent . |
java.lang.Double |
getCostprice_unsafe()
Retrieves the Costprice value, without locking,
for this Product Persistent . |
java.lang.Double |
getCostprice()
Retrieves the Costprice value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getCostpriceField()
Retrieves the Costprice value as a Field
from this Product Persistent . |
java.lang.Boolean |
getDeleted_unsafe()
Retrieves the Deleted value, without locking,
for this Product Persistent . |
java.lang.Boolean |
getDeleted()
Retrieves the Deleted value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getDeletedField()
Retrieves the Deleted value as a Field
from this Product Persistent . |
java.lang.Double |
getDeliverycost_unsafe()
Retrieves the Deliverycost value, without locking,
for this Product Persistent . |
java.lang.Double |
getDeliverycost()
Retrieves the Deliverycost value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getDeliverycostField()
Retrieves the Deliverycost value as a Field
from this Product Persistent . |
java.lang.Double |
getDepth_unsafe()
Retrieves the Depth value, without locking,
for this Product Persistent . |
java.lang.Double |
getDepth()
Retrieves the Depth value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getDepthField()
Retrieves the Depth value as a Field
from this Product Persistent . |
java.lang.String |
getDescription_unsafe()
Retrieves the Description value, without locking,
for this Product Persistent . |
java.lang.String |
getDescription()
Retrieves the Description value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getDescriptionField()
Retrieves the Description value as a Field
from this Product Persistent . |
java.lang.Double |
getHeight_unsafe()
Retrieves the Height value, without locking,
for this Product Persistent . |
java.lang.Double |
getHeight()
Retrieves the Height value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getHeightField()
Retrieves the Height value as a Field
from this Product Persistent . |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this Product Persistent . |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this Product Persistent . |
JammyjoesDatabaseTables |
getJammyjoesDatabaseTables()
Retrieves the Database object. |
java.lang.Integer |
getLeadtime_unsafe()
Retrieves the Leadtime value, without locking,
for this Product Persistent . |
java.lang.Integer |
getLeadtime()
Retrieves the Leadtime value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getLeadtimeField()
Retrieves the Leadtime value as a Field
from this Product Persistent . |
java.lang.Integer |
getManufacturer_unsafe()
Retrieves the Manufacturer value, without locking,
for this Product Persistent . |
Manufacturer |
getManufacturer()
Retrieves the Manufacturer object referred to. |
org.melati.poem.Field |
getManufacturerField()
Retrieves the Manufacturer value as a Field
from this Product Persistent . |
java.lang.Integer |
getManufacturerTroid()
Retrieves the Table Row Object ID. |
java.lang.Double |
getMargin_unsafe()
Retrieves the Margin value, without locking,
for this Product Persistent . |
java.lang.Double |
getMargin()
Retrieves the Margin value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getMarginField()
Retrieves the Margin value as a Field
from this Product Persistent . |
java.lang.Double |
getMarginpercent_unsafe()
Retrieves the Marginpercent value, without locking,
for this Product Persistent . |
java.lang.Double |
getMarginpercent()
Retrieves the Marginpercent value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getMarginpercentField()
Retrieves the Marginpercent value as a Field
from this Product Persistent . |
java.lang.Double |
getMarkuppercent_unsafe()
Retrieves the Markuppercent value, without locking,
for this Product Persistent . |
java.lang.Double |
getMarkuppercent()
Retrieves the Markuppercent value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getMarkuppercentField()
Retrieves the Markuppercent value as a Field
from this Product Persistent . |
java.lang.Integer |
getMaxage_unsafe()
Retrieves the Maxage value, without locking,
for this Product Persistent . |
java.lang.Integer |
getMaxage()
Retrieves the Maxage value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getMaxageField()
Retrieves the Maxage value as a Field
from this Product Persistent . |
java.lang.Integer |
getMinage_unsafe()
Retrieves the Minage value, without locking,
for this Product Persistent . |
java.lang.Integer |
getMinage()
Retrieves the Minage value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getMinageField()
Retrieves the Minage value as a Field
from this Product Persistent . |
java.lang.Integer |
getMinimumorder_unsafe()
Retrieves the Minimumorder value, without locking,
for this Product Persistent . |
java.lang.Integer |
getMinimumorder()
Retrieves the Minimumorder value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getMinimumorderField()
Retrieves the Minimumorder value as a Field
from this Product Persistent . |
java.lang.String |
getName_unsafe()
Retrieves the Name value, without locking,
for this Product Persistent . |
java.lang.String |
getName()
Retrieves the Name value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getNameField()
Retrieves the Name value as a Field
from this Product Persistent . |
java.lang.Integer |
getOnorderquantity_unsafe()
Retrieves the Onorderquantity value, without locking,
for this Product Persistent . |
java.lang.Integer |
getOnorderquantity()
Retrieves the Onorderquantity value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getOnorderquantityField()
Retrieves the Onorderquantity value as a Field
from this Product Persistent . |
java.lang.String |
getPicture_unsafe()
Retrieves the Picture value, without locking,
for this Product Persistent . |
java.lang.String |
getPicture()
Retrieves the Picture value, with locking, for this Product Persistent . |
java.lang.String |
getPicture2_unsafe()
Retrieves the Picture2 value, without locking,
for this Product Persistent . |
java.lang.String |
getPicture2()
Retrieves the Picture2 value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getPicture2Field()
Retrieves the Picture2 value as a Field
from this Product Persistent . |
org.melati.poem.Field |
getPictureField()
Retrieves the Picture value as a Field
from this Product Persistent . |
java.lang.Integer |
getPieces_unsafe()
Retrieves the Pieces value, without locking,
for this Product Persistent . |
java.lang.Integer |
getPieces()
Retrieves the Pieces value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getPiecesField()
Retrieves the Pieces value as a Field
from this Product Persistent . |
ProductTable |
getProductTable()
Retrieves the ProductTable table
which this Persistent is from. |
java.lang.Integer |
getReorderlevel_unsafe()
Retrieves the Reorderlevel value, without locking,
for this Product Persistent . |
java.lang.Integer |
getReorderlevel()
Retrieves the Reorderlevel value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getReorderlevelField()
Retrieves the Reorderlevel value as a Field
from this Product Persistent . |
java.lang.Integer |
getReorderquantity_unsafe()
Retrieves the Reorderquantity value, without locking,
for this Product Persistent . |
java.lang.Integer |
getReorderquantity()
Retrieves the Reorderquantity value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getReorderquantityField()
Retrieves the Reorderquantity value as a Field
from this Product Persistent . |
java.lang.Double |
getRetailprice_unsafe()
Retrieves the Retailprice value, without locking,
for this Product Persistent . |
java.lang.Double |
getRetailprice()
Retrieves the Retailprice value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getRetailpriceField()
Retrieves the Retailprice value as a Field
from this Product Persistent . |
java.lang.Double |
getRetailpriceincvat_unsafe()
Retrieves the Retailpriceincvat value, without locking,
for this Product Persistent . |
java.lang.Double |
getRetailpriceincvat()
Retrieves the Retailpriceincvat value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getRetailpriceincvatField()
Retrieves the Retailpriceincvat value as a Field
from this Product Persistent . |
java.lang.Double |
getSaleprice_unsafe()
Retrieves the Saleprice value, without locking,
for this Product Persistent . |
java.lang.Double |
getSaleprice()
Retrieves the Saleprice value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getSalepriceField()
Retrieves the Saleprice value as a Field
from this Product Persistent . |
java.lang.Integer |
getSex_unsafe()
Retrieves the Sex value, without locking,
for this Product Persistent . |
Sex |
getSex()
Retrieves the Sex object referred to. |
org.melati.poem.Field |
getSexField()
Retrieves the Sex value as a Field
from this Product Persistent . |
java.lang.Integer |
getSexTroid()
Retrieves the Table Row Object ID. |
java.lang.Integer |
getStatus_unsafe()
Retrieves the Status value, without locking,
for this Product Persistent . |
ProductStatus |
getStatus()
Retrieves the Status object referred to. |
org.melati.poem.Field |
getStatusField()
Retrieves the Status value as a Field
from this Product Persistent . |
java.lang.Integer |
getStatusTroid()
Retrieves the Table Row Object ID. |
java.lang.Integer |
getStocklevel_unsafe()
Retrieves the Stocklevel value, without locking,
for this Product Persistent . |
java.lang.Integer |
getStocklevel()
Retrieves the Stocklevel value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getStocklevelField()
Retrieves the Stocklevel value as a Field
from this Product Persistent . |
java.lang.Integer |
getSupplier_unsafe()
Retrieves the Supplier value, without locking,
for this Product Persistent . |
Supplier |
getSupplier()
Retrieves the Supplier object referred to. |
java.lang.String |
getSuppliercode_unsafe()
Retrieves the Suppliercode value, without locking,
for this Product Persistent . |
java.lang.String |
getSuppliercode()
Retrieves the Suppliercode value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getSuppliercodeField()
Retrieves the Suppliercode value as a Field
from this Product Persistent . |
org.melati.poem.Field |
getSupplierField()
Retrieves the Supplier value as a Field
from this Product Persistent . |
java.lang.Integer |
getSupplierTroid()
Retrieves the Table Row Object ID. |
java.lang.Integer |
getType_unsafe()
Retrieves the Type value, without locking,
for this Product Persistent . |
Type |
getType()
Retrieves the Type object referred to. |
java.lang.Integer |
getType2_unsafe()
Retrieves the Type2 value, without locking,
for this Product Persistent . |
Type |
getType2()
Retrieves the Type2 object referred to. |
org.melati.poem.Field |
getType2Field()
Retrieves the Type2 value as a Field
from this Product Persistent . |
java.lang.Integer |
getType2Troid()
Retrieves the Table Row Object ID. |
org.melati.poem.Field |
getTypeField()
Retrieves the Type value as a Field
from this Product Persistent . |
java.lang.Integer |
getTypeTroid()
Retrieves the Table Row Object ID. |
java.lang.Boolean |
getVatexempt_unsafe()
Retrieves the Vatexempt value, without locking,
for this Product Persistent . |
java.lang.Boolean |
getVatexempt()
Retrieves the Vatexempt value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getVatexemptField()
Retrieves the Vatexempt value as a Field
from this Product Persistent . |
java.lang.Double |
getWeight_unsafe()
Retrieves the Weight value, without locking,
for this Product Persistent . |
java.lang.Double |
getWeight()
Retrieves the Weight value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getWeightField()
Retrieves the Weight value as a Field
from this Product Persistent . |
java.lang.Double |
getWidth_unsafe()
Retrieves the Width value, without locking,
for this Product Persistent . |
java.lang.Double |
getWidth()
Retrieves the Width value, with locking, for this Product Persistent . |
org.melati.poem.Field |
getWidthField()
Retrieves the Width value as a Field
from this Product Persistent . |
void |
setAward_unsafe(java.lang.Integer cooked)
Sets the Award value directly, without checking,
for this Product Persistent . |
void |
setAward(Award cooked)
Set the Award. |
void |
setAwardTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setCatalogue_unsafe(java.lang.Boolean cooked)
Sets the Catalogue value directly, without checking,
for this Product Persistent . |
void |
setCatalogue(boolean cooked)
Sets the Catalogue value, with checking,
from a boolean , for this
Product Persistent . |
void |
setCatalogue(java.lang.Boolean cooked)
Sets the Catalogue value, with checking, for this
Product Persistent . |
void |
setCostprice_unsafe(java.lang.Double cooked)
Sets the Costprice value directly, without checking,
for this Product Persistent . |
void |
setCostprice(double cooked)
Sets the Costprice value, with checking, for this Product Persistent . |
void |
setCostprice(java.lang.Double cooked)
Sets the Costprice value, with checking, for this
Product Persistent . |
void |
setDeleted_unsafe(java.lang.Boolean cooked)
Sets the Deleted value directly, without checking,
for this Product Persistent . |
void |
setDeleted(boolean cooked)
Sets the Deleted value, with checking,
from a boolean , for this
Product Persistent . |
void |
setDeleted(java.lang.Boolean cooked)
Sets the Deleted value, with checking, for this
Product Persistent . |
void |
setDeliverycost_unsafe(java.lang.Double cooked)
Sets the Deliverycost value directly, without checking,
for this Product Persistent . |
void |
setDeliverycost(double cooked)
Sets the Deliverycost value, with checking, for this Product Persistent . |
void |
setDeliverycost(java.lang.Double cooked)
Sets the Deliverycost value, with checking, for this
Product Persistent . |
void |
setDepth_unsafe(java.lang.Double cooked)
Sets the Depth value directly, without checking,
for this Product Persistent . |
void |
setDepth(double cooked)
Sets the Depth value, with checking, for this Product Persistent . |
void |
setDepth(java.lang.Double cooked)
Sets the Depth value, with checking, for this
Product Persistent . |
void |
setDescription_unsafe(java.lang.String cooked)
Sets the Description value directly, without checking,
for this Product Persistent . |
void |
setDescription(java.lang.String cooked)
Sets the Description value, with checking, for this
Product Persistent . |
void |
setHeight_unsafe(java.lang.Double cooked)
Sets the Height value directly, without checking,
for this Product Persistent . |
void |
setHeight(double cooked)
Sets the Height value, with checking, for this Product Persistent . |
void |
setHeight(java.lang.Double cooked)
Sets the Height value, with checking, for this
Product Persistent . |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this Product Persistent . |
void |
setId(int cooked)
Sets the Id value, with checking, for this
Product Persistent . |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
Product Persistent . |
void |
setLeadtime_unsafe(java.lang.Integer cooked)
Sets the Leadtime value directly, without checking,
for this Product Persistent . |
void |
setLeadtime(int cooked)
Sets the Leadtime value, with checking, for this
Product Persistent . |
void |
setLeadtime(java.lang.Integer cooked)
Sets the Leadtime value, with checking, for this
Product Persistent . |
void |
setManufacturer_unsafe(java.lang.Integer cooked)
Sets the Manufacturer value directly, without checking,
for this Product Persistent . |
void |
setManufacturer(Manufacturer cooked)
Set the Manufacturer. |
void |
setManufacturerTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setMargin_unsafe(java.lang.Double cooked)
Sets the Margin value directly, without checking,
for this Product Persistent . |
void |
setMargin(double cooked)
Sets the Margin value, with checking, for this Product Persistent . |
void |
setMargin(java.lang.Double cooked)
Sets the Margin value, with checking, for this
Product Persistent . |
void |
setMarginpercent_unsafe(java.lang.Double cooked)
Sets the Marginpercent value directly, without checking,
for this Product Persistent . |
void |
setMarginpercent(double cooked)
Sets the Marginpercent value, with checking, for this Product Persistent . |
void |
setMarginpercent(java.lang.Double cooked)
Sets the Marginpercent value, with checking, for this
Product Persistent . |
void |
setMarkuppercent_unsafe(java.lang.Double cooked)
Sets the Markuppercent value directly, without checking,
for this Product Persistent . |
void |
setMarkuppercent(double cooked)
Sets the Markuppercent value, with checking, for this Product Persistent . |
void |
setMarkuppercent(java.lang.Double cooked)
Sets the Markuppercent value, with checking, for this
Product Persistent . |
void |
setMaxage_unsafe(java.lang.Integer cooked)
Sets the Maxage value directly, without checking,
for this Product Persistent . |
void |
setMaxage(int cooked)
Sets the Maxage value, with checking, for this
Product Persistent . |
void |
setMaxage(java.lang.Integer cooked)
Sets the Maxage value, with checking, for this
Product Persistent . |
void |
setMinage_unsafe(java.lang.Integer cooked)
Sets the Minage value directly, without checking,
for this Product Persistent . |
void |
setMinage(int cooked)
Sets the Minage value, with checking, for this
Product Persistent . |
void |
setMinage(java.lang.Integer cooked)
Sets the Minage value, with checking, for this
Product Persistent . |
void |
setMinimumorder_unsafe(java.lang.Integer cooked)
Sets the Minimumorder value directly, without checking,
for this Product Persistent . |
void |
setMinimumorder(int cooked)
Sets the Minimumorder value, with checking, for this
Product Persistent . |
void |
setMinimumorder(java.lang.Integer cooked)
Sets the Minimumorder value, with checking, for this
Product Persistent . |
void |
setName_unsafe(java.lang.String cooked)
Sets the Name value directly, without checking,
for this Product Persistent . |
void |
setName(java.lang.String cooked)
Sets the Name value, with checking, for this
Product Persistent . |
void |
setOnorderquantity_unsafe(java.lang.Integer cooked)
Sets the Onorderquantity value directly, without checking,
for this Product Persistent . |
void |
setOnorderquantity(int cooked)
Sets the Onorderquantity value, with checking, for this
Product Persistent . |
void |
setOnorderquantity(java.lang.Integer cooked)
Sets the Onorderquantity value, with checking, for this
Product Persistent . |
void |
setPicture_unsafe(java.lang.String cooked)
Sets the Picture value directly, without checking,
for this Product Persistent . |
void |
setPicture(java.lang.String cooked)
Sets the Picture value, with checking, for this
Product Persistent . |
void |
setPicture2_unsafe(java.lang.String cooked)
Sets the Picture2 value directly, without checking,
for this Product Persistent . |
void |
setPicture2(java.lang.String cooked)
Sets the Picture2 value, with checking, for this
Product Persistent . |
void |
setPieces_unsafe(java.lang.Integer cooked)
Sets the Pieces value directly, without checking,
for this Product Persistent . |
void |
setPieces(int cooked)
Sets the Pieces value, with checking, for this
Product Persistent . |
void |
setPieces(java.lang.Integer cooked)
Sets the Pieces value, with checking, for this
Product Persistent . |
void |
setReorderlevel_unsafe(java.lang.Integer cooked)
Sets the Reorderlevel value directly, without checking,
for this Product Persistent . |
void |
setReorderlevel(int cooked)
Sets the Reorderlevel value, with checking, for this
Product Persistent . |
void |
setReorderlevel(java.lang.Integer cooked)
Sets the Reorderlevel value, with checking, for this
Product Persistent . |
void |
setReorderquantity_unsafe(java.lang.Integer cooked)
Sets the Reorderquantity value directly, without checking,
for this Product Persistent . |
void |
setReorderquantity(int cooked)
Sets the Reorderquantity value, with checking, for this
Product Persistent . |
void |
setReorderquantity(java.lang.Integer cooked)
Sets the Reorderquantity value, with checking, for this
Product Persistent . |
void |
setRetailprice_unsafe(java.lang.Double cooked)
Sets the Retailprice value directly, without checking,
for this Product Persistent . |
void |
setRetailprice(double cooked)
Sets the Retailprice value, with checking, for this Product Persistent . |
void |
setRetailprice(java.lang.Double cooked)
Sets the Retailprice value, with checking, for this
Product Persistent . |
void |
setRetailpriceincvat_unsafe(java.lang.Double cooked)
Sets the Retailpriceincvat value directly, without checking,
for this Product Persistent . |
void |
setRetailpriceincvat(double cooked)
Sets the Retailpriceincvat value, with checking, for this Product Persistent . |
void |
setRetailpriceincvat(java.lang.Double cooked)
Sets the Retailpriceincvat value, with checking, for this
Product Persistent . |
void |
setSaleprice_unsafe(java.lang.Double cooked)
Sets the Saleprice value directly, without checking,
for this Product Persistent . |
void |
setSaleprice(double cooked)
Sets the Saleprice value, with checking, for this Product Persistent . |
void |
setSaleprice(java.lang.Double cooked)
Sets the Saleprice value, with checking, for this
Product Persistent . |
void |
setSex_unsafe(java.lang.Integer cooked)
Sets the Sex value directly, without checking,
for this Product Persistent . |
void |
setSex(Sex cooked)
Set the Sex. |
void |
setSexTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setStatus_unsafe(java.lang.Integer cooked)
Sets the Status value directly, without checking,
for this Product Persistent . |
void |
setStatus(ProductStatus cooked)
Set the Status. |
void |
setStatusTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setStocklevel_unsafe(java.lang.Integer cooked)
Sets the Stocklevel value directly, without checking,
for this Product Persistent . |
void |
setStocklevel(int cooked)
Sets the Stocklevel value, with checking, for this
Product Persistent . |
void |
setStocklevel(java.lang.Integer cooked)
Sets the Stocklevel value, with checking, for this
Product Persistent . |
void |
setSupplier_unsafe(java.lang.Integer cooked)
Sets the Supplier value directly, without checking,
for this Product Persistent . |
void |
setSupplier(Supplier cooked)
Set the Supplier. |
void |
setSuppliercode_unsafe(java.lang.String cooked)
Sets the Suppliercode value directly, without checking,
for this Product Persistent . |
void |
setSuppliercode(java.lang.String cooked)
Sets the Suppliercode value, with checking, for this
Product Persistent . |
void |
setSupplierTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setType_unsafe(java.lang.Integer cooked)
Sets the Type value directly, without checking,
for this Product Persistent . |
void |
setType(Type cooked)
Set the Type. |
void |
setType2_unsafe(java.lang.Integer cooked)
Sets the Type2 value directly, without checking,
for this Product Persistent . |
void |
setType2(Type cooked)
Set the Type2. |
void |
setType2Troid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setTypeTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setVatexempt_unsafe(java.lang.Boolean cooked)
Sets the Vatexempt value directly, without checking,
for this Product Persistent . |
void |
setVatexempt(boolean cooked)
Sets the Vatexempt value, with checking,
from a boolean , for this
Product Persistent . |
void |
setVatexempt(java.lang.Boolean cooked)
Sets the Vatexempt value, with checking, for this
Product Persistent . |
void |
setWeight_unsafe(java.lang.Double cooked)
Sets the Weight value directly, without checking,
for this Product Persistent . |
void |
setWeight(double cooked)
Sets the Weight value, with checking, for this Product Persistent . |
void |
setWeight(java.lang.Double cooked)
Sets the Weight value, with checking, for this
Product Persistent . |
void |
setWidth_unsafe(java.lang.Double cooked)
Sets the Width value directly, without checking,
for this Product Persistent . |
void |
setWidth(double cooked)
Sets the Width value, with checking, for this Product Persistent . |
void |
setWidth(java.lang.Double cooked)
Sets the Width value, with checking, for this
Product Persistent . |
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.String name
protected java.lang.Integer status
protected java.lang.Integer type
protected java.lang.Integer type2
protected java.lang.Integer sex
protected java.lang.String description
protected java.lang.Integer supplier
protected java.lang.Integer manufacturer
protected java.lang.String suppliercode
protected java.lang.Double costprice
protected java.lang.Double retailpriceincvat
protected java.lang.Boolean vatexempt
protected java.lang.Double saleprice
protected java.lang.Double retailprice
protected java.lang.Double margin
protected java.lang.Double marginpercent
protected java.lang.Double markuppercent
protected java.lang.Double deliverycost
protected java.lang.Integer minage
protected java.lang.Integer maxage
protected java.lang.Integer pieces
protected java.lang.Integer stocklevel
protected java.lang.Integer reorderlevel
protected java.lang.Integer reorderquantity
protected java.lang.Integer minimumorder
protected java.lang.Integer leadtime
protected java.lang.Double weight
protected java.lang.Double width
protected java.lang.Double height
protected java.lang.Double depth
protected java.lang.String picture
protected java.lang.String picture2
protected java.lang.Boolean catalogue
protected java.lang.Boolean deleted
protected java.lang.Integer award
protected java.lang.Integer onorderquantity
Constructor Detail |
---|
public ProductBase()
Method Detail |
---|
public JammyjoesDatabaseTables getJammyjoesDatabaseTables()
public ProductTable getProductTable()
ProductTable
table
which this Persistent
is from.
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this Product
Persistent
.
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getId() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Id
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setId(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Id
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setId(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Id
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getIdField() throws org.melati.poem.AccessPoemException
Id
value as a Field
from this Product
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 Product
Persistent
.
public void setName_unsafe(java.lang.String cooked)
Name
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getName() throws org.melati.poem.AccessPoemException
Product
Persistent
.
getName
in interface org.melati.poem.Treeable
getName
in class org.melati.poem.JdbcPersistent
Name
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setName(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Name
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getNameField() throws org.melati.poem.AccessPoemException
Name
value as a Field
from this Product
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 Product
Persistent
.
public void setStatus_unsafe(java.lang.Integer cooked)
Status
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getStatusTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic 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 rightspublic ProductStatus getStatus() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Status
object referred to.
Status
as a ProductStatus
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setStatus(ProductStatus cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated ProductStatus
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getStatusField() throws org.melati.poem.AccessPoemException
Status
value as a Field
from this Product
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 Product
Persistent
.
public void setType_unsafe(java.lang.Integer cooked)
Type
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getTypeTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic 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 rightspublic Type getType() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Type
object referred to.
Type
as a Type
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setType(Type cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Type
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getTypeField() throws org.melati.poem.AccessPoemException
Type
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getType2_unsafe()
Type2
value, without locking,
for this Product
Persistent
.
public void setType2_unsafe(java.lang.Integer cooked)
Type2
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getType2Troid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setType2Troid(java.lang.Integer raw) throws org.melati.poem.AccessPoemException
raw
- a Table Row Object Id
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Type getType2() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Type2
object referred to.
Type2
as a Type
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setType2(Type cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Type
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getType2Field() throws org.melati.poem.AccessPoemException
Type2
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getSex_unsafe()
Sex
value, without locking,
for this Product
Persistent
.
public void setSex_unsafe(java.lang.Integer cooked)
Sex
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getSexTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setSexTroid(java.lang.Integer raw) throws org.melati.poem.AccessPoemException
raw
- a Table Row Object Id
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Sex getSex() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Sex
object referred to.
Sex
as a Sex
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setSex(Sex cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Sex
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getSexField() throws org.melati.poem.AccessPoemException
Sex
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getDescription_unsafe()
Description
value, without locking,
for this Product
Persistent
.
public void setDescription_unsafe(java.lang.String cooked)
Description
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getDescription() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Description
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setDescription(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Description
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getDescriptionField() throws org.melati.poem.AccessPoemException
Description
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getSupplier_unsafe()
Supplier
value, without locking,
for this Product
Persistent
.
public void setSupplier_unsafe(java.lang.Integer cooked)
Supplier
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getSupplierTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setSupplierTroid(java.lang.Integer raw) throws org.melati.poem.AccessPoemException
raw
- a Table Row Object Id
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Supplier getSupplier() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Supplier
object referred to.
Supplier
as a Supplier
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setSupplier(Supplier cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Supplier
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getSupplierField() throws org.melati.poem.AccessPoemException
Supplier
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getManufacturer_unsafe()
Manufacturer
value, without locking,
for this Product
Persistent
.
public void setManufacturer_unsafe(java.lang.Integer cooked)
Manufacturer
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getManufacturerTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setManufacturerTroid(java.lang.Integer raw) throws org.melati.poem.AccessPoemException
raw
- a Table Row Object Id
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Manufacturer getManufacturer() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Manufacturer
object referred to.
Manufacturer
as a Manufacturer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setManufacturer(Manufacturer cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Manufacturer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getManufacturerField() throws org.melati.poem.AccessPoemException
Manufacturer
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getSuppliercode_unsafe()
Suppliercode
value, without locking,
for this Product
Persistent
.
public void setSuppliercode_unsafe(java.lang.String cooked)
Suppliercode
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getSuppliercode() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Suppliercode
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setSuppliercode(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Suppliercode
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getSuppliercodeField() throws org.melati.poem.AccessPoemException
Suppliercode
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getCostprice_unsafe()
Costprice
value, without locking,
for this Product
Persistent
.
public void setCostprice_unsafe(java.lang.Double cooked)
Costprice
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getCostprice() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Costprice
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setCostprice(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Costprice
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setCostprice(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Costprice
value, with checking, for this Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getCostpriceField() throws org.melati.poem.AccessPoemException
Costprice
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getRetailpriceincvat_unsafe()
Retailpriceincvat
value, without locking,
for this Product
Persistent
.
public void setRetailpriceincvat_unsafe(java.lang.Double cooked)
Retailpriceincvat
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getRetailpriceincvat() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Retailpriceincvat
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setRetailpriceincvat(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Retailpriceincvat
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setRetailpriceincvat(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Retailpriceincvat
value, with checking, for this Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getRetailpriceincvatField() throws org.melati.poem.AccessPoemException
Retailpriceincvat
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Boolean getVatexempt_unsafe()
Vatexempt
value, without locking,
for this Product
Persistent
.
public void setVatexempt_unsafe(java.lang.Boolean cooked)
Vatexempt
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Boolean getVatexempt() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Vatexempt
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setVatexempt(java.lang.Boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Vatexempt
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setVatexempt(boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Vatexempt
value, with checking,
from a boolean
, for this
Product
Persistent
.
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 validpublic org.melati.poem.Field getVatexemptField() throws org.melati.poem.AccessPoemException
Vatexempt
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getSaleprice_unsafe()
Saleprice
value, without locking,
for this Product
Persistent
.
public void setSaleprice_unsafe(java.lang.Double cooked)
Saleprice
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getSaleprice() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Field description:
To put items in the sale, enter the original price here, and put the
Sale price into the Retail Price inc VAT field
Saleprice
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setSaleprice(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Saleprice
value, with checking, for this
Product
Persistent
.
Field description:
To put items in the sale, enter the original price here, and put the
Sale price into the Retail Price inc VAT field
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setSaleprice(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Saleprice
value, with checking, for this Product
Persistent
.
Field description:
To put items in the sale, enter the original price here, and put the
Sale price into the Retail Price inc VAT field
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getSalepriceField() throws org.melati.poem.AccessPoemException
Saleprice
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getRetailprice_unsafe()
Retailprice
value, without locking,
for this Product
Persistent
.
public void setRetailprice_unsafe(java.lang.Double cooked)
Retailprice
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getRetailprice() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Retailprice
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setRetailprice(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Retailprice
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setRetailprice(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Retailprice
value, with checking, for this Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getRetailpriceField() throws org.melati.poem.AccessPoemException
Retailprice
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getMargin_unsafe()
Margin
value, without locking,
for this Product
Persistent
.
public void setMargin_unsafe(java.lang.Double cooked)
Margin
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getMargin() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Margin
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setMargin(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Margin
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setMargin(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Margin
value, with checking, for this Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getMarginField() throws org.melati.poem.AccessPoemException
Margin
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getMarginpercent_unsafe()
Marginpercent
value, without locking,
for this Product
Persistent
.
public void setMarginpercent_unsafe(java.lang.Double cooked)
Marginpercent
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getMarginpercent() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Marginpercent
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setMarginpercent(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Marginpercent
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setMarginpercent(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Marginpercent
value, with checking, for this Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getMarginpercentField() throws org.melati.poem.AccessPoemException
Marginpercent
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getMarkuppercent_unsafe()
Markuppercent
value, without locking,
for this Product
Persistent
.
public void setMarkuppercent_unsafe(java.lang.Double cooked)
Markuppercent
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getMarkuppercent() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Markuppercent
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setMarkuppercent(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Markuppercent
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setMarkuppercent(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Markuppercent
value, with checking, for this Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getMarkuppercentField() throws org.melati.poem.AccessPoemException
Markuppercent
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getDeliverycost_unsafe()
Deliverycost
value, without locking,
for this Product
Persistent
.
public void setDeliverycost_unsafe(java.lang.Double cooked)
Deliverycost
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getDeliverycost() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Deliverycost
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setDeliverycost(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Deliverycost
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setDeliverycost(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Deliverycost
value, with checking, for this Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getDeliverycostField() throws org.melati.poem.AccessPoemException
Deliverycost
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getMinage_unsafe()
Minage
value, without locking,
for this Product
Persistent
.
public void setMinage_unsafe(java.lang.Integer cooked)
Minage
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getMinage() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Minage
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setMinage(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Minage
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setMinage(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Minage
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getMinageField() throws org.melati.poem.AccessPoemException
Minage
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getMaxage_unsafe()
Maxage
value, without locking,
for this Product
Persistent
.
public void setMaxage_unsafe(java.lang.Integer cooked)
Maxage
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getMaxage() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Maxage
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setMaxage(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Maxage
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setMaxage(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Maxage
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getMaxageField() throws org.melati.poem.AccessPoemException
Maxage
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getPieces_unsafe()
Pieces
value, without locking,
for this Product
Persistent
.
public void setPieces_unsafe(java.lang.Integer cooked)
Pieces
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getPieces() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Pieces
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setPieces(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Pieces
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setPieces(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Pieces
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getPiecesField() throws org.melati.poem.AccessPoemException
Pieces
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getStocklevel_unsafe()
Stocklevel
value, without locking,
for this Product
Persistent
.
public void setStocklevel_unsafe(java.lang.Integer cooked)
Stocklevel
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getStocklevel() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Stocklevel
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setStocklevel(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Stocklevel
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setStocklevel(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Stocklevel
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getStocklevelField() throws org.melati.poem.AccessPoemException
Stocklevel
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getReorderlevel_unsafe()
Reorderlevel
value, without locking,
for this Product
Persistent
.
public void setReorderlevel_unsafe(java.lang.Integer cooked)
Reorderlevel
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getReorderlevel() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Field description:
The level at which stock needs to fall to before JammyJoes normally
orders
Reorderlevel
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setReorderlevel(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Reorderlevel
value, with checking, for this
Product
Persistent
.
Field description:
The level at which stock needs to fall to before JammyJoes normally
orders
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setReorderlevel(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Reorderlevel
value, with checking, for this
Product
Persistent
.
Field description:
The level at which stock needs to fall to before JammyJoes normally
orders
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getReorderlevelField() throws org.melati.poem.AccessPoemException
Reorderlevel
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getReorderquantity_unsafe()
Reorderquantity
value, without locking,
for this Product
Persistent
.
public void setReorderquantity_unsafe(java.lang.Integer cooked)
Reorderquantity
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getReorderquantity() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Field description:
The quantity that JammyJoes normally orders
Reorderquantity
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setReorderquantity(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Reorderquantity
value, with checking, for this
Product
Persistent
.
Field description:
The quantity that JammyJoes normally orders
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setReorderquantity(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Reorderquantity
value, with checking, for this
Product
Persistent
.
Field description:
The quantity that JammyJoes normally orders
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getReorderquantityField() throws org.melati.poem.AccessPoemException
Reorderquantity
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getMinimumorder_unsafe()
Minimumorder
value, without locking,
for this Product
Persistent
.
public void setMinimumorder_unsafe(java.lang.Integer cooked)
Minimumorder
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getMinimumorder() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Field description:
The minimum quantity that can be ordered
Minimumorder
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setMinimumorder(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Minimumorder
value, with checking, for this
Product
Persistent
.
Field description:
The minimum quantity that can be ordered
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setMinimumorder(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Minimumorder
value, with checking, for this
Product
Persistent
.
Field description:
The minimum quantity that can be ordered
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getMinimumorderField() throws org.melati.poem.AccessPoemException
Minimumorder
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getLeadtime_unsafe()
Leadtime
value, without locking,
for this Product
Persistent
.
public void setLeadtime_unsafe(java.lang.Integer cooked)
Leadtime
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getLeadtime() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Leadtime
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setLeadtime(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Leadtime
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setLeadtime(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Leadtime
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getLeadtimeField() throws org.melati.poem.AccessPoemException
Leadtime
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getWeight_unsafe()
Weight
value, without locking,
for this Product
Persistent
.
public void setWeight_unsafe(java.lang.Double cooked)
Weight
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getWeight() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Weight
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setWeight(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Weight
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setWeight(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Weight
value, with checking, for this Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getWeightField() throws org.melati.poem.AccessPoemException
Weight
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getWidth_unsafe()
Width
value, without locking,
for this Product
Persistent
.
public void setWidth_unsafe(java.lang.Double cooked)
Width
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getWidth() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Width
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setWidth(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Width
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setWidth(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Width
value, with checking, for this Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getWidthField() throws org.melati.poem.AccessPoemException
Width
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getHeight_unsafe()
Height
value, without locking,
for this Product
Persistent
.
public void setHeight_unsafe(java.lang.Double cooked)
Height
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getHeight() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Height
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setHeight(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Height
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setHeight(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Height
value, with checking, for this Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getHeightField() throws org.melati.poem.AccessPoemException
Height
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getDepth_unsafe()
Depth
value, without locking,
for this Product
Persistent
.
public void setDepth_unsafe(java.lang.Double cooked)
Depth
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getDepth() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Depth
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setDepth(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Depth
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setDepth(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Depth
value, with checking, for this Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getDepthField() throws org.melati.poem.AccessPoemException
Depth
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getPicture_unsafe()
Picture
value, without locking,
for this Product
Persistent
.
public void setPicture_unsafe(java.lang.String cooked)
Picture
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getPicture() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Picture
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setPicture(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Picture
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getPictureField() throws org.melati.poem.AccessPoemException
Picture
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getPicture2_unsafe()
Picture2
value, without locking,
for this Product
Persistent
.
public void setPicture2_unsafe(java.lang.String cooked)
Picture2
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getPicture2() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Picture2
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setPicture2(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Picture2
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getPicture2Field() throws org.melati.poem.AccessPoemException
Picture2
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Boolean getCatalogue_unsafe()
Catalogue
value, without locking,
for this Product
Persistent
.
public void setCatalogue_unsafe(java.lang.Boolean cooked)
Catalogue
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Boolean getCatalogue() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Catalogue
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setCatalogue(java.lang.Boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Catalogue
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setCatalogue(boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Catalogue
value, with checking,
from a boolean
, for this
Product
Persistent
.
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 validpublic org.melati.poem.Field getCatalogueField() throws org.melati.poem.AccessPoemException
Catalogue
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Boolean getDeleted_unsafe()
Deleted
value, without locking,
for this Product
Persistent
.
public void setDeleted_unsafe(java.lang.Boolean cooked)
Deleted
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Boolean getDeleted() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Deleted
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setDeleted(java.lang.Boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Deleted
value, with checking, for this
Product
Persistent
.
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setDeleted(boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Deleted
value, with checking,
from a boolean
, for this
Product
Persistent
.
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 validpublic org.melati.poem.Field getDeletedField() throws org.melati.poem.AccessPoemException
Deleted
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getAward_unsafe()
Award
value, without locking,
for this Product
Persistent
.
public void setAward_unsafe(java.lang.Integer cooked)
Award
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getAwardTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setAwardTroid(java.lang.Integer raw) throws org.melati.poem.AccessPoemException
raw
- a Table Row Object Id
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Award getAward() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Award
object referred to.
Award
as a Award
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rights
org.melati.poem.NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setAward(Award cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Award
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getAwardField() throws org.melati.poem.AccessPoemException
Award
value as a Field
from this Product
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Integer getOnorderquantity_unsafe()
Onorderquantity
value, without locking,
for this Product
Persistent
.
public void setOnorderquantity_unsafe(java.lang.Integer cooked)
Onorderquantity
value directly, without checking,
for this Product Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getOnorderquantity() throws org.melati.poem.AccessPoemException
Product
Persistent
.
Field description:
Not currently used
Onorderquantity
for this
Product
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setOnorderquantity(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Onorderquantity
value, with checking, for this
Product
Persistent
.
Field description:
Not currently used
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic final void setOnorderquantity(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Onorderquantity
value, with checking, for this
Product
Persistent
.
Field description:
Not currently used
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getOnorderquantityField() throws org.melati.poem.AccessPoemException
Onorderquantity
value as a Field
from this Product
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 |