|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.poem.transaction.Transactioned
org.melati.poem.JdbcPersistent
org.melati.poem.generated.ValueInfoBase
org.melati.poem.ValueInfo
org.melati.poem.generated.ColumnInfoBase
public abstract class ColumnInfoBase
Melati POEM generated abstract base class for a Persistent
ColumnInfo Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Field Summary | |
|---|---|
protected java.lang.Integer |
displaylevel
Display level - A category determining what granularity of report the field appears in |
protected java.lang.Integer |
displayorder
Display order - A rank determining where the field appears in lists |
protected java.lang.Integer |
displayorderpriority
Display order priority - If present, the level at which lists of records are sorted by the field |
protected java.lang.Integer |
id
id |
protected java.lang.Boolean |
indexed
indexed - Whether the field is indexed (ignored if the field is marked `unique') |
protected java.lang.Integer |
integrityfix
Integrity fix - How referential integrity is maintained, what to do when the object referred to is deleted |
protected java.lang.String |
name
name - A code-name for the field |
protected java.lang.Integer |
searchability
searchability - A category determining what level of searching this field supports |
protected java.lang.Boolean |
sortdescending
Sort Descending - Whether when sorting by this column, the sort order should be reversed |
protected java.lang.Integer |
tableinfo
Owning table - The table to which the field belongs |
protected java.lang.Boolean |
unique
unique - Whether the field is unique (implies that it's `indexed') |
protected java.lang.Boolean |
usercreateable
User-createable - Whether it makes sense for the user to initialise the field's value |
| Fields inherited from class org.melati.poem.generated.ValueInfoBase |
|---|
description, displayname, height, nullable, precision, rangelimit_string, rangelow_string, renderinfo, scale, size, typefactory, usereditable, width |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
ColumnInfoBase()
|
|
| Method Summary | |
|---|---|
ColumnInfoTable |
getColumnInfoTable()
Retrieves the ColumnInfoTable table
which this Persistent is from. |
java.lang.Integer |
getDisplaylevel_unsafe()
Retrieves the Displaylevel value, without locking,
for this ColumnInfo Persistent. |
DisplayLevel |
getDisplaylevel()
Retrieves the Displaylevel value of this Persistent. |
Field |
getDisplaylevelField()
Retrieves the Displaylevel value as a Field
from this ColumnInfo Persistent. |
java.lang.Integer |
getDisplaylevelIndex()
Retrieves the Displaylevel index value of this Persistent. |
java.lang.Integer |
getDisplayorder_unsafe()
Retrieves the Displayorder value, without locking,
for this ColumnInfo Persistent. |
java.lang.Integer |
getDisplayorder()
Retrieves the Displayorder value, with locking, for this ColumnInfo Persistent. |
Field |
getDisplayorderField()
Retrieves the Displayorder value as a Field
from this ColumnInfo Persistent. |
java.lang.Integer |
getDisplayorderpriority_unsafe()
Retrieves the Displayorderpriority value, without locking,
for this ColumnInfo Persistent. |
java.lang.Integer |
getDisplayorderpriority()
Retrieves the Displayorderpriority value, with locking, for this ColumnInfo Persistent. |
Field |
getDisplayorderpriorityField()
Retrieves the Displayorderpriority value as a Field
from this ColumnInfo Persistent. |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this ColumnInfo Persistent. |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this ColumnInfo Persistent. |
Field |
getIdField()
Retrieves the Id value as a Field
from this ColumnInfo Persistent. |
java.lang.Boolean |
getIndexed_unsafe()
Retrieves the Indexed value, without locking,
for this ColumnInfo Persistent. |
java.lang.Boolean |
getIndexed()
Retrieves the Indexed value, with locking, for this ColumnInfo Persistent. |
Field |
getIndexedField()
Retrieves the Indexed value as a Field
from this ColumnInfo Persistent. |
java.lang.Integer |
getIntegrityfix_unsafe()
Retrieves the Integrityfix value, without locking,
for this ColumnInfo Persistent. |
StandardIntegrityFix |
getIntegrityfix()
Retrieves the Integrityfix value of this Persistent. |
Field |
getIntegrityfixField()
Retrieves the Integrityfix value as a Field
from this ColumnInfo Persistent. |
java.lang.Integer |
getIntegrityfixIndex()
Retrieves the Integrityfix index value of this Persistent. |
java.lang.String |
getName_unsafe()
Retrieves the Name value, without locking,
for this ColumnInfo Persistent. |
java.lang.String |
getName()
Retrieves the Name value, with locking, for this ColumnInfo Persistent. |
Field |
getNameField()
Retrieves the Name value as a Field
from this ColumnInfo Persistent. |
PoemDatabaseTables |
getPoemDatabaseTables()
Retrieves the Database object. |
java.lang.Integer |
getSearchability_unsafe()
Retrieves the Searchability value, without locking,
for this ColumnInfo Persistent. |
Searchability |
getSearchability()
Retrieves the Searchability value of this Persistent. |
Field |
getSearchabilityField()
Retrieves the Searchability value as a Field
from this ColumnInfo Persistent. |
java.lang.Integer |
getSearchabilityIndex()
Retrieves the Searchability index value of this Persistent. |
java.lang.Boolean |
getSortdescending_unsafe()
Retrieves the Sortdescending value, without locking,
for this ColumnInfo Persistent. |
java.lang.Boolean |
getSortdescending()
Retrieves the Sortdescending value, with locking, for this ColumnInfo Persistent. |
Field |
getSortdescendingField()
Retrieves the Sortdescending value as a Field
from this ColumnInfo Persistent. |
java.lang.Integer |
getTableinfo_unsafe()
Retrieves the Tableinfo value, without locking,
for this ColumnInfo Persistent. |
TableInfo |
getTableinfo()
Retrieves the Tableinfo object referred to. |
Field |
getTableinfoField()
Retrieves the Tableinfo value as a Field
from this ColumnInfo Persistent. |
java.lang.Integer |
getTableinfoTroid()
Retrieves the Table Row Object ID. |
java.lang.Boolean |
getUnique_unsafe()
Retrieves the Unique value, without locking,
for this ColumnInfo Persistent. |
java.lang.Boolean |
getUnique()
Retrieves the Unique value, with locking, for this ColumnInfo Persistent. |
Field |
getUniqueField()
Retrieves the Unique value as a Field
from this ColumnInfo Persistent. |
java.lang.Boolean |
getUsercreateable_unsafe()
Retrieves the Usercreateable value, without locking,
for this ColumnInfo Persistent. |
java.lang.Boolean |
getUsercreateable()
Retrieves the Usercreateable value, with locking, for this ColumnInfo Persistent. |
Field |
getUsercreateableField()
Retrieves the Usercreateable value as a Field
from this ColumnInfo Persistent. |
void |
setDisplaylevel_unsafe(java.lang.Integer cooked)
Sets the Displaylevel value directly, without checking,
for this ColumnInfo Persistent. |
void |
setDisplaylevel(DisplayLevel cooked)
Sets the Displaylevel value, with checking, for the Persistent argument. |
void |
setDisplaylevelIndex(java.lang.Integer raw)
Sets the Displaylevel index value, with checking,
for this Persistent. |
void |
setDisplayorder_unsafe(java.lang.Integer cooked)
Sets the Displayorder value directly, without checking,
for this ColumnInfo Persistent. |
void |
setDisplayorder(int cooked)
Sets the Displayorder value, with checking, for this
ColumnInfo Persistent. |
void |
setDisplayorder(java.lang.Integer cooked)
Sets the Displayorder value, with checking, for this
ColumnInfo Persistent. |
void |
setDisplayorderpriority_unsafe(java.lang.Integer cooked)
Sets the Displayorderpriority value directly, without checking,
for this ColumnInfo Persistent. |
void |
setDisplayorderpriority(int cooked)
Sets the Displayorderpriority value, with checking, for this
ColumnInfo Persistent. |
void |
setDisplayorderpriority(java.lang.Integer cooked)
Sets the Displayorderpriority value, with checking, for this
ColumnInfo Persistent. |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this ColumnInfo Persistent. |
void |
setId(int cooked)
Sets the Id value, with checking, for this
ColumnInfo Persistent. |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
ColumnInfo Persistent. |
void |
setIndexed_unsafe(java.lang.Boolean cooked)
Sets the Indexed value directly, without checking,
for this ColumnInfo Persistent. |
void |
setIndexed(boolean cooked)
Sets the Indexed value, with checking,
from a boolean, for this
ColumnInfo Persistent. |
void |
setIndexed(java.lang.Boolean cooked)
Sets the Indexed value, with checking, for this
ColumnInfo Persistent. |
void |
setIntegrityfix_unsafe(java.lang.Integer cooked)
Sets the Integrityfix value directly, without checking,
for this ColumnInfo Persistent. |
void |
setIntegrityfix(StandardIntegrityFix cooked)
Sets the Integrityfix value, with checking,
for the Persistent argument. |
void |
setIntegrityfixIndex(java.lang.Integer raw)
Sets the Integrityfix index value, with checking,
for this Persistent. |
void |
setName_unsafe(java.lang.String cooked)
Sets the Name value directly, without checking,
for this ColumnInfo Persistent. |
void |
setName(java.lang.String cooked)
Sets the Name value, with checking, for this
ColumnInfo Persistent. |
void |
setSearchability_unsafe(java.lang.Integer cooked)
Sets the Searchability value directly, without checking,
for this ColumnInfo Persistent. |
void |
setSearchability(Searchability cooked)
Sets the Searchability value, with checking, for the Persistent argument. |
void |
setSearchabilityIndex(java.lang.Integer raw)
Sets the Searchability index value, with checking, for this Persistent. |
void |
setSortdescending_unsafe(java.lang.Boolean cooked)
Sets the Sortdescending value directly, without checking,
for this ColumnInfo Persistent. |
void |
setSortdescending(boolean cooked)
Sets the Sortdescending value, with checking,
from a boolean, for this
ColumnInfo Persistent. |
void |
setSortdescending(java.lang.Boolean cooked)
Sets the Sortdescending value, with checking, for this
ColumnInfo Persistent. |
void |
setTableinfo_unsafe(java.lang.Integer cooked)
Sets the Tableinfo value directly, without checking,
for this ColumnInfo Persistent. |
void |
setTableinfo(TableInfo cooked)
Set the Tableinfo. |
void |
setTableinfoTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setUnique_unsafe(java.lang.Boolean cooked)
Sets the Unique value directly, without checking,
for this ColumnInfo Persistent. |
void |
setUnique(boolean cooked)
Sets the Unique value, with checking,
from a boolean, for this
ColumnInfo Persistent. |
void |
setUnique(java.lang.Boolean cooked)
Sets the Unique value, with checking, for this
ColumnInfo Persistent. |
void |
setUsercreateable_unsafe(java.lang.Boolean cooked)
Sets the Usercreateable value directly, without checking,
for this ColumnInfo Persistent. |
void |
setUsercreateable(boolean cooked)
Sets the Usercreateable value, with checking,
from a boolean, for this
ColumnInfo Persistent. |
void |
setUsercreateable(java.lang.Boolean cooked)
Sets the Usercreateable value, with checking, for this
ColumnInfo Persistent. |
| Methods inherited from class org.melati.poem.ValueInfo |
|---|
fieldAttributesRenamedAs, getRangelimit_stringField, getRangelow_stringField, getType, setRangelimit_string, setRangelow_string, toTypeParameter |
| 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.Integer tableinfo
protected java.lang.String name
protected java.lang.Integer displayorder
protected java.lang.Boolean usercreateable
protected java.lang.Integer displaylevel
protected java.lang.Integer searchability
protected java.lang.Integer displayorderpriority
protected java.lang.Boolean sortdescending
protected java.lang.Boolean indexed
protected java.lang.Boolean unique
protected java.lang.Integer integrityfix
| Constructor Detail |
|---|
public ColumnInfoBase()
| Method Detail |
|---|
public PoemDatabaseTables getPoemDatabaseTables()
getPoemDatabaseTables in class ValueInfoBaseorg.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic ColumnInfoTable getColumnInfoTable()
ColumnInfoTable table
which this Persistent is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic java.lang.Integer getId_unsafe()
Id value, without locking,
for this ColumnInfo Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(java.lang.Integer cooked)
Id value directly, without checking,
for this ColumnInfo Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId()
throws AccessPoemException
ColumnInfo Persistent.
Id for this
ColumnInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setId(java.lang.Integer cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
ColumnInfo Persistent.
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setId(int cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
ColumnInfo Persistent.
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getIdField()
throws AccessPoemException
Id value as a Field
from this ColumnInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getTableinfo_unsafe()
Tableinfo value, without locking,
for this ColumnInfo Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setTableinfo_unsafe(java.lang.Integer cooked)
Tableinfo value directly, without checking,
for this ColumnInfo Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getTableinfoTroid()
throws AccessPoemException
Integer
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setTableinfoTroid(java.lang.Integer raw)
throws AccessPoemException
raw - a Table Row Object Id
AccessPoemException - if the current AccessToken
does not confer write access rights
public TableInfo getTableinfo()
throws AccessPoemException,
NoSuchRowPoemException
Tableinfo object referred to.
Tableinfo as a TableInfo
AccessPoemException - if the current AccessToken
does not confer read access rights
NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
public void setTableinfo(TableInfo cooked)
throws AccessPoemException
cooked - a validated TableInfo
AccessPoemException - if the current AccessToken
does not confer write access rights
public Field getTableinfoField()
throws AccessPoemException
Tableinfo value as a Field
from this ColumnInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.String getName_unsafe()
Name value, without locking,
for this ColumnInfo Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setName_unsafe(java.lang.String cooked)
Name value directly, without checking,
for this ColumnInfo Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getName()
throws AccessPoemException
ColumnInfo Persistent.
Field description:
A code-name for the field
getName in interface TreeablegetName in class JdbcPersistentName for this
ColumnInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rightsTreeable.getName()
public void setName(java.lang.String cooked)
throws AccessPoemException,
ValidationPoemException
Name value, with checking, for this
ColumnInfo Persistent.
Field description:
A code-name for the field
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getNameField()
throws AccessPoemException
Name value as a Field
from this ColumnInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getDisplayorder_unsafe()
Displayorder value, without locking,
for this ColumnInfo Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDisplayorder_unsafe(java.lang.Integer cooked)
Displayorder value directly, without checking,
for this ColumnInfo Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getDisplayorder()
throws AccessPoemException
ColumnInfo Persistent.
Field description:
A rank determining where the field appears in lists
Displayorder for this
ColumnInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDisplayorder(java.lang.Integer cooked)
throws AccessPoemException,
ValidationPoemException
Displayorder value, with checking, for this
ColumnInfo Persistent.
Field description:
A rank determining where the field appears in lists
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setDisplayorder(int cooked)
throws AccessPoemException,
ValidationPoemException
Displayorder value, with checking, for this
ColumnInfo Persistent.
Field description:
A rank determining where the field appears in lists
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getDisplayorderField()
throws AccessPoemException
Displayorder value as a Field
from this ColumnInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Boolean getUsercreateable_unsafe()
Usercreateable value, without locking,
for this ColumnInfo Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setUsercreateable_unsafe(java.lang.Boolean cooked)
Usercreateable value directly, without checking,
for this ColumnInfo Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Boolean getUsercreateable()
throws AccessPoemException
ColumnInfo Persistent.
Field description:
Whether it makes sense for the user to initialise the field's value
Usercreateable for this
ColumnInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setUsercreateable(java.lang.Boolean cooked)
throws AccessPoemException,
ValidationPoemException
Usercreateable value, with checking, for this
ColumnInfo Persistent.
Field description:
Whether it makes sense for the user to initialise the field's value
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setUsercreateable(boolean cooked)
throws AccessPoemException,
ValidationPoemException
Usercreateable value, with checking,
from a boolean, for this
ColumnInfo Persistent.
Field description:
Whether it makes sense for the user to initialise the field's value
cooked - a boolean
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getUsercreateableField()
throws AccessPoemException
Usercreateable value as a Field
from this ColumnInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getDisplaylevel_unsafe()
Displaylevel value, without locking,
for this ColumnInfo Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDisplaylevel_unsafe(java.lang.Integer cooked)
Displaylevel value directly, without checking,
for this ColumnInfo Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getDisplaylevelIndex()
throws AccessPoemException
Persistent.
Field description:
A category determining what granularity of report the field appears in
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setDisplaylevelIndex(java.lang.Integer raw)
throws AccessPoemException
Displaylevel index value, with checking,
for this Persistent.
Field description:
A category determining what granularity of report the field appears in
raw - the value to set
AccessPoemException - if the current AccessToken
does not confer write access rights
public DisplayLevel getDisplaylevel()
throws AccessPoemException
Persistent.
Field description:
A category determining what granularity of report the field appears in
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setDisplaylevel(DisplayLevel cooked)
throws AccessPoemException
Displaylevel value, with checking, for the Persistent argument.
Field description:
A category determining what granularity of report the field appears in
cooked - the value to set
AccessPoemException - if the current AccessToken
does not confer write access rights
public Field getDisplaylevelField()
throws AccessPoemException
Displaylevel value as a Field
from this ColumnInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getSearchability_unsafe()
Searchability value, without locking,
for this ColumnInfo Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setSearchability_unsafe(java.lang.Integer cooked)
Searchability value directly, without checking,
for this ColumnInfo Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getSearchabilityIndex()
throws AccessPoemException
Persistent.
Field description:
A category determining what level of searching this field supports
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setSearchabilityIndex(java.lang.Integer raw)
throws AccessPoemException
Searchability index value, with checking, for this Persistent.
Field description:
A category determining what level of searching this field supports
raw - the value to set
AccessPoemException - if the current AccessToken
does not confer write access rights
public Searchability getSearchability()
throws AccessPoemException
Persistent.
Field description:
A category determining what level of searching this field supports
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setSearchability(Searchability cooked)
throws AccessPoemException
Searchability value, with checking, for the Persistent argument.
Field description:
A category determining what level of searching this field supports
cooked - the value to set
AccessPoemException - if the current AccessToken
does not confer write access rights
public Field getSearchabilityField()
throws AccessPoemException
Searchability value as a Field
from this ColumnInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getDisplayorderpriority_unsafe()
Displayorderpriority value, without locking,
for this ColumnInfo Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDisplayorderpriority_unsafe(java.lang.Integer cooked)
Displayorderpriority value directly, without checking,
for this ColumnInfo Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getDisplayorderpriority()
throws AccessPoemException
ColumnInfo Persistent.
Field description:
If present, the level at which lists of records are sorted by the field
Displayorderpriority for this
ColumnInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDisplayorderpriority(java.lang.Integer cooked)
throws AccessPoemException,
ValidationPoemException
Displayorderpriority value, with checking, for this
ColumnInfo Persistent.
Field description:
If present, the level at which lists of records are sorted by the field
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setDisplayorderpriority(int cooked)
throws AccessPoemException,
ValidationPoemException
Displayorderpriority value, with checking, for this
ColumnInfo Persistent.
Field description:
If present, the level at which lists of records are sorted by the field
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getDisplayorderpriorityField()
throws AccessPoemException
Displayorderpriority value as a Field
from this ColumnInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Boolean getSortdescending_unsafe()
Sortdescending value, without locking,
for this ColumnInfo Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setSortdescending_unsafe(java.lang.Boolean cooked)
Sortdescending value directly, without checking,
for this ColumnInfo Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Boolean getSortdescending()
throws AccessPoemException
ColumnInfo Persistent.
Field description:
Whether when sorting by this column, the sort order should be reversed
Sortdescending for this
ColumnInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setSortdescending(java.lang.Boolean cooked)
throws AccessPoemException,
ValidationPoemException
Sortdescending value, with checking, for this
ColumnInfo Persistent.
Field description:
Whether when sorting by this column, the sort order should be reversed
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setSortdescending(boolean cooked)
throws AccessPoemException,
ValidationPoemException
Sortdescending value, with checking,
from a boolean, for this
ColumnInfo Persistent.
Field description:
Whether when sorting by this column, the sort order should be reversed
cooked - a boolean
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getSortdescendingField()
throws AccessPoemException
Sortdescending value as a Field
from this ColumnInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Boolean getIndexed_unsafe()
Indexed value, without locking,
for this ColumnInfo Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setIndexed_unsafe(java.lang.Boolean cooked)
Indexed value directly, without checking,
for this ColumnInfo Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Boolean getIndexed()
throws AccessPoemException
ColumnInfo Persistent.
Field description:
Whether the field is indexed (ignored if the field is marked `unique')
Indexed for this
ColumnInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setIndexed(java.lang.Boolean cooked)
throws AccessPoemException,
ValidationPoemException
Indexed value, with checking, for this
ColumnInfo Persistent.
Field description:
Whether the field is indexed (ignored if the field is marked `unique')
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setIndexed(boolean cooked)
throws AccessPoemException,
ValidationPoemException
Indexed value, with checking,
from a boolean, for this
ColumnInfo Persistent.
Field description:
Whether the field is indexed (ignored if the field is marked `unique')
cooked - a boolean
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getIndexedField()
throws AccessPoemException
Indexed value as a Field
from this ColumnInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Boolean getUnique_unsafe()
Unique value, without locking,
for this ColumnInfo Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setUnique_unsafe(java.lang.Boolean cooked)
Unique value directly, without checking,
for this ColumnInfo Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Boolean getUnique()
throws AccessPoemException
ColumnInfo Persistent.
Field description:
Whether the field is unique (implies that it's `indexed')
Unique for this
ColumnInfo Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setUnique(java.lang.Boolean cooked)
throws AccessPoemException,
ValidationPoemException
Unique value, with checking, for this
ColumnInfo Persistent.
Field description:
Whether the field is unique (implies that it's `indexed')
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setUnique(boolean cooked)
throws AccessPoemException,
ValidationPoemException
Unique value, with checking,
from a boolean, for this
ColumnInfo Persistent.
Field description:
Whether the field is unique (implies that it's `indexed')
cooked - a boolean
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getUniqueField()
throws AccessPoemException
Unique value as a Field
from this ColumnInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic java.lang.Integer getIntegrityfix_unsafe()
Integrityfix value, without locking,
for this ColumnInfo Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setIntegrityfix_unsafe(java.lang.Integer cooked)
Integrityfix value directly, without checking,
for this ColumnInfo Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getIntegrityfixIndex()
throws AccessPoemException
Persistent.
Field description:
How referential integrity is maintained, what to do when the object
referred to is deleted
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setIntegrityfixIndex(java.lang.Integer raw)
throws AccessPoemException
Integrityfix index value, with checking,
for this Persistent.
Field description:
How referential integrity is maintained, what to do when the object
referred to is deleted
raw - the value to set
AccessPoemException - if the current AccessToken
does not confer write access rights
public StandardIntegrityFix getIntegrityfix()
throws AccessPoemException
Persistent.
Field description:
How referential integrity is maintained, what to do when the object
referred to is deleted
AccessPoemException - if the current AccessToken
does not confer read access rights
public void setIntegrityfix(StandardIntegrityFix cooked)
throws AccessPoemException
Integrityfix value, with checking,
for the Persistent argument.
Field description:
How referential integrity is maintained, what to do when the object
referred to is deleted
cooked - the value to set
AccessPoemException - if the current AccessToken
does not confer write access rights
public Field getIntegrityfixField()
throws AccessPoemException
Integrityfix value as a Field
from this ColumnInfo Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||