public abstract class TableInfoBase extends JdbcPersistent
Persistent
tableInfo Object.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Constructor and Description |
|---|
TableInfoBase() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCachelimit_unsafe()
Retrieves the
Cachelimit value, without locking,
for this tableInfo Persistent. |
Integer |
getCachelimit()
Retrieves the Cachelimit value, with locking, for this
tableInfo Persistent. |
Field<Integer> |
getCachelimitField()
Retrieves the
Cachelimit value as a Field
from this tableInfo Persistent. |
Integer |
getCancreate_unsafe()
Retrieves the
Cancreate value, without locking,
for this tableInfo Persistent. |
Capability |
getCancreate()
Retrieves the
Cancreate object referred to. |
Field<Integer> |
getCancreateField()
Retrieves the
Cancreate value as a Field
from this tableInfo Persistent. |
Integer |
getCancreateTroid()
Retrieves the Table Row Object ID.
|
Integer |
getCategory_unsafe()
Retrieves the
Category value, without locking,
for this tableInfo Persistent. |
TableCategory |
getCategory()
Retrieves the
Category object referred to. |
Field<Integer> |
getCategoryField()
Retrieves the
Category value as a Field
from this tableInfo Persistent. |
Integer |
getCategoryTroid()
Retrieves the Table Row Object ID.
|
Integer |
getDefaultcandelete_unsafe()
Retrieves the
Defaultcandelete value, without locking,
for this tableInfo Persistent. |
Capability |
getDefaultcandelete()
Retrieves the
Defaultcandelete object referred to. |
Field<Integer> |
getDefaultcandeleteField()
Retrieves the
Defaultcandelete value as a Field
from this tableInfo Persistent. |
Integer |
getDefaultcandeleteTroid()
Retrieves the Table Row Object ID.
|
Integer |
getDefaultcanread_unsafe()
Retrieves the
Defaultcanread value, without locking,
for this tableInfo Persistent. |
Capability |
getDefaultcanread()
Retrieves the
Defaultcanread object referred to. |
Field<Integer> |
getDefaultcanreadField()
Retrieves the
Defaultcanread value as a Field
from this tableInfo Persistent. |
Integer |
getDefaultcanreadTroid()
Retrieves the Table Row Object ID.
|
Integer |
getDefaultcanwrite_unsafe()
Retrieves the
Defaultcanwrite value, without locking,
for this tableInfo Persistent. |
Capability |
getDefaultcanwrite()
Retrieves the
Defaultcanwrite object referred to. |
Field<Integer> |
getDefaultcanwriteField()
Retrieves the
Defaultcanwrite value as a Field
from this tableInfo Persistent. |
Integer |
getDefaultcanwriteTroid()
Retrieves the Table Row Object ID.
|
String |
getDescription_unsafe()
Retrieves the
Description value, without locking,
for this tableInfo Persistent. |
String |
getDescription()
Retrieves the Description value, with locking, for this
tableInfo Persistent. |
Field<String> |
getDescriptionField()
Retrieves the
Description value as a Field
from this tableInfo Persistent. |
String |
getDisplayname_unsafe()
Retrieves the
Displayname value, without locking,
for this tableInfo Persistent. |
String |
getDisplayname()
Retrieves the Displayname value, with locking, for this
tableInfo Persistent. |
Field<String> |
getDisplaynameField()
Retrieves the
Displayname value as a Field
from this tableInfo Persistent. |
Integer |
getDisplayorder_unsafe()
Retrieves the
Displayorder value, without locking,
for this tableInfo Persistent. |
Integer |
getDisplayorder()
Retrieves the Displayorder value, with locking, for this
tableInfo Persistent. |
Field<Integer> |
getDisplayorderField()
Retrieves the
Displayorder value as a Field
from this tableInfo Persistent. |
Integer |
getId_unsafe()
Retrieves the
Id value, without locking,
for this tableInfo Persistent. |
Integer |
getId()
Retrieves the Id value, with locking, for this
tableInfo Persistent. |
Field<Integer> |
getIdField()
Retrieves the
Id value as a Field
from this tableInfo Persistent. |
String |
getName_unsafe()
Retrieves the
Name value, without locking,
for this tableInfo Persistent. |
String |
getName()
Retrieves the Name value, with locking, for this
tableInfo Persistent. |
Field<String> |
getNameField()
Retrieves the
Name value as a Field
from this tableInfo Persistent. |
PoemDatabaseTables |
getPoemDatabaseTables()
Retrieves the Database object.
|
Boolean |
getSeqcached_unsafe()
Retrieves the
Seqcached value, without locking,
for this tableInfo Persistent. |
Boolean |
getSeqcached()
Retrieves the Seqcached value, with locking, for this
tableInfo Persistent. |
Field<Boolean> |
getSeqcachedField()
Retrieves the
Seqcached value as a Field
from this tableInfo Persistent. |
TableInfoTable<TableInfo> |
getTableInfoTable()
Retrieves the
TableInfoTable table
which this Persistent is from. |
void |
setCachelimit_unsafe(Integer cooked)
Sets the
Cachelimit value directly, without checking,
for this tableInfo Persistent. |
void |
setCachelimit(int cooked)
Sets the
Cachelimit value, with checking, for this
tableInfo Persistent. |
void |
setCachelimit(Integer cooked)
Sets the
Cachelimit value, with checking, for this
tableInfo Persistent. |
void |
setCancreate_unsafe(Integer cooked)
Sets the
Cancreate value directly, without checking,
for this tableInfo Persistent. |
void |
setCancreate(Capability cooked)
Set the Cancreate.
|
void |
setCancreateTroid(Integer raw)
Sets the Table Row Object ID.
|
void |
setCategory_unsafe(Integer cooked)
Sets the
Category value directly, without checking,
for this tableInfo Persistent. |
void |
setCategory(TableCategory cooked)
Set the Category.
|
void |
setCategoryTroid(Integer raw)
Sets the Table Row Object ID.
|
void |
setDefaultcandelete_unsafe(Integer cooked)
Sets the
Defaultcandelete value directly, without checking,
for this tableInfo Persistent. |
void |
setDefaultcandelete(Capability cooked)
Set the Defaultcandelete.
|
void |
setDefaultcandeleteTroid(Integer raw)
Sets the Table Row Object ID.
|
void |
setDefaultcanread_unsafe(Integer cooked)
Sets the
Defaultcanread value directly, without checking,
for this tableInfo Persistent. |
void |
setDefaultcanread(Capability cooked)
Set the Defaultcanread.
|
void |
setDefaultcanreadTroid(Integer raw)
Sets the Table Row Object ID.
|
void |
setDefaultcanwrite_unsafe(Integer cooked)
Sets the
Defaultcanwrite value directly, without checking,
for this tableInfo Persistent. |
void |
setDefaultcanwrite(Capability cooked)
Set the Defaultcanwrite.
|
void |
setDefaultcanwriteTroid(Integer raw)
Sets the Table Row Object ID.
|
void |
setDescription_unsafe(String cooked)
Sets the
Description value directly, without checking,
for this tableInfo Persistent. |
void |
setDescription(String cooked)
Sets the
Description value, with checking, for this
tableInfo Persistent. |
void |
setDisplayname_unsafe(String cooked)
Sets the
Displayname value directly, without checking,
for this tableInfo Persistent. |
void |
setDisplayname(String cooked)
Sets the
Displayname value, with checking, for this
tableInfo Persistent. |
void |
setDisplayorder_unsafe(Integer cooked)
Sets the
Displayorder value directly, without checking,
for this tableInfo Persistent. |
void |
setDisplayorder(int cooked)
Sets the
Displayorder value, with checking, for this
tableInfo Persistent. |
void |
setDisplayorder(Integer cooked)
Sets the
Displayorder value, with checking, for this
tableInfo Persistent. |
void |
setId_unsafe(Integer cooked)
Sets the
Id value directly, without checking,
for this tableInfo Persistent. |
void |
setId(int cooked)
Sets the
Id value, with checking, for this
tableInfo Persistent. |
void |
setId(Integer cooked)
Sets the
Id value, with checking, for this
tableInfo Persistent. |
void |
setName_unsafe(String cooked)
Sets the
Name value directly, without checking,
for this tableInfo Persistent. |
void |
setName(String cooked)
Sets the
Name value, with checking, for this
tableInfo Persistent. |
void |
setSeqcached_unsafe(Boolean cooked)
Sets the
Seqcached value directly, without checking,
for this tableInfo Persistent. |
void |
setSeqcached(boolean cooked)
Sets the
Seqcached value, with checking,
from a boolean, for this
tableInfo Persistent. |
void |
setSeqcached(Boolean cooked)
Sets the
Seqcached value, with checking, for this
tableInfo Persistent. |
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, fieldsOfColumns, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troidmarkValidpublic PoemDatabaseTables getPoemDatabaseTables()
public TableInfoTable<TableInfo> getTableInfoTable()
TableInfoTable table
which this Persistent is from.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic Integer getId_unsafe()
Id value, without locking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(Integer cooked)
Id value directly, without checking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getId() throws AccessPoemException
tableInfo Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsId for this
tableInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setId(Integer cooked) throws AccessPoemException, ValidationPoemException
Id value, with checking, for this
tableInfo Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic final void setId(int cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
tableInfo Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<Integer> getIdField() throws AccessPoemException
Id value as a Field
from this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic String getName_unsafe()
Name value, without locking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setName_unsafe(String cooked)
Name value directly, without checking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getName() throws AccessPoemException
tableInfo Persistent.
Field description:
A code-name for the table
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsgetName in interface TreeablegetName in class JdbcPersistentName for this
tableInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightsTreeable.getName()public void setName(String cooked) throws AccessPoemException, ValidationPoemException
Name value, with checking, for this
tableInfo Persistent.
Field description:
A code-name for the table
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<String> getNameField() throws AccessPoemException
Name value as a Field
from this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic String getDisplayname_unsafe()
Displayname value, without locking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDisplayname_unsafe(String cooked)
Displayname value directly, without checking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getDisplayname() throws AccessPoemException
tableInfo Persistent.
Field description:
A user-friendly name for the table
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsDisplayname for this
tableInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setDisplayname(String cooked) throws AccessPoemException, ValidationPoemException
Displayname value, with checking, for this
tableInfo Persistent.
Field description:
A user-friendly name for the table
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<String> getDisplaynameField() throws AccessPoemException
Displayname value as a Field
from this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic String getDescription_unsafe()
Description value, without locking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDescription_unsafe(String cooked)
Description value directly, without checking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getDescription() throws AccessPoemException
tableInfo Persistent.
Field description:
A brief description of the table's function
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsDescription for this
tableInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setDescription(String cooked) throws AccessPoemException, ValidationPoemException
Description value, with checking, for this
tableInfo Persistent.
Field description:
A brief description of the table's function
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<String> getDescriptionField() throws AccessPoemException
Description value as a Field
from this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getDisplayorder_unsafe()
Displayorder value, without locking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDisplayorder_unsafe(Integer cooked)
Displayorder value directly, without checking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getDisplayorder() throws AccessPoemException
tableInfo Persistent.
Field description:
A rank determining where the table appears in the list of all tables
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsDisplayorder for this
tableInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setDisplayorder(Integer cooked) throws AccessPoemException, ValidationPoemException
Displayorder value, with checking, for this
tableInfo Persistent.
Field description:
A rank determining where the table appears in the list of all tables
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic final void setDisplayorder(int cooked)
throws AccessPoemException,
ValidationPoemException
Displayorder value, with checking, for this
tableInfo Persistent.
Field description:
A rank determining where the table appears in the list of all tables
Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<Integer> getDisplayorderField() throws AccessPoemException
Displayorder value as a Field
from this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getDefaultcanread_unsafe()
Defaultcanread value, without locking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDefaultcanread_unsafe(Integer cooked)
Defaultcanread value directly, without checking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getDefaultcanreadTroid() throws AccessPoemException
IntegerAccessPoemException - if the current AccessToken
does not confer read access rightspublic void setDefaultcanreadTroid(Integer raw) throws AccessPoemException
raw - a Table Row Object IdAccessPoemException - if the current AccessToken
does not confer write access rightspublic Capability getDefaultcanread() throws AccessPoemException, NoSuchRowPoemException
Defaultcanread object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethodsDefaultcanread as a CapabilityAccessPoemException - if the current AccessToken
does not confer read access rightsNoSuchRowPoemException - if the Persistent has yet to be allocated a TROIDpublic void setDefaultcanread(Capability cooked) throws AccessPoemException
cooked - a validated CapabilityAccessPoemException - if the current AccessToken
does not confer write access rightspublic Field<Integer> getDefaultcanreadField() throws AccessPoemException
Defaultcanread value as a Field
from this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getDefaultcanwrite_unsafe()
Defaultcanwrite value, without locking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDefaultcanwrite_unsafe(Integer cooked)
Defaultcanwrite value directly, without checking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getDefaultcanwriteTroid() throws AccessPoemException
IntegerAccessPoemException - if the current AccessToken
does not confer read access rightspublic void setDefaultcanwriteTroid(Integer raw) throws AccessPoemException
raw - a Table Row Object IdAccessPoemException - if the current AccessToken
does not confer write access rightspublic Capability getDefaultcanwrite() throws AccessPoemException, NoSuchRowPoemException
Defaultcanwrite object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethodsDefaultcanwrite as a CapabilityAccessPoemException - if the current AccessToken
does not confer read access rightsNoSuchRowPoemException - if the Persistent has yet to be allocated a TROIDpublic void setDefaultcanwrite(Capability cooked) throws AccessPoemException
cooked - a validated CapabilityAccessPoemException - if the current AccessToken
does not confer write access rightspublic Field<Integer> getDefaultcanwriteField() throws AccessPoemException
Defaultcanwrite value as a Field
from this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getDefaultcandelete_unsafe()
Defaultcandelete value, without locking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDefaultcandelete_unsafe(Integer cooked)
Defaultcandelete value directly, without checking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getDefaultcandeleteTroid() throws AccessPoemException
IntegerAccessPoemException - if the current AccessToken
does not confer read access rightspublic void setDefaultcandeleteTroid(Integer raw) throws AccessPoemException
raw - a Table Row Object IdAccessPoemException - if the current AccessToken
does not confer write access rightspublic Capability getDefaultcandelete() throws AccessPoemException, NoSuchRowPoemException
Defaultcandelete object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethodsDefaultcandelete as a CapabilityAccessPoemException - if the current AccessToken
does not confer read access rightsNoSuchRowPoemException - if the Persistent has yet to be allocated a TROIDpublic void setDefaultcandelete(Capability cooked) throws AccessPoemException
cooked - a validated CapabilityAccessPoemException - if the current AccessToken
does not confer write access rightspublic Field<Integer> getDefaultcandeleteField() throws AccessPoemException
Defaultcandelete value as a Field
from this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getCancreate_unsafe()
Cancreate value, without locking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setCancreate_unsafe(Integer cooked)
Cancreate value directly, without checking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getCancreateTroid() throws AccessPoemException
IntegerAccessPoemException - if the current AccessToken
does not confer read access rightspublic void setCancreateTroid(Integer raw) throws AccessPoemException
raw - a Table Row Object IdAccessPoemException - if the current AccessToken
does not confer write access rightspublic Capability getCancreate() throws AccessPoemException, NoSuchRowPoemException
Cancreate object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethodsCancreate as a CapabilityAccessPoemException - if the current AccessToken
does not confer read access rightsNoSuchRowPoemException - if the Persistent has yet to be allocated a TROIDpublic void setCancreate(Capability cooked) throws AccessPoemException
cooked - a validated CapabilityAccessPoemException - if the current AccessToken
does not confer write access rightspublic Field<Integer> getCancreateField() throws AccessPoemException
Cancreate value as a Field
from this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getCachelimit_unsafe()
Cachelimit value, without locking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setCachelimit_unsafe(Integer cooked)
Cachelimit value directly, without checking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getCachelimit() throws AccessPoemException
tableInfo Persistent.
Field description:
The maximum number of records from the table to keep in the cache
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsCachelimit for this
tableInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setCachelimit(Integer cooked) throws AccessPoemException, ValidationPoemException
Cachelimit value, with checking, for this
tableInfo Persistent.
Field description:
The maximum number of records from the table to keep in the cache
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic final void setCachelimit(int cooked)
throws AccessPoemException,
ValidationPoemException
Cachelimit value, with checking, for this
tableInfo Persistent.
Field description:
The maximum number of records from the table to keep in the cache
Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<Integer> getCachelimitField() throws AccessPoemException
Cachelimit value as a Field
from this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Boolean getSeqcached_unsafe()
Seqcached value, without locking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setSeqcached_unsafe(Boolean cooked)
Seqcached value directly, without checking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Boolean getSeqcached() throws AccessPoemException
tableInfo Persistent.
Field description:
Whether the display sequence for the table's records is cached
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsSeqcached for this
tableInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setSeqcached(Boolean cooked) throws AccessPoemException, ValidationPoemException
Seqcached value, with checking, for this
tableInfo Persistent.
Field description:
Whether the display sequence for the table's records is cached
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic final void setSeqcached(boolean cooked)
throws AccessPoemException,
ValidationPoemException
Seqcached value, with checking,
from a boolean, for this
tableInfo Persistent.
Field description:
Whether the display sequence for the table's records is cached
Generated by org.melati.poem.prepro.BooleanFieldDef#generateBaseMethodscooked - a booleanAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<Boolean> getSeqcachedField() throws AccessPoemException
Seqcached value as a Field
from this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getCategory_unsafe()
Category value, without locking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setCategory_unsafe(Integer cooked)
Category value directly, without checking,
for this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getCategoryTroid() throws AccessPoemException
IntegerAccessPoemException - if the current AccessToken
does not confer read access rightspublic void setCategoryTroid(Integer raw) throws AccessPoemException
raw - a Table Row Object IdAccessPoemException - if the current AccessToken
does not confer write access rightspublic TableCategory getCategory() throws AccessPoemException, NoSuchRowPoemException
Category object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethodsCategory as a TableCategoryAccessPoemException - if the current AccessToken
does not confer read access rightsNoSuchRowPoemException - if the Persistent has yet to be allocated a TROIDpublic void setCategory(TableCategory cooked) throws AccessPoemException
cooked - a validated TableCategoryAccessPoemException - if the current AccessToken
does not confer write access rightspublic Field<Integer> getCategoryField() throws AccessPoemException
Category value as a Field
from this tableInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightsCopyright © 2000–2021 PanEris. All rights reserved.