org.melati.poem.generated
Class ValueInfoBase

Package class diagram package ValueInfoBase
java.lang.Object
  extended by org.melati.poem.transaction.Transactioned
      extended by org.melati.poem.JdbcPersistent
          extended by org.melati.poem.generated.ValueInfoBase
All Implemented Interfaces:
Cloneable, Persistable, Persistent, Treeable
Direct Known Subclasses:
ValueInfo

public abstract class ValueInfoBase
extends JdbcPersistent

Melati POEM generated abstract base class for a Persistent ValueInfo Object.

See Also:
TableDef.generatePersistentBaseJava(java.io.Writer)

Field Summary
protected  String description
          description - A brief description of the field's function
protected  String displayname
          Display name - A user-friendly name for the field
protected  Integer height
          Input-box height - A sensible height for text boxes used for entering the field, where appropriate
protected  Boolean nullable
          nullable - Whether the field can be empty
protected  Integer precision
          Precision - Precision (total number of digits) for fixed-point numbers
protected  String rangelimit_string
          Range: limit - The (exclusive) limit of the range of permissible values for the field
protected  String rangelow_string
          Range: low - The low end of the range of permissible values for the field
protected  String renderinfo
          Rendering information - The name of the Melati templet (if not the default) to use for input controls for the field
protected  Integer scale
          Scale - Scale (number of digits after the decimal) for fixed-point numbers
protected  Integer size
          size - For character fields, the maximum number of characters that can be stored, (-1 for unlimited)
protected  Integer typefactory
          Type - The field's POEM type
protected  Boolean usereditable
          User-editable - Whether it makes sense for the user to update the field's value
protected  Integer width
          Input-box width - A sensible width for text boxes used for entering the field, where appropriate
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
ValueInfoBase()
           
 
Method Summary
 String getDescription_unsafe()
          Retrieves the Description value, without locking, for this ValueInfo Persistent.
 String getDescription()
          Retrieves the Description value, with locking, for this ValueInfo Persistent.
 Field getDescriptionField()
          Retrieves the Description value as a Field from this ValueInfo Persistent.
 String getDisplayname_unsafe()
          Retrieves the Displayname value, without locking, for this ValueInfo Persistent.
 String getDisplayname()
          Retrieves the Displayname value, with locking, for this ValueInfo Persistent.
 Field getDisplaynameField()
          Retrieves the Displayname value as a Field from this ValueInfo Persistent.
 Integer getHeight_unsafe()
          Retrieves the Height value, without locking, for this ValueInfo Persistent.
 Integer getHeight()
          Retrieves the Height value, with locking, for this ValueInfo Persistent.
 Field getHeightField()
          Retrieves the Height value as a Field from this ValueInfo Persistent.
 Boolean getNullable_unsafe()
          Retrieves the Nullable value, without locking, for this ValueInfo Persistent.
 Boolean getNullable()
          Retrieves the Nullable value, with locking, for this ValueInfo Persistent.
 Field getNullableField()
          Retrieves the Nullable value as a Field from this ValueInfo Persistent.
 PoemDatabaseTables getPoemDatabaseTables()
          Retrieves the Database object.
 Integer getPrecision_unsafe()
          Retrieves the Precision value, without locking, for this ValueInfo Persistent.
 Integer getPrecision()
          Retrieves the Precision value, with locking, for this ValueInfo Persistent.
 Field getPrecisionField()
          Retrieves the Precision value as a Field from this ValueInfo Persistent.
 String getRangelimit_string_unsafe()
          Retrieves the Rangelimit_string value, without locking, for this ValueInfo Persistent.
 String getRangelimit_string()
          Retrieves the Rangelimit_string value, with locking, for this ValueInfo Persistent.
 Field getRangelimit_stringField()
          Retrieves the Rangelimit_string value as a Field from this ValueInfo Persistent.
 String getRangelow_string_unsafe()
          Retrieves the Rangelow_string value, without locking, for this ValueInfo Persistent.
 String getRangelow_string()
          Retrieves the Rangelow_string value, with locking, for this ValueInfo Persistent.
 Field getRangelow_stringField()
          Retrieves the Rangelow_string value as a Field from this ValueInfo Persistent.
 String getRenderinfo_unsafe()
          Retrieves the Renderinfo value, without locking, for this ValueInfo Persistent.
 String getRenderinfo()
          Retrieves the Renderinfo value, with locking, for this ValueInfo Persistent.
 Field getRenderinfoField()
          Retrieves the Renderinfo value as a Field from this ValueInfo Persistent.
 Integer getScale_unsafe()
          Retrieves the Scale value, without locking, for this ValueInfo Persistent.
 Integer getScale()
          Retrieves the Scale value, with locking, for this ValueInfo Persistent.
 Field getScaleField()
          Retrieves the Scale value as a Field from this ValueInfo Persistent.
 Integer getSize_unsafe()
          Retrieves the Size value, without locking, for this ValueInfo Persistent.
 Integer getSize()
          Retrieves the Size value, with locking, for this ValueInfo Persistent.
 Field getSizeField()
          Retrieves the Size value as a Field from this ValueInfo Persistent.
 Integer getTypefactory_unsafe()
          Retrieves the Typefactory value, without locking, for this ValueInfo Persistent.
 PoemTypeFactory getTypefactory()
          Retrieves the Typefactory value as an PoemTypeFactory for this Column of the ValueInfo Table.
 Integer getTypefactoryCode()
          Retrieves the Typefactory value as an Integer for this Column of the ValueInfo Table.
 Field getTypefactoryField()
          Retrieves the Typefactory value as a Field from this ValueInfo Persistent.
 Boolean getUsereditable_unsafe()
          Retrieves the Usereditable value, without locking, for this ValueInfo Persistent.
 Boolean getUsereditable()
          Retrieves the Usereditable value, with locking, for this ValueInfo Persistent.
 Field getUsereditableField()
          Retrieves the Usereditable value as a Field from this ValueInfo Persistent.
 ValueInfoTable getValueInfoTable()
          Retrieves the ValueInfoTable table which this Persistent is from.
 Integer getWidth_unsafe()
          Retrieves the Width value, without locking, for this ValueInfo Persistent.
 Integer getWidth()
          Retrieves the Width value, with locking, for this ValueInfo Persistent.
 Field getWidthField()
          Retrieves the Width value as a Field from this ValueInfo Persistent.
 void setDescription_unsafe(String cooked)
          Sets the Description value directly, without checking, for this ValueInfo Persistent.
 void setDescription(String cooked)
          Sets the Description value, with checking, for this ValueInfo Persistent.
 void setDisplayname_unsafe(String cooked)
          Sets the Displayname value directly, without checking, for this ValueInfo Persistent.
 void setDisplayname(String cooked)
          Sets the Displayname value, with checking, for this ValueInfo Persistent.
 void setHeight_unsafe(Integer cooked)
          Sets the Height value directly, without checking, for this ValueInfo Persistent.
 void setHeight(int cooked)
          Sets the Height value, with checking, for this ValueInfo Persistent.
 void setHeight(Integer cooked)
          Sets the Height value, with checking, for this ValueInfo Persistent.
 void setNullable_unsafe(Boolean cooked)
          Sets the Nullable value directly, without checking, for this ValueInfo Persistent.
 void setNullable(boolean cooked)
          Sets the Nullable value, with checking, from a boolean, for this ValueInfo Persistent.
 void setNullable(Boolean cooked)
          Sets the Nullable value, with checking, for this ValueInfo Persistent.
 void setPrecision_unsafe(Integer cooked)
          Sets the Precision value directly, without checking, for this ValueInfo Persistent.
 void setPrecision(int cooked)
          Sets the Precision value, with checking, for this ValueInfo Persistent.
 void setPrecision(Integer cooked)
          Sets the Precision value, with checking, for this ValueInfo Persistent.
 void setRangelimit_string_unsafe(String cooked)
          Sets the Rangelimit_string value directly, without checking, for this ValueInfo Persistent.
 void setRangelimit_string(String cooked)
          Sets the Rangelimit_string value, with checking, for this ValueInfo Persistent.
 void setRangelow_string_unsafe(String cooked)
          Sets the Rangelow_string value directly, without checking, for this ValueInfo Persistent.
 void setRangelow_string(String cooked)
          Sets the Rangelow_string value, with checking, for this ValueInfo Persistent.
 void setRenderinfo_unsafe(String cooked)
          Sets the Renderinfo value directly, without checking, for this ValueInfo Persistent.
 void setRenderinfo(String cooked)
          Sets the Renderinfo value, with checking, for this ValueInfo Persistent.
 void setScale_unsafe(Integer cooked)
          Sets the Scale value directly, without checking, for this ValueInfo Persistent.
 void setScale(int cooked)
          Sets the Scale value, with checking, for this ValueInfo Persistent.
 void setScale(Integer cooked)
          Sets the Scale value, with checking, for this ValueInfo Persistent.
 void setSize_unsafe(Integer cooked)
          Sets the Size value directly, without checking, for this ValueInfo Persistent.
 void setSize(int cooked)
          Sets the Size value, with checking, for this ValueInfo Persistent.
 void setSize(Integer cooked)
          Sets the Size value, with checking, for this ValueInfo Persistent.
 void setTypefactory_unsafe(Integer cooked)
          Sets the Typefactory value directly, without checking, for this ValueInfo Persistent.
 void setTypefactory(PoemTypeFactory cooked)
          Sets the PoemTypeFactory Typefactory value for this ValueInfo Column of the ValueInfo Table.
 void setTypefactoryCode(Integer raw)
          Sets the Integer Typefactory value for this ValueInfo Column of the ValueInfo Table.
 void setUsereditable_unsafe(Boolean cooked)
          Sets the Usereditable value directly, without checking, for this ValueInfo Persistent.
 void setUsereditable(boolean cooked)
          Sets the Usereditable value, with checking, from a boolean, for this ValueInfo Persistent.
 void setUsereditable(Boolean cooked)
          Sets the Usereditable value, with checking, for this ValueInfo Persistent.
 void setWidth_unsafe(Integer cooked)
          Sets the Width value directly, without checking, for this ValueInfo Persistent.
 void setWidth(int cooked)
          Sets the Width value, with checking, for this ValueInfo Persistent.
 void setWidth(Integer cooked)
          Sets the Width value, with checking, for this ValueInfo Persistent.
 
Methods inherited from class org.melati.poem.JdbcPersistent
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, clone, commit, countMatchSQL, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, deleteLock, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, existenceLock, fieldsOfColumns, fromClause, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getName, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, load, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, readLock, readLock, readLock, rollback, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troid, upToDate, writeDown, writeLock, writeLock, writeLock
 
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

displayname

protected String displayname
Display name - A user-friendly name for the field


description

protected String description
description - A brief description of the field's function


usereditable

protected Boolean usereditable
User-editable - Whether it makes sense for the user to update the field's value


typefactory

protected Integer typefactory
Type - The field's POEM type


nullable

protected Boolean nullable
nullable - Whether the field can be empty


size

protected Integer size
size - For character fields, the maximum number of characters that can be stored, (-1 for unlimited)


width

protected Integer width
Input-box width - A sensible width for text boxes used for entering the field, where appropriate


height

protected Integer height
Input-box height - A sensible height for text boxes used for entering the field, where appropriate


precision

protected Integer precision
Precision - Precision (total number of digits) for fixed-point numbers


scale

protected Integer scale
Scale - Scale (number of digits after the decimal) for fixed-point numbers


renderinfo

protected String renderinfo
Rendering information - The name of the Melati templet (if not the default) to use for input controls for the field


rangelow_string

protected String rangelow_string
Range: low - The low end of the range of permissible values for the field


rangelimit_string

protected String rangelimit_string
Range: limit - The (exclusive) limit of the range of permissible values for the field

Constructor Detail

ValueInfoBase

public ValueInfoBase()
Method Detail

getPoemDatabaseTables

public PoemDatabaseTables getPoemDatabaseTables()
Retrieves the Database object.

Returns:
the database
See Also:
TableDef.generatePersistentBaseJava(java.io.Writer)

getValueInfoTable

public ValueInfoTable getValueInfoTable()
Retrieves the ValueInfoTable table which this Persistent is from.

Returns:
the ValueInfoTable
See Also:
TableDef.generatePersistentBaseJava(java.io.Writer)

getDisplayname_unsafe

public String getDisplayname_unsafe()
Retrieves the Displayname value, without locking, for this ValueInfo Persistent.

Returns:
the String displayname
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setDisplayname_unsafe

public void setDisplayname_unsafe(String cooked)
Sets the Displayname value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getDisplayname

public String getDisplayname()
                      throws AccessPoemException
Retrieves the Displayname value, with locking, for this ValueInfo Persistent. Field description: A user-friendly name for the field

Returns:
the value of the field Displayname for this ValueInfo Persistent
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setDisplayname

public void setDisplayname(String cooked)
                    throws AccessPoemException,
                           ValidationPoemException
Sets the Displayname value, with checking, for this ValueInfo Persistent. Field description: A user-friendly name for the field

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getDisplaynameField

public Field getDisplaynameField()
                          throws AccessPoemException
Retrieves the Displayname value as a Field from this ValueInfo Persistent.

Returns:
the String displayname
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)

getDescription_unsafe

public String getDescription_unsafe()
Retrieves the Description value, without locking, for this ValueInfo Persistent.

Returns:
the String description
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setDescription_unsafe

public void setDescription_unsafe(String cooked)
Sets the Description value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getDescription

public String getDescription()
                      throws AccessPoemException
Retrieves the Description value, with locking, for this ValueInfo Persistent. Field description: A brief description of the field's function

Returns:
the value of the field Description for this ValueInfo Persistent
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setDescription

public void setDescription(String cooked)
                    throws AccessPoemException,
                           ValidationPoemException
Sets the Description value, with checking, for this ValueInfo Persistent. Field description: A brief description of the field's function

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getDescriptionField

public Field getDescriptionField()
                          throws AccessPoemException
Retrieves the Description value as a Field from this ValueInfo Persistent.

Returns:
the String description
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)

getUsereditable_unsafe

public Boolean getUsereditable_unsafe()
Retrieves the Usereditable value, without locking, for this ValueInfo Persistent.

Returns:
the Boolean usereditable
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setUsereditable_unsafe

public void setUsereditable_unsafe(Boolean cooked)
Sets the Usereditable value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getUsereditable

public Boolean getUsereditable()
                        throws AccessPoemException
Retrieves the Usereditable value, with locking, for this ValueInfo Persistent. Field description: Whether it makes sense for the user to update the field's value

Returns:
the value of the field Usereditable for this ValueInfo Persistent
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setUsereditable

public void setUsereditable(Boolean cooked)
                     throws AccessPoemException,
                            ValidationPoemException
Sets the Usereditable value, with checking, for this ValueInfo Persistent. Field description: Whether it makes sense for the user to update the field's value

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setUsereditable

public final void setUsereditable(boolean cooked)
                           throws AccessPoemException,
                                  ValidationPoemException
Sets the Usereditable value, with checking, from a boolean, for this ValueInfo Persistent. Field description: Whether it makes sense for the user to update the field's value

Parameters:
cooked - a boolean
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.BooleanFieldDef#generateBaseMethods

getUsereditableField

public Field getUsereditableField()
                           throws AccessPoemException
Retrieves the Usereditable value as a Field from this ValueInfo Persistent.

Returns:
the Boolean usereditable
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)

getTypefactory_unsafe

public Integer getTypefactory_unsafe()
Retrieves the Typefactory value, without locking, for this ValueInfo Persistent.

Returns:
the Integer typefactory
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setTypefactory_unsafe

public void setTypefactory_unsafe(Integer cooked)
Sets the Typefactory value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getTypefactoryCode

public Integer getTypefactoryCode()
                           throws AccessPoemException
Retrieves the Typefactory value as an Integer for this Column of the ValueInfo Table. Field description: The field's POEM type

Returns:
the Typefactory value of this Column
Throws:
AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ColumnTypeFieldDef#generateBaseMethods

setTypefactoryCode

public void setTypefactoryCode(Integer raw)
                        throws AccessPoemException
Sets the Integer Typefactory value for this ValueInfo Column of the ValueInfo Table. Field description: The field's POEM type

Parameters:
raw - the value to set
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ColumnTypeFieldDef#generateBaseMethods

getTypefactory

public PoemTypeFactory getTypefactory()
                               throws AccessPoemException
Retrieves the Typefactory value as an PoemTypeFactory for this Column of the ValueInfo Table. Field description: The field's POEM type

Returns:
the Typefactory value of this Column
Throws:
AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ColumnTypeFieldDef#generateBaseMethods

setTypefactory

public void setTypefactory(PoemTypeFactory cooked)
                    throws AccessPoemException
Sets the PoemTypeFactory Typefactory value for this ValueInfo Column of the ValueInfo Table. Field description: The field's POEM type

Parameters:
cooked - the value to set
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ColumnTypeFieldDef#generateBaseMethods

getTypefactoryField

public Field getTypefactoryField()
                          throws AccessPoemException
Retrieves the Typefactory value as a Field from this ValueInfo Persistent.

Returns:
the Integer typefactory
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)

getNullable_unsafe

public Boolean getNullable_unsafe()
Retrieves the Nullable value, without locking, for this ValueInfo Persistent.

Returns:
the Boolean nullable
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setNullable_unsafe

public void setNullable_unsafe(Boolean cooked)
Sets the Nullable value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getNullable

public Boolean getNullable()
                    throws AccessPoemException
Retrieves the Nullable value, with locking, for this ValueInfo Persistent. Field description: Whether the field can be empty

Returns:
the value of the field Nullable for this ValueInfo Persistent
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setNullable

public void setNullable(Boolean cooked)
                 throws AccessPoemException,
                        ValidationPoemException
Sets the Nullable value, with checking, for this ValueInfo Persistent. Field description: Whether the field can be empty

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setNullable

public final void setNullable(boolean cooked)
                       throws AccessPoemException,
                              ValidationPoemException
Sets the Nullable value, with checking, from a boolean, for this ValueInfo Persistent. Field description: Whether the field can be empty

Parameters:
cooked - a boolean
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.BooleanFieldDef#generateBaseMethods

getNullableField

public Field getNullableField()
                       throws AccessPoemException
Retrieves the Nullable value as a Field from this ValueInfo Persistent.

Returns:
the Boolean nullable
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)

getSize_unsafe

public Integer getSize_unsafe()
Retrieves the Size value, without locking, for this ValueInfo Persistent.

Returns:
the Integer size
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setSize_unsafe

public void setSize_unsafe(Integer cooked)
Sets the Size value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getSize

public Integer getSize()
                throws AccessPoemException
Retrieves the Size value, with locking, for this ValueInfo Persistent. Field description: For character fields, the maximum number of characters that can be stored, (-1 for unlimited)

Returns:
the value of the field Size for this ValueInfo Persistent
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setSize

public void setSize(Integer cooked)
             throws AccessPoemException,
                    ValidationPoemException
Sets the Size value, with checking, for this ValueInfo Persistent. Field description: For character fields, the maximum number of characters that can be stored, (-1 for unlimited)

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setSize

public final void setSize(int cooked)
                   throws AccessPoemException,
                          ValidationPoemException
Sets the Size value, with checking, for this ValueInfo Persistent. Field description: For character fields, the maximum number of characters that can be stored, (-1 for unlimited)

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.IntegerFieldDef#generateBaseMethods

getSizeField

public Field getSizeField()
                   throws AccessPoemException
Retrieves the Size value as a Field from this ValueInfo Persistent.

Returns:
the Integer size
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)

getWidth_unsafe

public Integer getWidth_unsafe()
Retrieves the Width value, without locking, for this ValueInfo Persistent.

Returns:
the Integer width
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setWidth_unsafe

public void setWidth_unsafe(Integer cooked)
Sets the Width value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getWidth

public Integer getWidth()
                 throws AccessPoemException
Retrieves the Width value, with locking, for this ValueInfo Persistent. Field description: A sensible width for text boxes used for entering the field, where appropriate

Returns:
the value of the field Width for this ValueInfo Persistent
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setWidth

public void setWidth(Integer cooked)
              throws AccessPoemException,
                     ValidationPoemException
Sets the Width value, with checking, for this ValueInfo Persistent. Field description: A sensible width for text boxes used for entering the field, where appropriate

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setWidth

public final void setWidth(int cooked)
                    throws AccessPoemException,
                           ValidationPoemException
Sets the Width value, with checking, for this ValueInfo Persistent. Field description: A sensible width for text boxes used for entering the field, where appropriate

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.IntegerFieldDef#generateBaseMethods

getWidthField

public Field getWidthField()
                    throws AccessPoemException
Retrieves the Width value as a Field from this ValueInfo Persistent.

Returns:
the Integer width
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)

getHeight_unsafe

public Integer getHeight_unsafe()
Retrieves the Height value, without locking, for this ValueInfo Persistent.

Returns:
the Integer height
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setHeight_unsafe

public void setHeight_unsafe(Integer cooked)
Sets the Height value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getHeight

public Integer getHeight()
                  throws AccessPoemException
Retrieves the Height value, with locking, for this ValueInfo Persistent. Field description: A sensible height for text boxes used for entering the field, where appropriate

Returns:
the value of the field Height for this ValueInfo Persistent
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setHeight

public void setHeight(Integer cooked)
               throws AccessPoemException,
                      ValidationPoemException
Sets the Height value, with checking, for this ValueInfo Persistent. Field description: A sensible height for text boxes used for entering the field, where appropriate

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setHeight

public final void setHeight(int cooked)
                     throws AccessPoemException,
                            ValidationPoemException
Sets the Height value, with checking, for this ValueInfo Persistent. Field description: A sensible height for text boxes used for entering the field, where appropriate

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.IntegerFieldDef#generateBaseMethods

getHeightField

public Field getHeightField()
                     throws AccessPoemException
Retrieves the Height value as a Field from this ValueInfo Persistent.

Returns:
the Integer height
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)

getPrecision_unsafe

public Integer getPrecision_unsafe()
Retrieves the Precision value, without locking, for this ValueInfo Persistent.

Returns:
the Integer precision
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setPrecision_unsafe

public void setPrecision_unsafe(Integer cooked)
Sets the Precision value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getPrecision

public Integer getPrecision()
                     throws AccessPoemException
Retrieves the Precision value, with locking, for this ValueInfo Persistent. Field description: Precision (total number of digits) for fixed-point numbers

Returns:
the value of the field Precision for this ValueInfo Persistent
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setPrecision

public void setPrecision(Integer cooked)
                  throws AccessPoemException,
                         ValidationPoemException
Sets the Precision value, with checking, for this ValueInfo Persistent. Field description: Precision (total number of digits) for fixed-point numbers

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setPrecision

public final void setPrecision(int cooked)
                        throws AccessPoemException,
                               ValidationPoemException
Sets the Precision value, with checking, for this ValueInfo Persistent. Field description: Precision (total number of digits) for fixed-point numbers

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.IntegerFieldDef#generateBaseMethods

getPrecisionField

public Field getPrecisionField()
                        throws AccessPoemException
Retrieves the Precision value as a Field from this ValueInfo Persistent.

Returns:
the Integer precision
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)

getScale_unsafe

public Integer getScale_unsafe()
Retrieves the Scale value, without locking, for this ValueInfo Persistent.

Returns:
the Integer scale
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setScale_unsafe

public void setScale_unsafe(Integer cooked)
Sets the Scale value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getScale

public Integer getScale()
                 throws AccessPoemException
Retrieves the Scale value, with locking, for this ValueInfo Persistent. Field description: Scale (number of digits after the decimal) for fixed-point numbers

Returns:
the value of the field Scale for this ValueInfo Persistent
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setScale

public void setScale(Integer cooked)
              throws AccessPoemException,
                     ValidationPoemException
Sets the Scale value, with checking, for this ValueInfo Persistent. Field description: Scale (number of digits after the decimal) for fixed-point numbers

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setScale

public final void setScale(int cooked)
                    throws AccessPoemException,
                           ValidationPoemException
Sets the Scale value, with checking, for this ValueInfo Persistent. Field description: Scale (number of digits after the decimal) for fixed-point numbers

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.IntegerFieldDef#generateBaseMethods

getScaleField

public Field getScaleField()
                    throws AccessPoemException
Retrieves the Scale value as a Field from this ValueInfo Persistent.

Returns:
the Integer scale
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)

getRenderinfo_unsafe

public String getRenderinfo_unsafe()
Retrieves the Renderinfo value, without locking, for this ValueInfo Persistent.

Returns:
the String renderinfo
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setRenderinfo_unsafe

public void setRenderinfo_unsafe(String cooked)
Sets the Renderinfo value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getRenderinfo

public String getRenderinfo()
                     throws AccessPoemException
Retrieves the Renderinfo value, with locking, for this ValueInfo Persistent. Field description: The name of the Melati templet (if not the default) to use for input controls for the field

Returns:
the value of the field Renderinfo for this ValueInfo Persistent
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setRenderinfo

public void setRenderinfo(String cooked)
                   throws AccessPoemException,
                          ValidationPoemException
Sets the Renderinfo value, with checking, for this ValueInfo Persistent. Field description: The name of the Melati templet (if not the default) to use for input controls for the field

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getRenderinfoField

public Field getRenderinfoField()
                         throws AccessPoemException
Retrieves the Renderinfo value as a Field from this ValueInfo Persistent.

Returns:
the String renderinfo
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)

getRangelow_string_unsafe

public String getRangelow_string_unsafe()
Retrieves the Rangelow_string value, without locking, for this ValueInfo Persistent.

Returns:
the String rangelow_string
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setRangelow_string_unsafe

public void setRangelow_string_unsafe(String cooked)
Sets the Rangelow_string value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getRangelow_string

public String getRangelow_string()
                          throws AccessPoemException
Retrieves the Rangelow_string value, with locking, for this ValueInfo Persistent. Field description: The low end of the range of permissible values for the field

Returns:
the value of the field Rangelow_string for this ValueInfo Persistent
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setRangelow_string

public void setRangelow_string(String cooked)
                        throws AccessPoemException,
                               ValidationPoemException
Sets the Rangelow_string value, with checking, for this ValueInfo Persistent. Field description: The low end of the range of permissible values for the field

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getRangelow_stringField

public Field getRangelow_stringField()
                              throws AccessPoemException
Retrieves the Rangelow_string value as a Field from this ValueInfo Persistent.

Returns:
the String rangelow_string
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)

getRangelimit_string_unsafe

public String getRangelimit_string_unsafe()
Retrieves the Rangelimit_string value, without locking, for this ValueInfo Persistent.

Returns:
the String rangelimit_string
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

setRangelimit_string_unsafe

public void setRangelimit_string_unsafe(String cooked)
Sets the Rangelimit_string value directly, without checking, for this ValueInfo Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
FieldDef.generateBaseMethods(java.io.Writer)

getRangelimit_string

public String getRangelimit_string()
                            throws AccessPoemException
Retrieves the Rangelimit_string value, with locking, for this ValueInfo Persistent. Field description: The (exclusive) limit of the range of permissible values for the field

Returns:
the value of the field Rangelimit_string for this ValueInfo Persistent
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

setRangelimit_string

public void setRangelimit_string(String cooked)
                          throws AccessPoemException,
                                 ValidationPoemException
Sets the Rangelimit_string value, with checking, for this ValueInfo Persistent. Field description: The (exclusive) limit of the range of permissible values for the field

Parameters:
cooked - a validated int
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
ValidationPoemException - if the value is not valid
Generator
org.melati.poem.prepro.AtomFieldDef#generateBaseMethods

getRangelimit_stringField

public Field getRangelimit_stringField()
                                throws AccessPoemException
Retrieves the Rangelimit_string value as a Field from this ValueInfo Persistent.

Returns:
the String rangelimit_string
Throws:
AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
FieldDef.generateFieldCreator(java.io.Writer)


Copyright © 2000-2010 PanEris. All Rights Reserved.