|
||||||||||
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.SupplierBase
public abstract class SupplierBase
Melati POEM generated abstract base class for a Persistent
Supplier
Object.
Field Summary | |
---|---|
protected java.lang.String |
address
Address |
protected java.lang.String |
comment
comment - Comments |
protected java.lang.String |
contact
Contact Name |
protected java.lang.Boolean |
deleted
Deleted? - Check this box if you no longer deal with this supplier |
protected java.lang.String |
email
email - email |
protected java.lang.String |
fax
Fax - Fax number |
protected java.lang.Integer |
id
id |
protected java.lang.Double |
minimumamount
The minimum order value for this supplier |
protected java.lang.Double |
minimumorder
Minimum Order Value - The minimum value that can be ordered |
protected java.lang.String |
name
Name |
protected java.lang.String |
profile
Profile |
protected java.lang.String |
tel
Telephone - Telephone number |
protected java.lang.String |
website
website - website |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
SupplierBase()
|
Method Summary | |
---|---|
java.lang.String |
getAddress_unsafe()
Retrieves the Address value, without locking,
for this Supplier Persistent . |
java.lang.String |
getAddress()
Retrieves the Address value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getAddressField()
Retrieves the Address value as a Field
from this Supplier Persistent . |
java.lang.String |
getComment_unsafe()
Retrieves the Comment value, without locking,
for this Supplier Persistent . |
java.lang.String |
getComment()
Retrieves the Comment value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getCommentField()
Retrieves the Comment value as a Field
from this Supplier Persistent . |
java.lang.String |
getContact_unsafe()
Retrieves the Contact value, without locking,
for this Supplier Persistent . |
java.lang.String |
getContact()
Retrieves the Contact value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getContactField()
Retrieves the Contact value as a Field
from this Supplier Persistent . |
java.lang.Boolean |
getDeleted_unsafe()
Retrieves the Deleted value, without locking,
for this Supplier Persistent . |
java.lang.Boolean |
getDeleted()
Retrieves the Deleted value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getDeletedField()
Retrieves the Deleted value as a Field
from this Supplier Persistent . |
java.lang.String |
getEmail_unsafe()
Retrieves the Email value, without locking,
for this Supplier Persistent . |
java.lang.String |
getEmail()
Retrieves the Email value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getEmailField()
Retrieves the Email value as a Field
from this Supplier Persistent . |
java.lang.String |
getFax_unsafe()
Retrieves the Fax value, without locking,
for this Supplier Persistent . |
java.lang.String |
getFax()
Retrieves the Fax value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getFaxField()
Retrieves the Fax value as a Field
from this Supplier Persistent . |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this Supplier Persistent . |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this Supplier Persistent . |
JammyjoesDatabaseTables |
getJammyjoesDatabaseTables()
Retrieves the Database object. |
java.lang.Double |
getMinimumamount_unsafe()
Retrieves the Minimumamount value, without locking,
for this Supplier Persistent . |
java.lang.Double |
getMinimumamount()
Retrieves the Minimumamount value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getMinimumamountField()
Retrieves the Minimumamount value as a Field
from this Supplier Persistent . |
java.lang.Double |
getMinimumorder_unsafe()
Retrieves the Minimumorder value, without locking,
for this Supplier Persistent . |
java.lang.Double |
getMinimumorder()
Retrieves the Minimumorder value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getMinimumorderField()
Retrieves the Minimumorder value as a Field
from this Supplier Persistent . |
java.lang.String |
getName_unsafe()
Retrieves the Name value, without locking,
for this Supplier Persistent . |
java.lang.String |
getName()
Retrieves the Name value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getNameField()
Retrieves the Name value as a Field
from this Supplier Persistent . |
java.lang.String |
getProfile_unsafe()
Retrieves the Profile value, without locking,
for this Supplier Persistent . |
java.lang.String |
getProfile()
Retrieves the Profile value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getProfileField()
Retrieves the Profile value as a Field
from this Supplier Persistent . |
SupplierTable |
getSupplierTable()
Retrieves the SupplierTable table
which this Persistent is from. |
java.lang.String |
getTel_unsafe()
Retrieves the Tel value, without locking,
for this Supplier Persistent . |
java.lang.String |
getTel()
Retrieves the Tel value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getTelField()
Retrieves the Tel value as a Field
from this Supplier Persistent . |
java.lang.String |
getWebsite_unsafe()
Retrieves the Website value, without locking,
for this Supplier Persistent . |
java.lang.String |
getWebsite()
Retrieves the Website value, with locking, for this Supplier Persistent . |
org.melati.poem.Field |
getWebsiteField()
Retrieves the Website value as a Field
from this Supplier Persistent . |
void |
setAddress_unsafe(java.lang.String cooked)
Sets the Address value directly, without checking,
for this Supplier Persistent . |
void |
setAddress(java.lang.String cooked)
Sets the Address value, with checking, for this
Supplier Persistent . |
void |
setComment_unsafe(java.lang.String cooked)
Sets the Comment value directly, without checking,
for this Supplier Persistent . |
void |
setComment(java.lang.String cooked)
Sets the Comment value, with checking, for this
Supplier Persistent . |
void |
setContact_unsafe(java.lang.String cooked)
Sets the Contact value directly, without checking,
for this Supplier Persistent . |
void |
setContact(java.lang.String cooked)
Sets the Contact value, with checking, for this
Supplier Persistent . |
void |
setDeleted_unsafe(java.lang.Boolean cooked)
Sets the Deleted value directly, without checking,
for this Supplier Persistent . |
void |
setDeleted(boolean cooked)
Sets the Deleted value, with checking,
from a boolean , for this
Supplier Persistent . |
void |
setDeleted(java.lang.Boolean cooked)
Sets the Deleted value, with checking, for this
Supplier Persistent . |
void |
setEmail_unsafe(java.lang.String cooked)
Sets the Email value directly, without checking,
for this Supplier Persistent . |
void |
setEmail(java.lang.String cooked)
Sets the Email value, with checking, for this
Supplier Persistent . |
void |
setFax_unsafe(java.lang.String cooked)
Sets the Fax value directly, without checking,
for this Supplier Persistent . |
void |
setFax(java.lang.String cooked)
Sets the Fax value, with checking, for this
Supplier Persistent . |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this Supplier Persistent . |
void |
setId(int cooked)
Sets the Id value, with checking, for this
Supplier Persistent . |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
Supplier Persistent . |
void |
setMinimumamount_unsafe(java.lang.Double cooked)
Sets the Minimumamount value directly, without checking,
for this Supplier Persistent . |
void |
setMinimumamount(double cooked)
Sets the Minimumamount value, with checking, for this Supplier Persistent . |
void |
setMinimumamount(java.lang.Double cooked)
Sets the Minimumamount value, with checking, for this
Supplier Persistent . |
void |
setMinimumorder_unsafe(java.lang.Double cooked)
Sets the Minimumorder value directly, without checking,
for this Supplier Persistent . |
void |
setMinimumorder(double cooked)
Sets the Minimumorder value, with checking, for this Supplier Persistent . |
void |
setMinimumorder(java.lang.Double cooked)
Sets the Minimumorder value, with checking, for this
Supplier Persistent . |
void |
setName_unsafe(java.lang.String cooked)
Sets the Name value directly, without checking,
for this Supplier Persistent . |
void |
setName(java.lang.String cooked)
Sets the Name value, with checking, for this
Supplier Persistent . |
void |
setProfile_unsafe(java.lang.String cooked)
Sets the Profile value directly, without checking,
for this Supplier Persistent . |
void |
setProfile(java.lang.String cooked)
Sets the Profile value, with checking, for this
Supplier Persistent . |
void |
setTel_unsafe(java.lang.String cooked)
Sets the Tel value directly, without checking,
for this Supplier Persistent . |
void |
setTel(java.lang.String cooked)
Sets the Tel value, with checking, for this
Supplier Persistent . |
void |
setWebsite_unsafe(java.lang.String cooked)
Sets the Website value directly, without checking,
for this Supplier Persistent . |
void |
setWebsite(java.lang.String cooked)
Sets the Website value, with checking, for this
Supplier 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.String address
protected java.lang.String profile
protected java.lang.String contact
protected java.lang.String email
protected java.lang.String website
protected java.lang.String comment
protected java.lang.Double minimumamount
protected java.lang.String tel
protected java.lang.String fax
protected java.lang.Double minimumorder
protected java.lang.Boolean deleted
Constructor Detail |
---|
public SupplierBase()
Method Detail |
---|
public JammyjoesDatabaseTables getJammyjoesDatabaseTables()
public SupplierTable getSupplierTable()
SupplierTable
table
which this Persistent
is from.
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this Supplier
Persistent
.
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Integer getId() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Id
for this
Supplier
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
Supplier
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
Supplier
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 Supplier
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 Supplier
Persistent
.
public void setName_unsafe(java.lang.String cooked)
Name
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getName() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
getName
in interface org.melati.poem.Treeable
getName
in class org.melati.poem.JdbcPersistent
Name
for this
Supplier
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
Supplier
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 Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getAddress_unsafe()
Address
value, without locking,
for this Supplier
Persistent
.
public void setAddress_unsafe(java.lang.String cooked)
Address
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getAddress() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Address
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setAddress(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Address
value, with checking, for this
Supplier
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 getAddressField() throws org.melati.poem.AccessPoemException
Address
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getProfile_unsafe()
Profile
value, without locking,
for this Supplier
Persistent
.
public void setProfile_unsafe(java.lang.String cooked)
Profile
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getProfile() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Profile
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setProfile(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Profile
value, with checking, for this
Supplier
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 getProfileField() throws org.melati.poem.AccessPoemException
Profile
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getContact_unsafe()
Contact
value, without locking,
for this Supplier
Persistent
.
public void setContact_unsafe(java.lang.String cooked)
Contact
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getContact() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Contact
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setContact(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Contact
value, with checking, for this
Supplier
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 getContactField() throws org.melati.poem.AccessPoemException
Contact
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getEmail_unsafe()
Email
value, without locking,
for this Supplier
Persistent
.
public void setEmail_unsafe(java.lang.String cooked)
Email
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getEmail() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
email
Email
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setEmail(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Email
value, with checking, for this
Supplier
Persistent
.
Field description:
email
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getEmailField() throws org.melati.poem.AccessPoemException
Email
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getWebsite_unsafe()
Website
value, without locking,
for this Supplier
Persistent
.
public void setWebsite_unsafe(java.lang.String cooked)
Website
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getWebsite() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
website
Website
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setWebsite(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Website
value, with checking, for this
Supplier
Persistent
.
Field description:
website
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 getWebsiteField() throws org.melati.poem.AccessPoemException
Website
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getComment_unsafe()
Comment
value, without locking,
for this Supplier
Persistent
.
public void setComment_unsafe(java.lang.String cooked)
Comment
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getComment() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
Comments
Comment
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setComment(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Comment
value, with checking, for this
Supplier
Persistent
.
Field description:
Comments
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 getCommentField() throws org.melati.poem.AccessPoemException
Comment
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getMinimumamount_unsafe()
Minimumamount
value, without locking,
for this Supplier
Persistent
.
public void setMinimumamount_unsafe(java.lang.Double cooked)
Minimumamount
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getMinimumamount() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Minimumamount
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setMinimumamount(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Minimumamount
value, with checking, for this
Supplier
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 setMinimumamount(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Minimumamount
value, with checking, for this Supplier
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 getMinimumamountField() throws org.melati.poem.AccessPoemException
Minimumamount
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getTel_unsafe()
Tel
value, without locking,
for this Supplier
Persistent
.
public void setTel_unsafe(java.lang.String cooked)
Tel
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getTel() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
Telephone number
Tel
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setTel(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Tel
value, with checking, for this
Supplier
Persistent
.
Field description:
Telephone number
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getTelField() throws org.melati.poem.AccessPoemException
Tel
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.String getFax_unsafe()
Fax
value, without locking,
for this Supplier
Persistent
.
public void setFax_unsafe(java.lang.String cooked)
Fax
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.String getFax() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
Fax number
Fax
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setFax(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Fax
value, with checking, for this
Supplier
Persistent
.
Field description:
Fax number
cooked
- a validated int
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException
- if the value is not validpublic org.melati.poem.Field getFaxField() throws org.melati.poem.AccessPoemException
Fax
value as a Field
from this Supplier
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic java.lang.Double getMinimumorder_unsafe()
Minimumorder
value, without locking,
for this Supplier
Persistent
.
public void setMinimumorder_unsafe(java.lang.Double cooked)
Minimumorder
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Double getMinimumorder() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
The minimum value that can be ordered
Minimumorder
for this
Supplier
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setMinimumorder(java.lang.Double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Minimumorder
value, with checking, for this
Supplier
Persistent
.
Field description:
The minimum value 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(double cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Minimumorder
value, with checking, for this Supplier
Persistent
.
Field description:
The minimum value 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 Supplier
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 Supplier
Persistent
.
public void setDeleted_unsafe(java.lang.Boolean cooked)
Deleted
value directly, without checking,
for this Supplier Persistent
.
cooked
- the pre-validated value to setpublic java.lang.Boolean getDeleted() throws org.melati.poem.AccessPoemException
Supplier
Persistent
.
Field description:
Check this box if you no longer deal with this supplier
Deleted
for this
Supplier
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
Supplier
Persistent
.
Field description:
Check this box if you no longer deal with this supplier
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
Supplier
Persistent
.
Field description:
Check this box if you no longer deal with this supplier
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 Supplier
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 |