public abstract class SettingBase extends ValueInfo
Persistent
setting Object.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Constructor and Description |
|---|
SettingBase() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId_unsafe()
Retrieves the
Id value, without locking,
for this setting Persistent. |
Integer |
getId()
Retrieves the Id value, with locking, for this
setting Persistent. |
Field<Integer> |
getIdField()
Retrieves the
Id value as a Field
from this setting Persistent. |
String |
getName_unsafe()
Retrieves the
Name value, without locking,
for this setting Persistent. |
String |
getName()
Retrieves the Name value, with locking, for this
setting Persistent. |
Field<String> |
getNameField()
Retrieves the
Name value as a Field
from this setting Persistent. |
PoemDatabaseTables |
getPoemDatabaseTables()
Retrieves the Database object.
|
SettingTable<Setting> |
getSettingTable()
Retrieves the
SettingTable table
which this Persistent is from. |
String |
getValue_unsafe()
Retrieves the
Value value, without locking,
for this setting Persistent. |
String |
getValue()
Retrieves the Value value, with locking, for this
setting Persistent. |
Field<String> |
getValueField()
Retrieves the
Value value as a Field
from this setting Persistent. |
void |
setId_unsafe(Integer cooked)
Sets the
Id value directly, without checking,
for this setting Persistent. |
void |
setId(int cooked)
Sets the
Id value, with checking, for this
setting Persistent. |
void |
setId(Integer cooked)
Sets the
Id value, with checking, for this
setting Persistent. |
void |
setName_unsafe(String cooked)
Sets the
Name value directly, without checking,
for this setting Persistent. |
void |
setName(String cooked)
Sets the
Name value, with checking, for this
setting Persistent. |
void |
setValue_unsafe(String cooked)
Sets the
Value value directly, without checking,
for this setting Persistent. |
void |
setValue(String cooked)
Sets the
Value value, with checking, for this
setting 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 SettingTable<Setting> getSettingTable()
SettingTable table
which this Persistent is from.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic Integer getId_unsafe()
Id value, without locking,
for this setting Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(Integer cooked)
Id value directly, without checking,
for this setting Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getId() throws AccessPoemException
setting Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsId for this
setting PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setId(Integer cooked) throws AccessPoemException, ValidationPoemException
Id value, with checking, for this
setting Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic final void setId(int cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
setting Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<Integer> getIdField() throws AccessPoemException
Id value as a Field
from this setting 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 setting Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setName_unsafe(String cooked)
Name value directly, without checking,
for this setting Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getName() throws AccessPoemException
setting Persistent.
Field description:
A code name for this setting
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsgetName in interface TreeablegetName in class JdbcPersistentName for this
setting 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
setting Persistent.
Field description:
A code name for this setting
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 setting Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic String getValue_unsafe()
Value value, without locking,
for this setting Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setValue_unsafe(String cooked)
Value value directly, without checking,
for this setting Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getValue() throws AccessPoemException
setting Persistent.
Field description:
The value of this setting
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsValue for this
setting PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setValue(String cooked) throws AccessPoemException, ValidationPoemException
Value value, with checking, for this
setting Persistent.
Field description:
The value of this setting
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> getValueField() throws AccessPoemException
Value value as a Field
from this setting Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightsCopyright © 2000–2021 PanEris. All rights reserved.