org.melati.poem.test.generated
Class ENExtendedBase

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

public abstract class ENExtendedBase
extends EverythingNormal

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

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

Field Summary
protected  BigDecimal bigdecimalfield2
          BigDecimal Field 2 - Second BigDecimal Field
protected  byte[] binaryfield2
          Binaryfield2 - Second Binary Field
protected  Boolean booleanfield2
          Boolean Field 2 - Second Boolean Field
protected  Date datefield2
          Date Field 2 - Second Date Field
protected  Double doublefield2
          Double Field 2 - Second Double Field
protected  Integer integerfield2
          Integer Field 2 - Second Integer Field
protected  Long longfield2
          Long Field 2 - Second Long Field
protected  String passwordfield2
          Password Field 2 - Second Password Field
protected  String stringfield2
          String Field 2 - Second String Field
protected  Timestamp timestampfield2
          Timestamp Field 2 - Second Timestamp Field
 
Fields inherited from class org.melati.poem.test.generated.EverythingNormalBase
bigdecimalfield, binaryfield, booleanfield, datefield, deletedfield, doublefield, id, integerfield, longfield, passwordfield, stringfield, timestampfield
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
ENExtendedBase()
           
 
Method Summary
 BigDecimal getBigdecimalfield2_unsafe()
          Retrieves the Bigdecimalfield2 value, without locking, for this ENExtended Persistent.
 BigDecimal getBigdecimalfield2()
          Retrieves the Bigdecimalfield2 value, with locking, for this ENExtended Persistent.
 org.melati.poem.Field getBigdecimalfield2Field()
          Retrieves the Bigdecimalfield2 value as a Field from this ENExtended Persistent.
 byte[] getBinaryfield2_unsafe()
          Retrieves the Binaryfield2 value, without locking, for this ENExtended Persistent.
 byte[] getBinaryfield2()
          Retrieves the Binaryfield2 value, with locking, for this ENExtended Persistent.
 org.melati.poem.Field getBinaryfield2Field()
          Retrieves the Binaryfield2 value as a Field from this ENExtended Persistent.
 Boolean getBooleanfield2_unsafe()
          Retrieves the Booleanfield2 value, without locking, for this ENExtended Persistent.
 Boolean getBooleanfield2()
          Retrieves the Booleanfield2 value, with locking, for this ENExtended Persistent.
 org.melati.poem.Field getBooleanfield2Field()
          Retrieves the Booleanfield2 value as a Field from this ENExtended Persistent.
 Date getDatefield2_unsafe()
          Retrieves the Datefield2 value, without locking, for this ENExtended Persistent.
 Date getDatefield2()
          Retrieves the Datefield2 value, with locking, for this ENExtended Persistent.
 org.melati.poem.Field getDatefield2Field()
          Retrieves the Datefield2 value as a Field from this ENExtended Persistent.
 Double getDoublefield2_unsafe()
          Retrieves the Doublefield2 value, without locking, for this ENExtended Persistent.
 Double getDoublefield2()
          Retrieves the Doublefield2 value, with locking, for this ENExtended Persistent.
 org.melati.poem.Field getDoublefield2Field()
          Retrieves the Doublefield2 value as a Field from this ENExtended Persistent.
 ENExtendedTable getENExtendedTable()
          Retrieves the ENExtendedTable table which this Persistent is from.
 EverythingDatabaseTables getEverythingDatabaseTables()
          Retrieves the Database object.
 Integer getIntegerfield2_unsafe()
          Retrieves the Integerfield2 value, without locking, for this ENExtended Persistent.
 Integer getIntegerfield2()
          Retrieves the Integerfield2 value, with locking, for this ENExtended Persistent.
 org.melati.poem.Field getIntegerfield2Field()
          Retrieves the Integerfield2 value as a Field from this ENExtended Persistent.
 Long getLongfield2_unsafe()
          Retrieves the Longfield2 value, without locking, for this ENExtended Persistent.
 Long getLongfield2()
          Retrieves the Longfield2 value, with locking, for this ENExtended Persistent.
 org.melati.poem.Field getLongfield2Field()
          Retrieves the Longfield2 value as a Field from this ENExtended Persistent.
 String getPasswordfield2_unsafe()
          Retrieves the Passwordfield2 value, without locking, for this ENExtended Persistent.
 String getPasswordfield2()
          Retrieves the Passwordfield2 value, with locking, for this ENExtended Persistent.
 org.melati.poem.Field getPasswordfield2Field()
          Retrieves the Passwordfield2 value as a Field from this ENExtended Persistent.
 String getStringfield2_unsafe()
          Retrieves the Stringfield2 value, without locking, for this ENExtended Persistent.
 String getStringfield2()
          Retrieves the Stringfield2 value, with locking, for this ENExtended Persistent.
 org.melati.poem.Field getStringfield2Field()
          Retrieves the Stringfield2 value as a Field from this ENExtended Persistent.
 Timestamp getTimestampfield2_unsafe()
          Retrieves the Timestampfield2 value, without locking, for this ENExtended Persistent.
 Timestamp getTimestampfield2()
          Retrieves the Timestampfield2 value, with locking, for this ENExtended Persistent.
 org.melati.poem.Field getTimestampfield2Field()
          Retrieves the Timestampfield2 value as a Field from this ENExtended Persistent.
 void setBigdecimalfield2_unsafe(BigDecimal cooked)
          Sets the Bigdecimalfield2 value directly, without checking, for this ENExtended Persistent.
 void setBigdecimalfield2(BigDecimal cooked)
          Sets the Bigdecimalfield2 value, with checking, for this ENExtended Persistent.
 void setBinaryfield2_unsafe(byte[] cooked)
          Sets the Binaryfield2 value directly, without checking, for this ENExtended Persistent.
 void setBinaryfield2(byte[] cooked)
          Sets the Binaryfield2 value, with checking, for this ENExtended Persistent.
 void setBooleanfield2_unsafe(Boolean cooked)
          Sets the Booleanfield2 value directly, without checking, for this ENExtended Persistent.
 void setBooleanfield2(boolean cooked)
          Sets the Booleanfield2 value, with checking, from a boolean, for this ENExtended Persistent.
 void setBooleanfield2(Boolean cooked)
          Sets the Booleanfield2 value, with checking, for this ENExtended Persistent.
 void setDatefield2_unsafe(Date cooked)
          Sets the Datefield2 value directly, without checking, for this ENExtended Persistent.
 void setDatefield2(Date cooked)
          Sets the Datefield2 value, with checking, for this ENExtended Persistent.
 void setDoublefield2_unsafe(Double cooked)
          Sets the Doublefield2 value directly, without checking, for this ENExtended Persistent.
 void setDoublefield2(double cooked)
          Sets the Doublefield2 value, with checking, for this ENExtended Persistent.
 void setDoublefield2(Double cooked)
          Sets the Doublefield2 value, with checking, for this ENExtended Persistent.
 void setIntegerfield2_unsafe(Integer cooked)
          Sets the Integerfield2 value directly, without checking, for this ENExtended Persistent.
 void setIntegerfield2(int cooked)
          Sets the Integerfield2 value, with checking, for this ENExtended Persistent.
 void setIntegerfield2(Integer cooked)
          Sets the Integerfield2 value, with checking, for this ENExtended Persistent.
 void setLongfield2_unsafe(Long cooked)
          Sets the Longfield2 value directly, without checking, for this ENExtended Persistent.
 void setLongfield2(long cooked)
          Sets the Longfield2 value, with checking, for this ENExtended Persistent.
 void setLongfield2(Long cooked)
          Sets the Longfield2 value, with checking, for this ENExtended Persistent.
 void setPasswordfield2_unsafe(String cooked)
          Sets the Passwordfield2 value directly, without checking, for this ENExtended Persistent.
 void setPasswordfield2(String cooked)
          Sets the Passwordfield2 value, with checking, for this ENExtended Persistent.
 void setStringfield2_unsafe(String cooked)
          Sets the Stringfield2 value directly, without checking, for this ENExtended Persistent.
 void setStringfield2(String cooked)
          Sets the Stringfield2 value, with checking, for this ENExtended Persistent.
 void setTimestampfield2_unsafe(Timestamp cooked)
          Sets the Timestampfield2 value directly, without checking, for this ENExtended Persistent.
 void setTimestampfield2(Timestamp cooked)
          Sets the Timestampfield2 value, with checking, for this ENExtended Persistent.
 
Methods inherited from class org.melati.poem.test.generated.EverythingNormalBase
getBigdecimalfield_unsafe, getBigdecimalfield, getBigdecimalfieldField, getBinaryfield_unsafe, getBinaryfield, getBinaryfieldField, getBooleanfield_unsafe, getBooleanfield, getBooleanfieldField, getDatefield_unsafe, getDatefield, getDatefieldField, getDeletedfield_unsafe, getDeletedfield, getDeletedfieldField, getDoublefield_unsafe, getDoublefield, getDoublefieldField, getEverythingNormalTable, getId_unsafe, getId, getIdField, getIntegerfield_unsafe, getIntegerfield, getIntegerfieldField, getLongfield_unsafe, getLongfield, getLongfieldField, getPasswordfield_unsafe, getPasswordfield, getPasswordfieldField, getStringfield_unsafe, getStringfield, getStringfieldField, getTimestampfield_unsafe, getTimestampfield, getTimestampfieldField, setBigdecimalfield_unsafe, setBigdecimalfield, setBinaryfield_unsafe, setBinaryfield, setBooleanfield_unsafe, setBooleanfield, setBooleanfield, setDatefield_unsafe, setDatefield, setDeletedfield_unsafe, setDeletedfield, setDeletedfield, setDoublefield_unsafe, setDoublefield, setDoublefield, setId_unsafe, setId, setId, setIntegerfield_unsafe, setIntegerfield, setIntegerfield, setLongfield_unsafe, setLongfield, setLongfield, setPasswordfield_unsafe, setPasswordfield, setStringfield_unsafe, setStringfield, setTimestampfield_unsafe, setTimestampfield
 
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

binaryfield2

protected byte[] binaryfield2
Binaryfield2 - Second Binary Field


stringfield2

protected String stringfield2
String Field 2 - Second String Field


passwordfield2

protected String passwordfield2
Password Field 2 - Second Password Field


booleanfield2

protected Boolean booleanfield2
Boolean Field 2 - Second Boolean Field


datefield2

protected Date datefield2
Date Field 2 - Second Date Field


doublefield2

protected Double doublefield2
Double Field 2 - Second Double Field


integerfield2

protected Integer integerfield2
Integer Field 2 - Second Integer Field


longfield2

protected Long longfield2
Long Field 2 - Second Long Field


bigdecimalfield2

protected BigDecimal bigdecimalfield2
BigDecimal Field 2 - Second BigDecimal Field


timestampfield2

protected Timestamp timestampfield2
Timestamp Field 2 - Second Timestamp Field

Constructor Detail

ENExtendedBase

public ENExtendedBase()
Method Detail

getEverythingDatabaseTables

public EverythingDatabaseTables getEverythingDatabaseTables()
Retrieves the Database object.

Overrides:
getEverythingDatabaseTables in class EverythingNormalBase
Returns:
the database
See Also:
org.melati.poem.prepro.TableDef#generatePersistentBaseJava

getENExtendedTable

public ENExtendedTable getENExtendedTable()
Retrieves the ENExtendedTable table which this Persistent is from.

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

getBinaryfield2_unsafe

public byte[] getBinaryfield2_unsafe()
Retrieves the Binaryfield2 value, without locking, for this ENExtended Persistent.

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

setBinaryfield2_unsafe

public void setBinaryfield2_unsafe(byte[] cooked)
Sets the Binaryfield2 value directly, without checking, for this ENExtended Persistent.

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

getBinaryfield2

public byte[] getBinaryfield2()
                       throws org.melati.poem.AccessPoemException
Retrieves the Binaryfield2 value, with locking, for this ENExtended Persistent. Field description: Second Binary Field

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

setBinaryfield2

public void setBinaryfield2(byte[] cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the Binaryfield2 value, with checking, for this ENExtended Persistent. Field description: Second Binary Field

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

getBinaryfield2Field

public org.melati.poem.Field getBinaryfield2Field()
                                           throws org.melati.poem.AccessPoemException
Retrieves the Binaryfield2 value as a Field from this ENExtended Persistent.

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

getStringfield2_unsafe

public String getStringfield2_unsafe()
Retrieves the Stringfield2 value, without locking, for this ENExtended Persistent.

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

setStringfield2_unsafe

public void setStringfield2_unsafe(String cooked)
Sets the Stringfield2 value directly, without checking, for this ENExtended Persistent.

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

getStringfield2

public String getStringfield2()
                       throws org.melati.poem.AccessPoemException
Retrieves the Stringfield2 value, with locking, for this ENExtended Persistent. Field description: Second String Field

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

setStringfield2

public void setStringfield2(String cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the Stringfield2 value, with checking, for this ENExtended Persistent. Field description: Second String Field

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

getStringfield2Field

public org.melati.poem.Field getStringfield2Field()
                                           throws org.melati.poem.AccessPoemException
Retrieves the Stringfield2 value as a Field from this ENExtended Persistent.

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

getPasswordfield2_unsafe

public String getPasswordfield2_unsafe()
Retrieves the Passwordfield2 value, without locking, for this ENExtended Persistent.

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

setPasswordfield2_unsafe

public void setPasswordfield2_unsafe(String cooked)
Sets the Passwordfield2 value directly, without checking, for this ENExtended Persistent.

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

getPasswordfield2

public String getPasswordfield2()
                         throws org.melati.poem.AccessPoemException
Retrieves the Passwordfield2 value, with locking, for this ENExtended Persistent. Field description: Second Password Field

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

setPasswordfield2

public void setPasswordfield2(String cooked)
                       throws org.melati.poem.AccessPoemException,
                              org.melati.poem.ValidationPoemException
Sets the Passwordfield2 value, with checking, for this ENExtended Persistent. Field description: Second Password Field

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

getPasswordfield2Field

public org.melati.poem.Field getPasswordfield2Field()
                                             throws org.melati.poem.AccessPoemException
Retrieves the Passwordfield2 value as a Field from this ENExtended Persistent.

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

getBooleanfield2_unsafe

public Boolean getBooleanfield2_unsafe()
Retrieves the Booleanfield2 value, without locking, for this ENExtended Persistent.

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

setBooleanfield2_unsafe

public void setBooleanfield2_unsafe(Boolean cooked)
Sets the Booleanfield2 value directly, without checking, for this ENExtended Persistent.

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

getBooleanfield2

public Boolean getBooleanfield2()
                         throws org.melati.poem.AccessPoemException
Retrieves the Booleanfield2 value, with locking, for this ENExtended Persistent. Field description: Second Boolean Field

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

setBooleanfield2

public void setBooleanfield2(Boolean cooked)
                      throws org.melati.poem.AccessPoemException,
                             org.melati.poem.ValidationPoemException
Sets the Booleanfield2 value, with checking, for this ENExtended Persistent. Field description: Second Boolean Field

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

setBooleanfield2

public final void setBooleanfield2(boolean cooked)
                            throws org.melati.poem.AccessPoemException,
                                   org.melati.poem.ValidationPoemException
Sets the Booleanfield2 value, with checking, from a boolean, for this ENExtended Persistent. Field description: Second Boolean Field

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

getBooleanfield2Field

public org.melati.poem.Field getBooleanfield2Field()
                                            throws org.melati.poem.AccessPoemException
Retrieves the Booleanfield2 value as a Field from this ENExtended Persistent.

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

getDatefield2_unsafe

public Date getDatefield2_unsafe()
Retrieves the Datefield2 value, without locking, for this ENExtended Persistent.

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

setDatefield2_unsafe

public void setDatefield2_unsafe(Date cooked)
Sets the Datefield2 value directly, without checking, for this ENExtended Persistent.

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

getDatefield2

public Date getDatefield2()
                   throws org.melati.poem.AccessPoemException
Retrieves the Datefield2 value, with locking, for this ENExtended Persistent. Field description: Second Date Field

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

setDatefield2

public void setDatefield2(Date cooked)
                   throws org.melati.poem.AccessPoemException,
                          org.melati.poem.ValidationPoemException
Sets the Datefield2 value, with checking, for this ENExtended Persistent. Field description: Second Date Field

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

getDatefield2Field

public org.melati.poem.Field getDatefield2Field()
                                         throws org.melati.poem.AccessPoemException
Retrieves the Datefield2 value as a Field from this ENExtended Persistent.

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

getDoublefield2_unsafe

public Double getDoublefield2_unsafe()
Retrieves the Doublefield2 value, without locking, for this ENExtended Persistent.

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

setDoublefield2_unsafe

public void setDoublefield2_unsafe(Double cooked)
Sets the Doublefield2 value directly, without checking, for this ENExtended Persistent.

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

getDoublefield2

public Double getDoublefield2()
                       throws org.melati.poem.AccessPoemException
Retrieves the Doublefield2 value, with locking, for this ENExtended Persistent. Field description: Second Double Field

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

setDoublefield2

public void setDoublefield2(Double cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the Doublefield2 value, with checking, for this ENExtended Persistent. Field description: Second Double Field

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

setDoublefield2

public final void setDoublefield2(double cooked)
                           throws org.melati.poem.AccessPoemException,
                                  org.melati.poem.ValidationPoemException
Sets the Doublefield2 value, with checking, for this ENExtended Persistent. Field description: Second Double Field

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

getDoublefield2Field

public org.melati.poem.Field getDoublefield2Field()
                                           throws org.melati.poem.AccessPoemException
Retrieves the Doublefield2 value as a Field from this ENExtended Persistent.

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

getIntegerfield2_unsafe

public Integer getIntegerfield2_unsafe()
Retrieves the Integerfield2 value, without locking, for this ENExtended Persistent.

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

setIntegerfield2_unsafe

public void setIntegerfield2_unsafe(Integer cooked)
Sets the Integerfield2 value directly, without checking, for this ENExtended Persistent.

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

getIntegerfield2

public Integer getIntegerfield2()
                         throws org.melati.poem.AccessPoemException
Retrieves the Integerfield2 value, with locking, for this ENExtended Persistent. Field description: Second Integer Field

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

setIntegerfield2

public void setIntegerfield2(Integer cooked)
                      throws org.melati.poem.AccessPoemException,
                             org.melati.poem.ValidationPoemException
Sets the Integerfield2 value, with checking, for this ENExtended Persistent. Field description: Second Integer Field

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

setIntegerfield2

public final void setIntegerfield2(int cooked)
                            throws org.melati.poem.AccessPoemException,
                                   org.melati.poem.ValidationPoemException
Sets the Integerfield2 value, with checking, for this ENExtended Persistent. Field description: Second Integer Field

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

getIntegerfield2Field

public org.melati.poem.Field getIntegerfield2Field()
                                            throws org.melati.poem.AccessPoemException
Retrieves the Integerfield2 value as a Field from this ENExtended Persistent.

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

getLongfield2_unsafe

public Long getLongfield2_unsafe()
Retrieves the Longfield2 value, without locking, for this ENExtended Persistent.

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

setLongfield2_unsafe

public void setLongfield2_unsafe(Long cooked)
Sets the Longfield2 value directly, without checking, for this ENExtended Persistent.

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

getLongfield2

public Long getLongfield2()
                   throws org.melati.poem.AccessPoemException
Retrieves the Longfield2 value, with locking, for this ENExtended Persistent. Field description: Second Long Field

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

setLongfield2

public void setLongfield2(Long cooked)
                   throws org.melati.poem.AccessPoemException,
                          org.melati.poem.ValidationPoemException
Sets the Longfield2 value, with checking, for this ENExtended Persistent. Field description: Second Long Field

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

setLongfield2

public final void setLongfield2(long cooked)
                         throws org.melati.poem.AccessPoemException,
                                org.melati.poem.ValidationPoemException
Sets the Longfield2 value, with checking, for this ENExtended Persistent. Field description: Second Long Field

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

getLongfield2Field

public org.melati.poem.Field getLongfield2Field()
                                         throws org.melati.poem.AccessPoemException
Retrieves the Longfield2 value as a Field from this ENExtended Persistent.

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

getBigdecimalfield2_unsafe

public BigDecimal getBigdecimalfield2_unsafe()
Retrieves the Bigdecimalfield2 value, without locking, for this ENExtended Persistent.

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

setBigdecimalfield2_unsafe

public void setBigdecimalfield2_unsafe(BigDecimal cooked)
Sets the Bigdecimalfield2 value directly, without checking, for this ENExtended Persistent.

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

getBigdecimalfield2

public BigDecimal getBigdecimalfield2()
                               throws org.melati.poem.AccessPoemException
Retrieves the Bigdecimalfield2 value, with locking, for this ENExtended Persistent. Field description: Second BigDecimal Field

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

setBigdecimalfield2

public void setBigdecimalfield2(BigDecimal cooked)
                         throws org.melati.poem.AccessPoemException,
                                org.melati.poem.ValidationPoemException
Sets the Bigdecimalfield2 value, with checking, for this ENExtended Persistent. Field description: Second BigDecimal Field

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

getBigdecimalfield2Field

public org.melati.poem.Field getBigdecimalfield2Field()
                                               throws org.melati.poem.AccessPoemException
Retrieves the Bigdecimalfield2 value as a Field from this ENExtended Persistent.

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

getTimestampfield2_unsafe

public Timestamp getTimestampfield2_unsafe()
Retrieves the Timestampfield2 value, without locking, for this ENExtended Persistent.

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

setTimestampfield2_unsafe

public void setTimestampfield2_unsafe(Timestamp cooked)
Sets the Timestampfield2 value directly, without checking, for this ENExtended Persistent.

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

getTimestampfield2

public Timestamp getTimestampfield2()
                             throws org.melati.poem.AccessPoemException
Retrieves the Timestampfield2 value, with locking, for this ENExtended Persistent. Field description: Second Timestamp Field

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

setTimestampfield2

public void setTimestampfield2(Timestamp cooked)
                        throws org.melati.poem.AccessPoemException,
                               org.melati.poem.ValidationPoemException
Sets the Timestampfield2 value, with checking, for this ENExtended Persistent. Field description: Second Timestamp Field

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

getTimestampfield2Field

public org.melati.poem.Field getTimestampfield2Field()
                                              throws org.melati.poem.AccessPoemException
Retrieves the Timestampfield2 value as a Field from this ENExtended Persistent.

Returns:
the Timestamp timestampfield2
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.