org.melati.poem.test.generated
Class EverythingNormalBase

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

public abstract class EverythingNormalBase
extends org.melati.poem.JdbcPersistent

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

See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava

Field Summary
protected  BigDecimal bigdecimalfield
          BigDecimal Field
protected  byte[] binaryfield
          Binaryfield
protected  Boolean booleanfield
          Boolean Field
protected  Date datefield
          Date Field
protected  Boolean deletedfield
          Deleted Field
protected  Double doublefield
          Double Field
protected  Integer id
          Id
protected  Integer integerfield
          Integer Field
protected  Long longfield
          Long Field
protected  String passwordfield
          Password Field
protected  String stringfield
          String Field
protected  Timestamp timestampfield
          Timestamp Field
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
EverythingNormalBase()
           
 
Method Summary
 BigDecimal getBigdecimalfield_unsafe()
          Retrieves the Bigdecimalfield value, without locking, for this EverythingNormal Persistent.
 BigDecimal getBigdecimalfield()
          Retrieves the Bigdecimalfield value, with locking, for this EverythingNormal Persistent.
 org.melati.poem.Field getBigdecimalfieldField()
          Retrieves the Bigdecimalfield value as a Field from this EverythingNormal Persistent.
 byte[] getBinaryfield_unsafe()
          Retrieves the Binaryfield value, without locking, for this EverythingNormal Persistent.
 byte[] getBinaryfield()
          Retrieves the Binaryfield value, with locking, for this EverythingNormal Persistent.
 org.melati.poem.Field getBinaryfieldField()
          Retrieves the Binaryfield value as a Field from this EverythingNormal Persistent.
 Boolean getBooleanfield_unsafe()
          Retrieves the Booleanfield value, without locking, for this EverythingNormal Persistent.
 Boolean getBooleanfield()
          Retrieves the Booleanfield value, with locking, for this EverythingNormal Persistent.
 org.melati.poem.Field getBooleanfieldField()
          Retrieves the Booleanfield value as a Field from this EverythingNormal Persistent.
 Date getDatefield_unsafe()
          Retrieves the Datefield value, without locking, for this EverythingNormal Persistent.
 Date getDatefield()
          Retrieves the Datefield value, with locking, for this EverythingNormal Persistent.
 org.melati.poem.Field getDatefieldField()
          Retrieves the Datefield value as a Field from this EverythingNormal Persistent.
 Boolean getDeletedfield_unsafe()
          Retrieves the Deletedfield value, without locking, for this EverythingNormal Persistent.
 Boolean getDeletedfield()
          Retrieves the Deletedfield value, with locking, for this EverythingNormal Persistent.
 org.melati.poem.Field getDeletedfieldField()
          Retrieves the Deletedfield value as a Field from this EverythingNormal Persistent.
 Double getDoublefield_unsafe()
          Retrieves the Doublefield value, without locking, for this EverythingNormal Persistent.
 Double getDoublefield()
          Retrieves the Doublefield value, with locking, for this EverythingNormal Persistent.
 org.melati.poem.Field getDoublefieldField()
          Retrieves the Doublefield value as a Field from this EverythingNormal Persistent.
 EverythingDatabaseTables getEverythingDatabaseTables()
          Retrieves the Database object.
 EverythingNormalTable getEverythingNormalTable()
          Retrieves the EverythingNormalTable table which this Persistent is from.
 Integer getId_unsafe()
          Retrieves the Id value, without locking, for this EverythingNormal Persistent.
 Integer getId()
          Retrieves the Id value, with locking, for this EverythingNormal Persistent.
 org.melati.poem.Field getIdField()
          Retrieves the Id value as a Field from this EverythingNormal Persistent.
 Integer getIntegerfield_unsafe()
          Retrieves the Integerfield value, without locking, for this EverythingNormal Persistent.
 Integer getIntegerfield()
          Retrieves the Integerfield value, with locking, for this EverythingNormal Persistent.
 org.melati.poem.Field getIntegerfieldField()
          Retrieves the Integerfield value as a Field from this EverythingNormal Persistent.
 Long getLongfield_unsafe()
          Retrieves the Longfield value, without locking, for this EverythingNormal Persistent.
 Long getLongfield()
          Retrieves the Longfield value, with locking, for this EverythingNormal Persistent.
 org.melati.poem.Field getLongfieldField()
          Retrieves the Longfield value as a Field from this EverythingNormal Persistent.
 String getPasswordfield_unsafe()
          Retrieves the Passwordfield value, without locking, for this EverythingNormal Persistent.
 String getPasswordfield()
          Retrieves the Passwordfield value, with locking, for this EverythingNormal Persistent.
 org.melati.poem.Field getPasswordfieldField()
          Retrieves the Passwordfield value as a Field from this EverythingNormal Persistent.
 String getStringfield_unsafe()
          Retrieves the Stringfield value, without locking, for this EverythingNormal Persistent.
 String getStringfield()
          Retrieves the Stringfield value, with locking, for this EverythingNormal Persistent.
 org.melati.poem.Field getStringfieldField()
          Retrieves the Stringfield value as a Field from this EverythingNormal Persistent.
 Timestamp getTimestampfield_unsafe()
          Retrieves the Timestampfield value, without locking, for this EverythingNormal Persistent.
 Timestamp getTimestampfield()
          Retrieves the Timestampfield value, with locking, for this EverythingNormal Persistent.
 org.melati.poem.Field getTimestampfieldField()
          Retrieves the Timestampfield value as a Field from this EverythingNormal Persistent.
 void setBigdecimalfield_unsafe(BigDecimal cooked)
          Sets the Bigdecimalfield value directly, without checking, for this EverythingNormal Persistent.
 void setBigdecimalfield(BigDecimal cooked)
          Sets the Bigdecimalfield value, with checking, for this EverythingNormal Persistent.
 void setBinaryfield_unsafe(byte[] cooked)
          Sets the Binaryfield value directly, without checking, for this EverythingNormal Persistent.
 void setBinaryfield(byte[] cooked)
          Sets the Binaryfield value, with checking, for this EverythingNormal Persistent.
 void setBooleanfield_unsafe(Boolean cooked)
          Sets the Booleanfield value directly, without checking, for this EverythingNormal Persistent.
 void setBooleanfield(boolean cooked)
          Sets the Booleanfield value, with checking, from a boolean, for this EverythingNormal Persistent.
 void setBooleanfield(Boolean cooked)
          Sets the Booleanfield value, with checking, for this EverythingNormal Persistent.
 void setDatefield_unsafe(Date cooked)
          Sets the Datefield value directly, without checking, for this EverythingNormal Persistent.
 void setDatefield(Date cooked)
          Sets the Datefield value, with checking, for this EverythingNormal Persistent.
 void setDeletedfield_unsafe(Boolean cooked)
          Sets the Deletedfield value directly, without checking, for this EverythingNormal Persistent.
 void setDeletedfield(boolean cooked)
          Sets the Deletedfield value, with checking, from a boolean, for this EverythingNormal Persistent.
 void setDeletedfield(Boolean cooked)
          Sets the Deletedfield value, with checking, for this EverythingNormal Persistent.
 void setDoublefield_unsafe(Double cooked)
          Sets the Doublefield value directly, without checking, for this EverythingNormal Persistent.
 void setDoublefield(double cooked)
          Sets the Doublefield value, with checking, for this EverythingNormal Persistent.
 void setDoublefield(Double cooked)
          Sets the Doublefield value, with checking, for this EverythingNormal Persistent.
 void setId_unsafe(Integer cooked)
          Sets the Id value directly, without checking, for this EverythingNormal Persistent.
 void setId(int cooked)
          Sets the Id value, with checking, for this EverythingNormal Persistent.
 void setId(Integer cooked)
          Sets the Id value, with checking, for this EverythingNormal Persistent.
 void setIntegerfield_unsafe(Integer cooked)
          Sets the Integerfield value directly, without checking, for this EverythingNormal Persistent.
 void setIntegerfield(int cooked)
          Sets the Integerfield value, with checking, for this EverythingNormal Persistent.
 void setIntegerfield(Integer cooked)
          Sets the Integerfield value, with checking, for this EverythingNormal Persistent.
 void setLongfield_unsafe(Long cooked)
          Sets the Longfield value directly, without checking, for this EverythingNormal Persistent.
 void setLongfield(long cooked)
          Sets the Longfield value, with checking, for this EverythingNormal Persistent.
 void setLongfield(Long cooked)
          Sets the Longfield value, with checking, for this EverythingNormal Persistent.
 void setPasswordfield_unsafe(String cooked)
          Sets the Passwordfield value directly, without checking, for this EverythingNormal Persistent.
 void setPasswordfield(String cooked)
          Sets the Passwordfield value, with checking, for this EverythingNormal Persistent.
 void setStringfield_unsafe(String cooked)
          Sets the Stringfield value directly, without checking, for this EverythingNormal Persistent.
 void setStringfield(String cooked)
          Sets the Stringfield value, with checking, for this EverythingNormal Persistent.
 void setTimestampfield_unsafe(Timestamp cooked)
          Sets the Timestampfield value directly, without checking, for this EverythingNormal Persistent.
 void setTimestampfield(Timestamp cooked)
          Sets the Timestampfield value, with checking, for this EverythingNormal 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

id

protected Integer id
Id


binaryfield

protected byte[] binaryfield
Binaryfield


stringfield

protected String stringfield
String Field


passwordfield

protected String passwordfield
Password Field


booleanfield

protected Boolean booleanfield
Boolean Field


datefield

protected Date datefield
Date Field


doublefield

protected Double doublefield
Double Field


integerfield

protected Integer integerfield
Integer Field


longfield

protected Long longfield
Long Field


bigdecimalfield

protected BigDecimal bigdecimalfield
BigDecimal Field


timestampfield

protected Timestamp timestampfield
Timestamp Field


deletedfield

protected Boolean deletedfield
Deleted Field

Constructor Detail

EverythingNormalBase

public EverythingNormalBase()
Method Detail

getEverythingDatabaseTables

public EverythingDatabaseTables getEverythingDatabaseTables()
Retrieves the Database object.

Returns:
the database
See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava

getEverythingNormalTable

public EverythingNormalTable getEverythingNormalTable()
Retrieves the EverythingNormalTable table which this Persistent is from.

Returns:
the EverythingNormalTable
See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava

getId_unsafe

public Integer getId_unsafe()
Retrieves the Id value, without locking, for this EverythingNormal Persistent.

Returns:
the Integer id
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setId_unsafe

public void setId_unsafe(Integer cooked)
Sets the Id value directly, without checking, for this EverythingNormal Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getId

public Integer getId()
              throws org.melati.poem.AccessPoemException
Retrieves the Id value, with locking, for this EverythingNormal Persistent.

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

setId

public void setId(Integer cooked)
           throws org.melati.poem.AccessPoemException,
                  org.melati.poem.ValidationPoemException
Sets the Id value, with checking, for this EverythingNormal Persistent.

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

setId

public final void setId(int cooked)
                 throws org.melati.poem.AccessPoemException,
                        org.melati.poem.ValidationPoemException
Sets the Id value, with checking, for this EverythingNormal Persistent.

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

getIdField

public org.melati.poem.Field getIdField()
                                 throws org.melati.poem.AccessPoemException
Retrieves the Id value as a Field from this EverythingNormal Persistent.

Returns:
the Integer id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getBinaryfield_unsafe

public byte[] getBinaryfield_unsafe()
Retrieves the Binaryfield value, without locking, for this EverythingNormal Persistent.

Returns:
the byte[] binaryfield
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setBinaryfield_unsafe

public void setBinaryfield_unsafe(byte[] cooked)
Sets the Binaryfield value directly, without checking, for this EverythingNormal Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getBinaryfield

public byte[] getBinaryfield()
                      throws org.melati.poem.AccessPoemException
Retrieves the Binaryfield value, with locking, for this EverythingNormal Persistent.

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

setBinaryfield

public void setBinaryfield(byte[] cooked)
                    throws org.melati.poem.AccessPoemException,
                           org.melati.poem.ValidationPoemException
Sets the Binaryfield value, with checking, for this EverythingNormal Persistent.

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

getBinaryfieldField

public org.melati.poem.Field getBinaryfieldField()
                                          throws org.melati.poem.AccessPoemException
Retrieves the Binaryfield value as a Field from this EverythingNormal Persistent.

Returns:
the byte[] binaryfield
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getStringfield_unsafe

public String getStringfield_unsafe()
Retrieves the Stringfield value, without locking, for this EverythingNormal Persistent.

Returns:
the String stringfield
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setStringfield_unsafe

public void setStringfield_unsafe(String cooked)
Sets the Stringfield value directly, without checking, for this EverythingNormal Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getStringfield

public String getStringfield()
                      throws org.melati.poem.AccessPoemException
Retrieves the Stringfield value, with locking, for this EverythingNormal Persistent.

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

setStringfield

public void setStringfield(String cooked)
                    throws org.melati.poem.AccessPoemException,
                           org.melati.poem.ValidationPoemException
Sets the Stringfield value, with checking, for this EverythingNormal Persistent.

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

getStringfieldField

public org.melati.poem.Field getStringfieldField()
                                          throws org.melati.poem.AccessPoemException
Retrieves the Stringfield value as a Field from this EverythingNormal Persistent.

Returns:
the String stringfield
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getPasswordfield_unsafe

public String getPasswordfield_unsafe()
Retrieves the Passwordfield value, without locking, for this EverythingNormal Persistent.

Returns:
the String passwordfield
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setPasswordfield_unsafe

public void setPasswordfield_unsafe(String cooked)
Sets the Passwordfield value directly, without checking, for this EverythingNormal Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getPasswordfield

public String getPasswordfield()
                        throws org.melati.poem.AccessPoemException
Retrieves the Passwordfield value, with locking, for this EverythingNormal Persistent.

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

setPasswordfield

public void setPasswordfield(String cooked)
                      throws org.melati.poem.AccessPoemException,
                             org.melati.poem.ValidationPoemException
Sets the Passwordfield value, with checking, for this EverythingNormal Persistent.

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

getPasswordfieldField

public org.melati.poem.Field getPasswordfieldField()
                                            throws org.melati.poem.AccessPoemException
Retrieves the Passwordfield value as a Field from this EverythingNormal Persistent.

Returns:
the String passwordfield
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getBooleanfield_unsafe

public Boolean getBooleanfield_unsafe()
Retrieves the Booleanfield value, without locking, for this EverythingNormal Persistent.

Returns:
the Boolean booleanfield
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setBooleanfield_unsafe

public void setBooleanfield_unsafe(Boolean cooked)
Sets the Booleanfield value directly, without checking, for this EverythingNormal Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getBooleanfield

public Boolean getBooleanfield()
                        throws org.melati.poem.AccessPoemException
Retrieves the Booleanfield value, with locking, for this EverythingNormal Persistent.

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

setBooleanfield

public void setBooleanfield(Boolean cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the Booleanfield value, with checking, for this EverythingNormal Persistent.

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

setBooleanfield

public final void setBooleanfield(boolean cooked)
                           throws org.melati.poem.AccessPoemException,
                                  org.melati.poem.ValidationPoemException
Sets the Booleanfield value, with checking, from a boolean, for this EverythingNormal Persistent.

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

getBooleanfieldField

public org.melati.poem.Field getBooleanfieldField()
                                           throws org.melati.poem.AccessPoemException
Retrieves the Booleanfield value as a Field from this EverythingNormal Persistent.

Returns:
the Boolean booleanfield
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getDatefield_unsafe

public Date getDatefield_unsafe()
Retrieves the Datefield value, without locking, for this EverythingNormal Persistent.

Returns:
the Date datefield
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setDatefield_unsafe

public void setDatefield_unsafe(Date cooked)
Sets the Datefield value directly, without checking, for this EverythingNormal Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getDatefield

public Date getDatefield()
                  throws org.melati.poem.AccessPoemException
Retrieves the Datefield value, with locking, for this EverythingNormal Persistent.

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

setDatefield

public void setDatefield(Date cooked)
                  throws org.melati.poem.AccessPoemException,
                         org.melati.poem.ValidationPoemException
Sets the Datefield value, with checking, for this EverythingNormal Persistent.

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

getDatefieldField

public org.melati.poem.Field getDatefieldField()
                                        throws org.melati.poem.AccessPoemException
Retrieves the Datefield value as a Field from this EverythingNormal Persistent.

Returns:
the Date datefield
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getDoublefield_unsafe

public Double getDoublefield_unsafe()
Retrieves the Doublefield value, without locking, for this EverythingNormal Persistent.

Returns:
the Double doublefield
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setDoublefield_unsafe

public void setDoublefield_unsafe(Double cooked)
Sets the Doublefield value directly, without checking, for this EverythingNormal Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getDoublefield

public Double getDoublefield()
                      throws org.melati.poem.AccessPoemException
Retrieves the Doublefield value, with locking, for this EverythingNormal Persistent.

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

setDoublefield

public void setDoublefield(Double cooked)
                    throws org.melati.poem.AccessPoemException,
                           org.melati.poem.ValidationPoemException
Sets the Doublefield value, with checking, for this EverythingNormal Persistent.

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

setDoublefield

public final void setDoublefield(double cooked)
                          throws org.melati.poem.AccessPoemException,
                                 org.melati.poem.ValidationPoemException
Sets the Doublefield value, with checking, for this EverythingNormal Persistent.

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

getDoublefieldField

public org.melati.poem.Field getDoublefieldField()
                                          throws org.melati.poem.AccessPoemException
Retrieves the Doublefield value as a Field from this EverythingNormal Persistent.

Returns:
the Double doublefield
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getIntegerfield_unsafe

public Integer getIntegerfield_unsafe()
Retrieves the Integerfield value, without locking, for this EverythingNormal Persistent.

Returns:
the Integer integerfield
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setIntegerfield_unsafe

public void setIntegerfield_unsafe(Integer cooked)
Sets the Integerfield value directly, without checking, for this EverythingNormal Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getIntegerfield

public Integer getIntegerfield()
                        throws org.melati.poem.AccessPoemException
Retrieves the Integerfield value, with locking, for this EverythingNormal Persistent.

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

setIntegerfield

public void setIntegerfield(Integer cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the Integerfield value, with checking, for this EverythingNormal Persistent.

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

setIntegerfield

public final void setIntegerfield(int cooked)
                           throws org.melati.poem.AccessPoemException,
                                  org.melati.poem.ValidationPoemException
Sets the Integerfield value, with checking, for this EverythingNormal Persistent.

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

getIntegerfieldField

public org.melati.poem.Field getIntegerfieldField()
                                           throws org.melati.poem.AccessPoemException
Retrieves the Integerfield value as a Field from this EverythingNormal Persistent.

Returns:
the Integer integerfield
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getLongfield_unsafe

public Long getLongfield_unsafe()
Retrieves the Longfield value, without locking, for this EverythingNormal Persistent.

Returns:
the Long longfield
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setLongfield_unsafe

public void setLongfield_unsafe(Long cooked)
Sets the Longfield value directly, without checking, for this EverythingNormal Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getLongfield

public Long getLongfield()
                  throws org.melati.poem.AccessPoemException
Retrieves the Longfield value, with locking, for this EverythingNormal Persistent.

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

setLongfield

public void setLongfield(Long cooked)
                  throws org.melati.poem.AccessPoemException,
                         org.melati.poem.ValidationPoemException
Sets the Longfield value, with checking, for this EverythingNormal Persistent.

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

setLongfield

public final void setLongfield(long cooked)
                        throws org.melati.poem.AccessPoemException,
                               org.melati.poem.ValidationPoemException
Sets the Longfield value, with checking, for this EverythingNormal Persistent.

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

getLongfieldField

public org.melati.poem.Field getLongfieldField()
                                        throws org.melati.poem.AccessPoemException
Retrieves the Longfield value as a Field from this EverythingNormal Persistent.

Returns:
the Long longfield
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getBigdecimalfield_unsafe

public BigDecimal getBigdecimalfield_unsafe()
Retrieves the Bigdecimalfield value, without locking, for this EverythingNormal Persistent.

Returns:
the BigDecimal bigdecimalfield
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setBigdecimalfield_unsafe

public void setBigdecimalfield_unsafe(BigDecimal cooked)
Sets the Bigdecimalfield value directly, without checking, for this EverythingNormal Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getBigdecimalfield

public BigDecimal getBigdecimalfield()
                              throws org.melati.poem.AccessPoemException
Retrieves the Bigdecimalfield value, with locking, for this EverythingNormal Persistent.

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

setBigdecimalfield

public void setBigdecimalfield(BigDecimal cooked)
                        throws org.melati.poem.AccessPoemException,
                               org.melati.poem.ValidationPoemException
Sets the Bigdecimalfield value, with checking, for this EverythingNormal Persistent.

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

getBigdecimalfieldField

public org.melati.poem.Field getBigdecimalfieldField()
                                              throws org.melati.poem.AccessPoemException
Retrieves the Bigdecimalfield value as a Field from this EverythingNormal Persistent.

Returns:
the BigDecimal bigdecimalfield
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getTimestampfield_unsafe

public Timestamp getTimestampfield_unsafe()
Retrieves the Timestampfield value, without locking, for this EverythingNormal Persistent.

Returns:
the Timestamp timestampfield
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setTimestampfield_unsafe

public void setTimestampfield_unsafe(Timestamp cooked)
Sets the Timestampfield value directly, without checking, for this EverythingNormal Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getTimestampfield

public Timestamp getTimestampfield()
                            throws org.melati.poem.AccessPoemException
Retrieves the Timestampfield value, with locking, for this EverythingNormal Persistent.

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

setTimestampfield

public void setTimestampfield(Timestamp cooked)
                       throws org.melati.poem.AccessPoemException,
                              org.melati.poem.ValidationPoemException
Sets the Timestampfield value, with checking, for this EverythingNormal Persistent.

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

getTimestampfieldField

public org.melati.poem.Field getTimestampfieldField()
                                             throws org.melati.poem.AccessPoemException
Retrieves the Timestampfield value as a Field from this EverythingNormal Persistent.

Returns:
the Timestamp timestampfield
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator

getDeletedfield_unsafe

public Boolean getDeletedfield_unsafe()
Retrieves the Deletedfield value, without locking, for this EverythingNormal Persistent.

Returns:
the Boolean deletedfield
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

setDeletedfield_unsafe

public void setDeletedfield_unsafe(Boolean cooked)
Sets the Deletedfield value directly, without checking, for this EverythingNormal Persistent.

Parameters:
cooked - the pre-validated value to set
See Also:
org.melati.poem.prepro.FieldDef#generateBaseMethods

getDeletedfield

public Boolean getDeletedfield()
                        throws org.melati.poem.AccessPoemException
Retrieves the Deletedfield value, with locking, for this EverythingNormal Persistent.

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

setDeletedfield

public void setDeletedfield(Boolean cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the Deletedfield value, with checking, for this EverythingNormal Persistent.

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

setDeletedfield

public final void setDeletedfield(boolean cooked)
                           throws org.melati.poem.AccessPoemException,
                                  org.melati.poem.ValidationPoemException
Sets the Deletedfield value, with checking, from a boolean, for this EverythingNormal Persistent.

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

getDeletedfieldField

public org.melati.poem.Field getDeletedfieldField()
                                           throws org.melati.poem.AccessPoemException
Retrieves the Deletedfield value as a Field from this EverythingNormal Persistent.

Returns:
the Boolean deletedfield
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
See Also:
org.melati.poem.prepro.FieldDef#generateFieldCreator


Copyright © 2000-2010 PanEris. All Rights Reserved.