|
||||||||||
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.melati.poem.generated.TableInfoBase
public abstract class TableInfoBase
Melati POEM generated abstract base class for a Persistent
TableInfo
Object.
TableDef.generatePersistentBaseJava(java.io.Writer)
Field Summary | |
---|---|
protected Integer |
cachelimit
Cache size limit - The maximum number of records from the table to keep in the cache |
protected Integer |
cancreate
Default `create' capability - The capability required, by default, for creating records in the table |
protected Integer |
category
category - Which category the table falls into |
protected Integer |
defaultcandelete
Default `delete' capability - The capability required, by default, for deleting the table's records |
protected Integer |
defaultcanread
Default `read' capability - The capability required, by default, for reading the table's records |
protected Integer |
defaultcanwrite
Default `write' capability - The capability required, by default, for updating the table's records |
protected String |
description
description - A brief description of the table's function |
protected String |
displayname
Display name - A user-friendly name for the table |
protected Integer |
displayorder
Display order - A rank determining where the table appears in the list of all tables |
protected Integer |
id
id - The Table Row Object ID |
protected String |
name
name - A code-name for the table |
protected Boolean |
seqcached
Record sequence cached - Whether the display sequence for the table's records is cached |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
TableInfoBase()
|
Method Summary | |
---|---|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
getSeqcachedField()
Retrieves the Seqcached value as a Field
from this TableInfo Persistent . |
TableInfoTable |
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 . |
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 Integer id
protected String name
protected String displayname
protected String description
protected Integer displayorder
protected Integer defaultcanread
protected Integer defaultcanwrite
protected Integer defaultcandelete
protected Integer cancreate
protected Integer cachelimit
protected Boolean seqcached
protected Integer category
Constructor Detail |
---|
public TableInfoBase()
Method Detail |
---|
public PoemDatabaseTables getPoemDatabaseTables()
TableDef.generatePersistentBaseJava(java.io.Writer)
public TableInfoTable getTableInfoTable()
TableInfoTable
table
which this Persistent
is from.
TableDef.generatePersistentBaseJava(java.io.Writer)
public Integer getId_unsafe()
Id
value, without locking,
for this TableInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setId_unsafe(Integer cooked)
Id
value directly, without checking,
for this TableInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getId() throws AccessPoemException
TableInfo
Persistent
.
Field description:
The Table Row Object ID
Id
for this
TableInfo
Persistent
AccessPoemException
- 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- if the value is not validpublic Field getIdField() throws AccessPoemException
Id
value as a Field
from this TableInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public String getName_unsafe()
Name
value, without locking,
for this TableInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setName_unsafe(String cooked)
Name
value directly, without checking,
for this TableInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public String getName() throws AccessPoemException
TableInfo
Persistent
.
Field description:
A code-name for the table
getName
in interface Treeable
getName
in class JdbcPersistent
Name
for this
TableInfo
Persistent
AccessPoemException
- 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- if the value is not validpublic Field getNameField() throws AccessPoemException
Name
value as a Field
from this TableInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public String getDisplayname_unsafe()
Displayname
value, without locking,
for this TableInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setDisplayname_unsafe(String cooked)
Displayname
value directly, without checking,
for this TableInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public String getDisplayname() throws AccessPoemException
TableInfo
Persistent
.
Field description:
A user-friendly name for the table
Displayname
for this
TableInfo
Persistent
AccessPoemException
- 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- if the value is not validpublic Field getDisplaynameField() throws AccessPoemException
Displayname
value as a Field
from this TableInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public String getDescription_unsafe()
Description
value, without locking,
for this TableInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setDescription_unsafe(String cooked)
Description
value directly, without checking,
for this TableInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public String getDescription() throws AccessPoemException
TableInfo
Persistent
.
Field description:
A brief description of the table's function
Description
for this
TableInfo
Persistent
AccessPoemException
- 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- if the value is not validpublic Field getDescriptionField() throws AccessPoemException
Description
value as a Field
from this TableInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Integer getDisplayorder_unsafe()
Displayorder
value, without locking,
for this TableInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setDisplayorder_unsafe(Integer cooked)
Displayorder
value directly, without checking,
for this TableInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getDisplayorder() throws AccessPoemException
TableInfo
Persistent
.
Field description:
A rank determining where the table appears in the list of all tables
Displayorder
for this
TableInfo
Persistent
AccessPoemException
- 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- if the value is not validpublic Field getDisplayorderField() throws AccessPoemException
Displayorder
value as a Field
from this TableInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Integer getDefaultcanread_unsafe()
Defaultcanread
value, without locking,
for this TableInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setDefaultcanread_unsafe(Integer cooked)
Defaultcanread
value directly, without checking,
for this TableInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getDefaultcanreadTroid() throws AccessPoemException
Integer
AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setDefaultcanreadTroid(Integer raw) throws AccessPoemException
raw
- a Table Row Object Id
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Capability getDefaultcanread() throws AccessPoemException, NoSuchRowPoemException
Defaultcanread
object referred to.
Defaultcanread
as a Capability
AccessPoemException
- if the current AccessToken
does not confer read access rights
NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setDefaultcanread(Capability cooked) throws AccessPoemException
cooked
- a validated Capability
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Field getDefaultcanreadField() throws AccessPoemException
Defaultcanread
value as a Field
from this TableInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Integer getDefaultcanwrite_unsafe()
Defaultcanwrite
value, without locking,
for this TableInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setDefaultcanwrite_unsafe(Integer cooked)
Defaultcanwrite
value directly, without checking,
for this TableInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getDefaultcanwriteTroid() throws AccessPoemException
Integer
AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setDefaultcanwriteTroid(Integer raw) throws AccessPoemException
raw
- a Table Row Object Id
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Capability getDefaultcanwrite() throws AccessPoemException, NoSuchRowPoemException
Defaultcanwrite
object referred to.
Defaultcanwrite
as a Capability
AccessPoemException
- if the current AccessToken
does not confer read access rights
NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setDefaultcanwrite(Capability cooked) throws AccessPoemException
cooked
- a validated Capability
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Field getDefaultcanwriteField() throws AccessPoemException
Defaultcanwrite
value as a Field
from this TableInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Integer getDefaultcandelete_unsafe()
Defaultcandelete
value, without locking,
for this TableInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setDefaultcandelete_unsafe(Integer cooked)
Defaultcandelete
value directly, without checking,
for this TableInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getDefaultcandeleteTroid() throws AccessPoemException
Integer
AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setDefaultcandeleteTroid(Integer raw) throws AccessPoemException
raw
- a Table Row Object Id
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Capability getDefaultcandelete() throws AccessPoemException, NoSuchRowPoemException
Defaultcandelete
object referred to.
Defaultcandelete
as a Capability
AccessPoemException
- if the current AccessToken
does not confer read access rights
NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setDefaultcandelete(Capability cooked) throws AccessPoemException
cooked
- a validated Capability
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Field getDefaultcandeleteField() throws AccessPoemException
Defaultcandelete
value as a Field
from this TableInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Integer getCancreate_unsafe()
Cancreate
value, without locking,
for this TableInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setCancreate_unsafe(Integer cooked)
Cancreate
value directly, without checking,
for this TableInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getCancreateTroid() throws AccessPoemException
Integer
AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setCancreateTroid(Integer raw) throws AccessPoemException
raw
- a Table Row Object Id
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Capability getCancreate() throws AccessPoemException, NoSuchRowPoemException
Cancreate
object referred to.
Cancreate
as a Capability
AccessPoemException
- if the current AccessToken
does not confer read access rights
NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setCancreate(Capability cooked) throws AccessPoemException
cooked
- a validated Capability
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Field getCancreateField() throws AccessPoemException
Cancreate
value as a Field
from this TableInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Integer getCachelimit_unsafe()
Cachelimit
value, without locking,
for this TableInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setCachelimit_unsafe(Integer cooked)
Cachelimit
value directly, without checking,
for this TableInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getCachelimit() throws AccessPoemException
TableInfo
Persistent
.
Field description:
The maximum number of records from the table to keep in the cache
Cachelimit
for this
TableInfo
Persistent
AccessPoemException
- 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- if the value is not validpublic Field getCachelimitField() throws AccessPoemException
Cachelimit
value as a Field
from this TableInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Boolean getSeqcached_unsafe()
Seqcached
value, without locking,
for this TableInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setSeqcached_unsafe(Boolean cooked)
Seqcached
value directly, without checking,
for this TableInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Boolean getSeqcached() throws AccessPoemException
TableInfo
Persistent
.
Field description:
Whether the display sequence for the table's records is cached
Seqcached
for this
TableInfo
Persistent
AccessPoemException
- 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- 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
cooked
- a boolean
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- if the value is not validpublic Field getSeqcachedField() throws AccessPoemException
Seqcached
value as a Field
from this TableInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Integer getCategory_unsafe()
Category
value, without locking,
for this TableInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setCategory_unsafe(Integer cooked)
Category
value directly, without checking,
for this TableInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getCategoryTroid() throws AccessPoemException
Integer
AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setCategoryTroid(Integer raw) throws AccessPoemException
raw
- a Table Row Object Id
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic TableCategory getCategory() throws AccessPoemException, NoSuchRowPoemException
Category
object referred to.
Category
as a TableCategory
AccessPoemException
- if the current AccessToken
does not confer read access rights
NoSuchRowPoemException
- if the Persistent
has yet to be allocated a TROIDpublic void setCategory(TableCategory cooked) throws AccessPoemException
cooked
- a validated TableCategory
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Field getCategoryField() throws AccessPoemException
Category
value as a Field
from this TableInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |