org.melati.poem.test.generated
Class EverythingAbstractBase

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

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

Melati POEM generated abstract base class for a Persistent EverythingAbstract 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  Double doublefield
          Double Field
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
EverythingAbstractBase()
           
 
Method Summary
 BigDecimal getBigdecimalfield_unsafe()
          Retrieves the Bigdecimalfield value, without locking, for this EverythingAbstract Persistent.
 BigDecimal getBigdecimalfield()
          Retrieves the Bigdecimalfield value, with locking, for this EverythingAbstract Persistent.
 org.melati.poem.Field getBigdecimalfieldField()
          Retrieves the Bigdecimalfield value as a Field from this EverythingAbstract Persistent.
 byte[] getBinaryfield_unsafe()
          Retrieves the Binaryfield value, without locking, for this EverythingAbstract Persistent.
 byte[] getBinaryfield()
          Retrieves the Binaryfield value, with locking, for this EverythingAbstract Persistent.
 org.melati.poem.Field getBinaryfieldField()
          Retrieves the Binaryfield value as a Field from this EverythingAbstract Persistent.
 Boolean getBooleanfield_unsafe()
          Retrieves the Booleanfield value, without locking, for this EverythingAbstract Persistent.
 Boolean getBooleanfield()
          Retrieves the Booleanfield value, with locking, for this EverythingAbstract Persistent.
 org.melati.poem.Field getBooleanfieldField()
          Retrieves the Booleanfield value as a Field from this EverythingAbstract Persistent.
 Date getDatefield_unsafe()
          Retrieves the Datefield value, without locking, for this EverythingAbstract Persistent.
 Date getDatefield()
          Retrieves the Datefield value, with locking, for this EverythingAbstract Persistent.
 org.melati.poem.Field getDatefieldField()
          Retrieves the Datefield value as a Field from this EverythingAbstract Persistent.
 Double getDoublefield_unsafe()
          Retrieves the Doublefield value, without locking, for this EverythingAbstract Persistent.
 Double getDoublefield()
          Retrieves the Doublefield value, with locking, for this EverythingAbstract Persistent.
 org.melati.poem.Field getDoublefieldField()
          Retrieves the Doublefield value as a Field from this EverythingAbstract Persistent.
 EverythingAbstractTable getEverythingAbstractTable()
          Retrieves the EverythingAbstractTable table which this Persistent is from.
 EverythingDatabaseTables getEverythingDatabaseTables()
          Retrieves the Database object.
 Integer getIntegerfield_unsafe()
          Retrieves the Integerfield value, without locking, for this EverythingAbstract Persistent.
 Integer getIntegerfield()
          Retrieves the Integerfield value, with locking, for this EverythingAbstract Persistent.
 org.melati.poem.Field getIntegerfieldField()
          Retrieves the Integerfield value as a Field from this EverythingAbstract Persistent.
 Long getLongfield_unsafe()
          Retrieves the Longfield value, without locking, for this EverythingAbstract Persistent.
 Long getLongfield()
          Retrieves the Longfield value, with locking, for this EverythingAbstract Persistent.
 org.melati.poem.Field getLongfieldField()
          Retrieves the Longfield value as a Field from this EverythingAbstract Persistent.
 String getPasswordfield_unsafe()
          Retrieves the Passwordfield value, without locking, for this EverythingAbstract Persistent.
 String getPasswordfield()
          Retrieves the Passwordfield value, with locking, for this EverythingAbstract Persistent.
 org.melati.poem.Field getPasswordfieldField()
          Retrieves the Passwordfield value as a Field from this EverythingAbstract Persistent.
 String getStringfield_unsafe()
          Retrieves the Stringfield value, without locking, for this EverythingAbstract Persistent.
 String getStringfield()
          Retrieves the Stringfield value, with locking, for this EverythingAbstract Persistent.
 org.melati.poem.Field getStringfieldField()
          Retrieves the Stringfield value as a Field from this EverythingAbstract Persistent.
 Timestamp getTimestampfield_unsafe()
          Retrieves the Timestampfield value, without locking, for this EverythingAbstract Persistent.
 Timestamp getTimestampfield()
          Retrieves the Timestampfield value, with locking, for this EverythingAbstract Persistent.
 org.melati.poem.Field getTimestampfieldField()
          Retrieves the Timestampfield value as a Field from this EverythingAbstract Persistent.
 void setBigdecimalfield_unsafe(BigDecimal cooked)
          Sets the Bigdecimalfield value directly, without checking, for this EverythingAbstract Persistent.
 void setBigdecimalfield(BigDecimal cooked)
          Sets the Bigdecimalfield value, with checking, for this EverythingAbstract Persistent.
 void setBinaryfield_unsafe(byte[] cooked)
          Sets the Binaryfield value directly, without checking, for this EverythingAbstract Persistent.
 void setBinaryfield(byte[] cooked)
          Sets the Binaryfield value, with checking, for this EverythingAbstract Persistent.
 void setBooleanfield_unsafe(Boolean cooked)
          Sets the Booleanfield value directly, without checking, for this EverythingAbstract Persistent.
 void setBooleanfield(boolean cooked)
          Sets the Booleanfield value, with checking, from a boolean, for this EverythingAbstract Persistent.
 void setBooleanfield(Boolean cooked)
          Sets the Booleanfield value, with checking, for this EverythingAbstract Persistent.
 void setDatefield_unsafe(Date cooked)
          Sets the Datefield value directly, without checking, for this EverythingAbstract Persistent.
 void setDatefield(Date cooked)
          Sets the Datefield value, with checking, for this EverythingAbstract Persistent.
 void setDoublefield_unsafe(Double cooked)
          Sets the Doublefield value directly, without checking, for this EverythingAbstract Persistent.
 void setDoublefield(double cooked)
          Sets the Doublefield value, with checking, for this EverythingAbstract Persistent.
 void setDoublefield(Double cooked)
          Sets the Doublefield value, with checking, for this EverythingAbstract Persistent.
 void setIntegerfield_unsafe(Integer cooked)
          Sets the Integerfield value directly, without checking, for this EverythingAbstract Persistent.
 void setIntegerfield(int cooked)
          Sets the Integerfield value, with checking, for this EverythingAbstract Persistent.
 void setIntegerfield(Integer cooked)
          Sets the Integerfield value, with checking, for this EverythingAbstract Persistent.
 void setLongfield_unsafe(Long cooked)
          Sets the Longfield value directly, without checking, for this EverythingAbstract Persistent.
 void setLongfield(long cooked)
          Sets the Longfield value, with checking, for this EverythingAbstract Persistent.
 void setLongfield(Long cooked)
          Sets the Longfield value, with checking, for this EverythingAbstract Persistent.
 void setPasswordfield_unsafe(String cooked)
          Sets the Passwordfield value directly, without checking, for this EverythingAbstract Persistent.
 void setPasswordfield(String cooked)
          Sets the Passwordfield value, with checking, for this EverythingAbstract Persistent.
 void setStringfield_unsafe(String cooked)
          Sets the Stringfield value directly, without checking, for this EverythingAbstract Persistent.
 void setStringfield(String cooked)
          Sets the Stringfield value, with checking, for this EverythingAbstract Persistent.
 void setTimestampfield_unsafe(Timestamp cooked)
          Sets the Timestampfield value directly, without checking, for this EverythingAbstract Persistent.
 void setTimestampfield(Timestamp cooked)
          Sets the Timestampfield value, with checking, for this EverythingAbstract 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

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

Constructor Detail

EverythingAbstractBase

public EverythingAbstractBase()
Method Detail

getEverythingDatabaseTables

public EverythingDatabaseTables getEverythingDatabaseTables()
Retrieves the Database object.

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

getEverythingAbstractTable

public EverythingAbstractTable getEverythingAbstractTable()
Retrieves the EverythingAbstractTable table which this Persistent is from.

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

getBinaryfield_unsafe

public byte[] getBinaryfield_unsafe()
Retrieves the Binaryfield value, without locking, for this EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract Persistent.

Returns:
the value of the field Binaryfield for this EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract Persistent.

Returns:
the value of the field Stringfield for this EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract Persistent.

Returns:
the value of the field Passwordfield for this EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract Persistent.

Returns:
the value of the field Booleanfield for this EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract Persistent.

Returns:
the value of the field Datefield for this EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract Persistent.

Returns:
the value of the field Doublefield for this EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract Persistent.

Returns:
the value of the field Integerfield for this EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract Persistent.

Returns:
the value of the field Longfield for this EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract Persistent.

Returns:
the value of the field Bigdecimalfield for this EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract Persistent.

Returns:
the value of the field Timestampfield for this EverythingAbstract 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 EverythingAbstract 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 EverythingAbstract 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


Copyright © 2000-2010 PanEris. All Rights Reserved.