public abstract class ColumnInfoBase extends ValueInfo
Persistent
columnInfo Object.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Constructor and Description |
|---|
ColumnInfoBase() |
| Modifier and Type | Method and Description |
|---|---|
ColumnInfoTable<ColumnInfo> |
getColumnInfoTable()
Retrieves the
ColumnInfoTable table
which this Persistent is from. |
Integer |
getDisplaylevel_unsafe()
Retrieves the
Displaylevel value, without locking,
for this columnInfo Persistent. |
DisplayLevel |
getDisplaylevel()
Retrieves the Displaylevel value
of this
Persistent. |
Field<Integer> |
getDisplaylevelField()
Retrieves the
Displaylevel value as a Field
from this columnInfo Persistent. |
Integer |
getDisplaylevelIndex()
Retrieves the Displaylevel index value
of this
Persistent. |
Integer |
getDisplayorder_unsafe()
Retrieves the
Displayorder value, without locking,
for this columnInfo Persistent. |
Integer |
getDisplayorder()
Retrieves the Displayorder value, with locking, for this
columnInfo Persistent. |
Field<Integer> |
getDisplayorderField()
Retrieves the
Displayorder value as a Field
from this columnInfo Persistent. |
Integer |
getDisplayorderpriority_unsafe()
Retrieves the
Displayorderpriority value, without locking,
for this columnInfo Persistent. |
Integer |
getDisplayorderpriority()
Retrieves the Displayorderpriority value, with locking, for this
columnInfo Persistent. |
Field<Integer> |
getDisplayorderpriorityField()
Retrieves the
Displayorderpriority value as a Field
from this columnInfo Persistent. |
Integer |
getId_unsafe()
Retrieves the
Id value, without locking,
for this columnInfo Persistent. |
Integer |
getId()
Retrieves the Id value, with locking, for this
columnInfo Persistent. |
Field<Integer> |
getIdField()
Retrieves the
Id value as a Field
from this columnInfo Persistent. |
Boolean |
getIndexed_unsafe()
Retrieves the
Indexed value, without locking,
for this columnInfo Persistent. |
Boolean |
getIndexed()
Retrieves the Indexed value, with locking, for this
columnInfo Persistent. |
Field<Boolean> |
getIndexedField()
Retrieves the
Indexed value as a Field
from this columnInfo Persistent. |
Integer |
getIntegrityfix_unsafe()
Retrieves the
Integrityfix value, without locking,
for this columnInfo Persistent. |
StandardIntegrityFix |
getIntegrityfix()
Retrieves the Integrityfix value
of this
Persistent. |
Field<Integer> |
getIntegrityfixField()
Retrieves the
Integrityfix value as a Field
from this columnInfo Persistent. |
Integer |
getIntegrityfixIndex()
Retrieves the Integrityfix index value
of this
Persistent. |
String |
getName_unsafe()
Retrieves the
Name value, without locking,
for this columnInfo Persistent. |
String |
getName()
Retrieves the Name value, with locking, for this
columnInfo Persistent. |
Field<String> |
getNameField()
Retrieves the
Name value as a Field
from this columnInfo Persistent. |
PoemDatabaseTables |
getPoemDatabaseTables()
Retrieves the Database object.
|
Integer |
getSearchability_unsafe()
Retrieves the
Searchability value, without locking,
for this columnInfo Persistent. |
Searchability |
getSearchability()
Retrieves the Searchability value
of this
Persistent. |
Field<Integer> |
getSearchabilityField()
Retrieves the
Searchability value as a Field
from this columnInfo Persistent. |
Integer |
getSearchabilityIndex()
Retrieves the Searchability index value
of this
Persistent. |
Boolean |
getSortdescending_unsafe()
Retrieves the
Sortdescending value, without locking,
for this columnInfo Persistent. |
Boolean |
getSortdescending()
Retrieves the Sortdescending value, with locking, for this
columnInfo Persistent. |
Field<Boolean> |
getSortdescendingField()
Retrieves the
Sortdescending value as a Field
from this columnInfo Persistent. |
Integer |
getTableinfo_unsafe()
Retrieves the
Tableinfo value, without locking,
for this columnInfo Persistent. |
TableInfo |
getTableinfo()
Retrieves the
Tableinfo object referred to. |
Field<Integer> |
getTableinfoField()
Retrieves the
Tableinfo value as a Field
from this columnInfo Persistent. |
Integer |
getTableinfoTroid()
Retrieves the Table Row Object ID.
|
Boolean |
getUnique_unsafe()
Retrieves the
Unique value, without locking,
for this columnInfo Persistent. |
Boolean |
getUnique()
Retrieves the Unique value, with locking, for this
columnInfo Persistent. |
Field<Boolean> |
getUniqueField()
Retrieves the
Unique value as a Field
from this columnInfo Persistent. |
Boolean |
getUsercreateable_unsafe()
Retrieves the
Usercreateable value, without locking,
for this columnInfo Persistent. |
Boolean |
getUsercreateable()
Retrieves the Usercreateable value, with locking, for this
columnInfo Persistent. |
Field<Boolean> |
getUsercreateableField()
Retrieves the
Usercreateable value as a Field
from this columnInfo Persistent. |
void |
setDisplaylevel_unsafe(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(Integer raw)
Sets the
Displaylevel index value, with checking,
for this Persistent. |
void |
setDisplayorder_unsafe(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(Integer cooked)
Sets the
Displayorder value, with checking, for this
columnInfo Persistent. |
void |
setDisplayorderpriority_unsafe(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(Integer cooked)
Sets the
Displayorderpriority value, with checking, for this
columnInfo Persistent. |
void |
setId_unsafe(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(Integer cooked)
Sets the
Id value, with checking, for this
columnInfo Persistent. |
void |
setIndexed_unsafe(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(Boolean cooked)
Sets the
Indexed value, with checking, for this
columnInfo Persistent. |
void |
setIntegrityfix_unsafe(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(Integer raw)
Sets the
Integrityfix index value, with checking,
for this Persistent. |
void |
setName_unsafe(String cooked)
Sets the
Name value directly, without checking,
for this columnInfo Persistent. |
void |
setName(String cooked)
Sets the
Name value, with checking, for this
columnInfo Persistent. |
void |
setSearchability_unsafe(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(Integer raw)
Sets the
Searchability index value, with checking, for this Persistent. |
void |
setSortdescending_unsafe(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(Boolean cooked)
Sets the
Sortdescending value, with checking, for this
columnInfo Persistent. |
void |
setTableinfo_unsafe(Integer cooked)
Sets the
Tableinfo value directly, without checking,
for this columnInfo Persistent. |
void |
setTableinfo(TableInfo cooked)
Set the Tableinfo.
|
void |
setTableinfoTroid(Integer raw)
Sets the Table Row Object ID.
|
void |
setUnique_unsafe(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(Boolean cooked)
Sets the
Unique value, with checking, for this
columnInfo Persistent. |
void |
setUsercreateable_unsafe(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(Boolean cooked)
Sets the
Usercreateable value, with checking, for this
columnInfo Persistent. |
fieldAttributesRenamedAs, getRangelimit_stringField, getRangelow_stringField, getType, setRangelimit_string, setRangelow_string, toTypeParametergetDescription_unsafe, getDescription, getDescriptionField, getDisplayname_unsafe, getDisplayname, getDisplaynameField, getHeight_unsafe, getHeight, getHeightField, getNullable_unsafe, getNullable, getNullableField, getPrecision_unsafe, getPrecision, getPrecisionField, getRangelimit_string_unsafe, getRangelimit_string, getRangelow_string_unsafe, getRangelow_string, getRenderinfo_unsafe, getRenderinfo, getRenderinfoField, getScale_unsafe, getScale, getScaleField, getSize_unsafe, getSize, getSizeField, getTypefactory_unsafe, getTypefactory, getTypefactoryCode, getTypefactoryField, getUsereditable_unsafe, getUsereditable, getUsereditableField, getValueInfoTable, getWidth_unsafe, getWidth, getWidthField, setDescription_unsafe, setDescription, setDisplayname_unsafe, setDisplayname, setHeight_unsafe, setHeight, setHeight, setNullable_unsafe, setNullable, setNullable, setPrecision_unsafe, setPrecision, setPrecision, setRangelimit_string_unsafe, setRangelow_string_unsafe, setRenderinfo_unsafe, setRenderinfo, setScale_unsafe, setScale, setScale, setSize_unsafe, setSize, setSize, setTypefactory_unsafe, setTypefactory, setTypefactoryCode, setUsereditable_unsafe, setUsereditable, setUsereditable, setWidth_unsafe, setWidth, setWidthassertCanCreate, 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()
getPoemDatabaseTables in class ValueInfoBasepublic ColumnInfoTable<ColumnInfo> getColumnInfoTable()
ColumnInfoTable table
which this Persistent is from.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic Integer getId_unsafe()
Id value, without locking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(Integer cooked)
Id value directly, without checking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getId() throws AccessPoemException
columnInfo Persistent.
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsId for this
columnInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setId(Integer cooked) throws AccessPoemException, ValidationPoemException
Id value, with checking, for this
columnInfo Persistent.
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
columnInfo Persistent.
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 columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getTableinfo_unsafe()
Tableinfo value, without locking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setTableinfo_unsafe(Integer cooked)
Tableinfo value directly, without checking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getTableinfoTroid() throws AccessPoemException
IntegerAccessPoemException - if the current AccessToken
does not confer read access rightspublic void setTableinfoTroid(Integer raw) throws AccessPoemException
raw - a Table Row Object IdAccessPoemException - if the current AccessToken
does not confer write access rightspublic TableInfo getTableinfo() throws AccessPoemException, NoSuchRowPoemException
Tableinfo object referred to.
Generated by org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethodsTableinfo as a TableInfoAccessPoemException - if the current AccessToken
does not confer read access rightsNoSuchRowPoemException - if the Persistent has yet to be allocated a TROIDpublic void setTableinfo(TableInfo cooked) throws AccessPoemException
cooked - a validated TableInfoAccessPoemException - if the current AccessToken
does not confer write access rightspublic Field<Integer> getTableinfoField() throws AccessPoemException
Tableinfo value as a Field
from this columnInfo 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 columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setName_unsafe(String cooked)
Name value directly, without checking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getName() throws AccessPoemException
columnInfo Persistent.
Field description:
A code-name for the field
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsgetName in interface TreeablegetName in class JdbcPersistentName for this
columnInfo 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
columnInfo Persistent.
Field description:
A code-name for the field
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 columnInfo 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 columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDisplayorder_unsafe(Integer cooked)
Displayorder value directly, without checking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getDisplayorder() throws AccessPoemException
columnInfo Persistent.
Field description:
A rank determining where the field appears in lists
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsDisplayorder for this
columnInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setDisplayorder(Integer cooked) throws AccessPoemException, ValidationPoemException
Displayorder value, with checking, for this
columnInfo Persistent.
Field description:
A rank determining where the field appears in lists
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
columnInfo Persistent.
Field description:
A rank determining where the field appears in lists
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 columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Boolean getUsercreateable_unsafe()
Usercreateable value, without locking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setUsercreateable_unsafe(Boolean cooked)
Usercreateable value directly, without checking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Boolean getUsercreateable() throws AccessPoemException
columnInfo Persistent.
Field description:
Whether it makes sense for the user to initialise the field's value
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsUsercreateable for this
columnInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setUsercreateable(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
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 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
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> getUsercreateableField() throws AccessPoemException
Usercreateable value as a Field
from this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getDisplaylevel_unsafe()
Displaylevel value, without locking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDisplaylevel_unsafe(Integer cooked)
Displaylevel value directly, without checking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getDisplaylevelIndex() throws AccessPoemException
Persistent.
Field description:
A category determining what granularity of report the field appears in
Generated by org.melati.poem.prepro.DisplayLevelFieldDef#generateBaseMethodsAccessPoemException - if the current AccessToken
does not confer read access rightspublic void setDisplaylevelIndex(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
Generated by org.melati.poem.prepro.DisplayLevelFieldDef#generateBaseMethodsraw - the value to setAccessPoemException - if the current AccessToken
does not confer write access rightspublic DisplayLevel getDisplaylevel() throws AccessPoemException
Persistent.
Field description:
A category determining what granularity of report the field appears in
Generated by org.melati.poem.prepro.DisplayLevelFieldDef#generateBaseMethodsAccessPoemException - if the current AccessToken
does not confer read access rightspublic 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
Generated by org.melati.poem.prepro.DisplayLevelFieldDef#generateBaseMethodscooked - the value to setAccessPoemException - if the current AccessToken
does not confer write access rightspublic Field<Integer> getDisplaylevelField() throws AccessPoemException
Displaylevel value as a Field
from this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getSearchability_unsafe()
Searchability value, without locking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setSearchability_unsafe(Integer cooked)
Searchability value directly, without checking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getSearchabilityIndex() throws AccessPoemException
Persistent.
Field description:
A category determining what level of searching this field supports
Generated by org.melati.poem.prepro.SearchabiltyFieldDef#generateBaseMethodsAccessPoemException - if the current AccessToken
does not confer read access rightspublic void setSearchabilityIndex(Integer raw) throws AccessPoemException
Searchability index value, with checking, for this Persistent.
Field description:
A category determining what level of searching this field supports
Generated by org.melati.poem.prepro.SearchabiltyFieldDef#generateBaseMethodsraw - the value to setAccessPoemException - if the current AccessToken
does not confer write access rightspublic Searchability getSearchability() throws AccessPoemException
Persistent.
Field description:
A category determining what level of searching this field supports
Generated by org.melati.poem.prepro.SearchabiltyFieldDef#generateBaseMethodsAccessPoemException - if the current AccessToken
does not confer read access rightspublic 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
Generated by org.melati.poem.prepro.SearchabiltyFieldDef#generateBaseMethodscooked - the value to setAccessPoemException - if the current AccessToken
does not confer write access rightspublic Field<Integer> getSearchabilityField() throws AccessPoemException
Searchability value as a Field
from this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getDisplayorderpriority_unsafe()
Displayorderpriority value, without locking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDisplayorderpriority_unsafe(Integer cooked)
Displayorderpriority value directly, without checking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getDisplayorderpriority() throws AccessPoemException
columnInfo Persistent.
Field description:
If present, the level at which lists of records are sorted by the field
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsDisplayorderpriority for this
columnInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setDisplayorderpriority(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
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 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
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> getDisplayorderpriorityField() throws AccessPoemException
Displayorderpriority value as a Field
from this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Boolean getSortdescending_unsafe()
Sortdescending value, without locking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setSortdescending_unsafe(Boolean cooked)
Sortdescending value directly, without checking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Boolean getSortdescending() throws AccessPoemException
columnInfo Persistent.
Field description:
Whether when sorting by this column, the sort order should be reversed
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsSortdescending for this
columnInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setSortdescending(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
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 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
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> getSortdescendingField() throws AccessPoemException
Sortdescending value as a Field
from this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Boolean getIndexed_unsafe()
Indexed value, without locking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setIndexed_unsafe(Boolean cooked)
Indexed value directly, without checking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Boolean getIndexed() throws AccessPoemException
columnInfo Persistent.
Field description:
Whether the field is indexed (ignored if the field is marked `unique')
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsIndexed for this
columnInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setIndexed(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')
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 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')
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> getIndexedField() throws AccessPoemException
Indexed value as a Field
from this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Boolean getUnique_unsafe()
Unique value, without locking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setUnique_unsafe(Boolean cooked)
Unique value directly, without checking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Boolean getUnique() throws AccessPoemException
columnInfo Persistent.
Field description:
Whether the field is unique (implies that it's `indexed')
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsUnique for this
columnInfo PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setUnique(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')
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 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')
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> getUniqueField() throws AccessPoemException
Unique value as a Field
from this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Integer getIntegrityfix_unsafe()
Integrityfix value, without locking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setIntegrityfix_unsafe(Integer cooked)
Integrityfix value directly, without checking,
for this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getIntegrityfixIndex() throws AccessPoemException
Persistent.
Field description:
How referential integrity is maintained, what to do when the object
referred to is deleted
Generated by org.melati.poem.prepro.IntegrityFixFieldDef#generateBaseMethodsAccessPoemException - if the current AccessToken
does not confer read access rightspublic void setIntegrityfixIndex(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
Generated by org.melati.poem.prepro.IntegrityFixFieldDef#generateBaseMethodsraw - the value to setAccessPoemException - if the current AccessToken
does not confer write access rightspublic StandardIntegrityFix getIntegrityfix() throws AccessPoemException
Persistent.
Field description:
How referential integrity is maintained, what to do when the object
referred to is deleted
Generated by org.melati.poem.prepro.IntegrityFixFieldDef#generateBaseMethodsAccessPoemException - if the current AccessToken
does not confer read access rightspublic 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
Generated by org.melati.poem.prepro.IntegrityFixFieldDef#generateBaseMethodscooked - the value to setAccessPoemException - if the current AccessToken
does not confer write access rightspublic Field<Integer> getIntegrityfixField() throws AccessPoemException
Integrityfix value as a Field
from this columnInfo Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightsCopyright © 2000–2021 PanEris. All rights reserved.