|
||||||||||
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.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.
TableDef.generatePersistentBaseJava(java.io.Writer)
Field Summary | |
---|---|
protected Integer |
displaylevel
Display level - A category determining what granularity of report the field appears in |
protected Integer |
displayorder
Display order - A rank determining where the field appears in lists |
protected Integer |
displayorderpriority
Display order priority - If present, the level at which lists of records are sorted by the field |
protected Integer |
id
id |
protected Boolean |
indexed
indexed - Whether the field is indexed (ignored if the field is marked `unique') |
protected Integer |
integrityfix
Integrity fix - How referential integrity is maintained, what to do when the object referred to is deleted |
protected String |
name
name - A code-name for the field |
protected Integer |
searchability
searchability - A category determining what level of searching this field supports |
protected Boolean |
sortdescending
Sort Descending - Whether when sorting by this column, the sort order should be reversed |
protected Integer |
tableinfo
Owning table - The table to which the field belongs |
protected Boolean |
unique
unique - Whether the field is unique (implies that it's `indexed') |
protected 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. |
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 . |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 . |
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 Integer id
protected Integer tableinfo
protected String name
protected Integer displayorder
protected Boolean usercreateable
protected Integer displaylevel
protected Integer searchability
protected Integer displayorderpriority
protected Boolean sortdescending
protected Boolean indexed
protected Boolean unique
protected Integer integrityfix
Constructor Detail |
---|
public ColumnInfoBase()
Method Detail |
---|
public PoemDatabaseTables getPoemDatabaseTables()
getPoemDatabaseTables
in class ValueInfoBase
TableDef.generatePersistentBaseJava(java.io.Writer)
public ColumnInfoTable getColumnInfoTable()
ColumnInfoTable
table
which this Persistent
is from.
TableDef.generatePersistentBaseJava(java.io.Writer)
public Integer getId_unsafe()
Id
value, without locking,
for this ColumnInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setId_unsafe(Integer cooked)
Id
value directly, without checking,
for this ColumnInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getId() throws AccessPoemException
ColumnInfo
Persistent
.
Id
for this
ColumnInfo
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
ColumnInfo
Persistent
.
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
ColumnInfo
Persistent
.
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 ColumnInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Integer getTableinfo_unsafe()
Tableinfo
value, without locking,
for this ColumnInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setTableinfo_unsafe(Integer cooked)
Tableinfo
value directly, without checking,
for this ColumnInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public Integer getTableinfoTroid() throws AccessPoemException
Integer
AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setTableinfoTroid(Integer raw) throws AccessPoemException
raw
- a Table Row Object Id
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic 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 TROIDpublic void setTableinfo(TableInfo cooked) throws AccessPoemException
cooked
- a validated TableInfo
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Field getTableinfoField() throws AccessPoemException
Tableinfo
value as a Field
from this ColumnInfo
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 ColumnInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setName_unsafe(String cooked)
Name
value directly, without checking,
for this ColumnInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public String getName() throws AccessPoemException
ColumnInfo
Persistent
.
Field description:
A code-name for the field
getName
in interface Treeable
getName
in class JdbcPersistent
Name
for this
ColumnInfo
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
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 validpublic Field getNameField() throws AccessPoemException
Name
value as a Field
from this ColumnInfo
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 ColumnInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setDisplayorder_unsafe(Integer cooked)
Displayorder
value directly, without checking,
for this ColumnInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public 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 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
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
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 validpublic Field getDisplayorderField() throws AccessPoemException
Displayorder
value as a Field
from this ColumnInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Boolean getUsercreateable_unsafe()
Usercreateable
value, without locking,
for this ColumnInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setUsercreateable_unsafe(Boolean cooked)
Usercreateable
value directly, without checking,
for this ColumnInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public 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 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- 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
cooked
- a boolean
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- if the value is not validpublic Field getUsercreateableField() throws AccessPoemException
Usercreateable
value as a Field
from this ColumnInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Integer getDisplaylevel_unsafe()
Displaylevel
value, without locking,
for this ColumnInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setDisplaylevel_unsafe(Integer cooked)
Displaylevel
value directly, without checking,
for this ColumnInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public 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 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
raw
- the value to set
AccessPoemException
- 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
AccessPoemException
- 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
cooked
- the value to set
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Field getDisplaylevelField() throws AccessPoemException
Displaylevel
value as a Field
from this ColumnInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Integer getSearchability_unsafe()
Searchability
value, without locking,
for this ColumnInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setSearchability_unsafe(Integer cooked)
Searchability
value directly, without checking,
for this ColumnInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public 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 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
raw
- the value to set
AccessPoemException
- 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
AccessPoemException
- 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
cooked
- the value to set
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Field getSearchabilityField() throws AccessPoemException
Searchability
value as a Field
from this ColumnInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Integer getDisplayorderpriority_unsafe()
Displayorderpriority
value, without locking,
for this ColumnInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setDisplayorderpriority_unsafe(Integer cooked)
Displayorderpriority
value directly, without checking,
for this ColumnInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public 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 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- if the value is not validpublic Field getDisplayorderpriorityField() throws AccessPoemException
Displayorderpriority
value as a Field
from this ColumnInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Boolean getSortdescending_unsafe()
Sortdescending
value, without locking,
for this ColumnInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setSortdescending_unsafe(Boolean cooked)
Sortdescending
value directly, without checking,
for this ColumnInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public 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 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
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- 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
cooked
- a boolean
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- if the value is not validpublic Field getSortdescendingField() throws AccessPoemException
Sortdescending
value as a Field
from this ColumnInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Boolean getIndexed_unsafe()
Indexed
value, without locking,
for this ColumnInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setIndexed_unsafe(Boolean cooked)
Indexed
value directly, without checking,
for this ColumnInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public 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 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')
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- 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')
cooked
- a boolean
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- if the value is not validpublic Field getIndexedField() throws AccessPoemException
Indexed
value as a Field
from this ColumnInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Boolean getUnique_unsafe()
Unique
value, without locking,
for this ColumnInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setUnique_unsafe(Boolean cooked)
Unique
value directly, without checking,
for this ColumnInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public 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 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')
cooked
- a validated int
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- 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')
cooked
- a boolean
AccessPoemException
- if the current AccessToken
does not confer write access rights
ValidationPoemException
- if the value is not validpublic Field getUniqueField() throws AccessPoemException
Unique
value as a Field
from this ColumnInfo
Persistent
.
AccessPoemException
- if the current AccessToken
does not confer write access rightsFieldDef.generateFieldCreator(java.io.Writer)
public Integer getIntegrityfix_unsafe()
Integrityfix
value, without locking,
for this ColumnInfo
Persistent
.
FieldDef.generateBaseMethods(java.io.Writer)
public void setIntegrityfix_unsafe(Integer cooked)
Integrityfix
value directly, without checking,
for this ColumnInfo Persistent
.
cooked
- the pre-validated value to setFieldDef.generateBaseMethods(java.io.Writer)
public 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 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
raw
- the value to set
AccessPoemException
- 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
AccessPoemException
- 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
cooked
- the value to set
AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Field getIntegrityfixField() throws AccessPoemException
Integrityfix
value as a Field
from this ColumnInfo
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 |