org.melati.poem.test.generated
Class EAExtendedBase

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

public abstract class EAExtendedBase
extends EverythingAbstract

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

See Also:
poem.prepro.TableDef

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 id
          Id
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.EverythingAbstractBase
bigdecimalfield, binaryfield, booleanfield, datefield, doublefield, integerfield, longfield, passwordfield, stringfield, timestampfield
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
EAExtendedBase()
           
 
Method Summary
 BigDecimal getBigdecimalfield2_unsafe()
          Retrieves the Bigdecimalfield2 value, without locking, for this EAExtended Persistent.
 BigDecimal getBigdecimalfield2()
          Retrieves the Bigdecimalfield2 value, with locking, for this EAExtended Persistent.
 org.melati.poem.Field getBigdecimalfield2Field()
          Retrieves the Bigdecimalfield2 value as a Field from this EAExtended Persistent.
 byte[] getBinaryfield2_unsafe()
          Retrieves the Binaryfield2 value, without locking, for this EAExtended Persistent.
 byte[] getBinaryfield2()
          Retrieves the Binaryfield2 value, with locking, for this EAExtended Persistent.
 org.melati.poem.Field getBinaryfield2Field()
          Retrieves the Binaryfield2 value as a Field from this EAExtended Persistent.
 Boolean getBooleanfield2_unsafe()
          Retrieves the Booleanfield2 value, without locking, for this EAExtended Persistent.
 Boolean getBooleanfield2()
          Retrieves the Booleanfield2 value, with locking, for this EAExtended Persistent.
 org.melati.poem.Field getBooleanfield2Field()
          Retrieves the Booleanfield2 value as a Field from this EAExtended Persistent.
 Date getDatefield2_unsafe()
          Retrieves the Datefield2 value, without locking, for this EAExtended Persistent.
 Date getDatefield2()
          Retrieves the Datefield2 value, with locking, for this EAExtended Persistent.
 org.melati.poem.Field getDatefield2Field()
          Retrieves the Datefield2 value as a Field from this EAExtended Persistent.
 Double getDoublefield2_unsafe()
          Retrieves the Doublefield2 value, without locking, for this EAExtended Persistent.
 Double getDoublefield2()
          Retrieves the Doublefield2 value, with locking, for this EAExtended Persistent.
 org.melati.poem.Field getDoublefield2Field()
          Retrieves the Doublefield2 value as a Field from this EAExtended Persistent.
 EAExtendedTable getEAExtendedTable()
          Retrieves the EAExtendedTable table which this Persistent is from.
 EverythingDatabaseTables getEverythingDatabaseTables()
          Retrieves the Database object.
 Integer getId_unsafe()
          Retrieves the Id value, without locking, for this EAExtended Persistent.
 Integer getId()
          Retrieves the Id value, with locking, for this EAExtended Persistent.
 org.melati.poem.Field getIdField()
          Retrieves the Id value as a Field from this EAExtended Persistent.
 Integer getIntegerfield2_unsafe()
          Retrieves the Integerfield2 value, without locking, for this EAExtended Persistent.
 Integer getIntegerfield2()
          Retrieves the Integerfield2 value, with locking, for this EAExtended Persistent.
 org.melati.poem.Field getIntegerfield2Field()
          Retrieves the Integerfield2 value as a Field from this EAExtended Persistent.
 Long getLongfield2_unsafe()
          Retrieves the Longfield2 value, without locking, for this EAExtended Persistent.
 Long getLongfield2()
          Retrieves the Longfield2 value, with locking, for this EAExtended Persistent.
 org.melati.poem.Field getLongfield2Field()
          Retrieves the Longfield2 value as a Field from this EAExtended Persistent.
 String getPasswordfield2_unsafe()
          Retrieves the Passwordfield2 value, without locking, for this EAExtended Persistent.
 String getPasswordfield2()
          Retrieves the Passwordfield2 value, with locking, for this EAExtended Persistent.
 org.melati.poem.Field getPasswordfield2Field()
          Retrieves the Passwordfield2 value as a Field from this EAExtended Persistent.
 String getStringfield2_unsafe()
          Retrieves the Stringfield2 value, without locking, for this EAExtended Persistent.
 String getStringfield2()
          Retrieves the Stringfield2 value, with locking, for this EAExtended Persistent.
 org.melati.poem.Field getStringfield2Field()
          Retrieves the Stringfield2 value as a Field from this EAExtended Persistent.
 Timestamp getTimestampfield2_unsafe()
          Retrieves the Timestampfield2 value, without locking, for this EAExtended Persistent.
 Timestamp getTimestampfield2()
          Retrieves the Timestampfield2 value, with locking, for this EAExtended Persistent.
 org.melati.poem.Field getTimestampfield2Field()
          Retrieves the Timestampfield2 value as a Field from this EAExtended Persistent.
 void setBigdecimalfield2_unsafe(BigDecimal cooked)
          Sets the Bigdecimalfield2 value directly, without checking, for this EAExtended Persistent.
 void setBigdecimalfield2(BigDecimal cooked)
          Sets the Bigdecimalfield2 value, with checking, for this EAExtended Persistent.
 void setBinaryfield2_unsafe(byte[] cooked)
          Sets the Binaryfield2 value directly, without checking, for this EAExtended Persistent.
 void setBinaryfield2(byte[] cooked)
          Sets the Binaryfield2 value, with checking, for this EAExtended Persistent.
 void setBooleanfield2_unsafe(Boolean cooked)
          Sets the Booleanfield2 value directly, without checking, for this EAExtended Persistent.
 void setBooleanfield2(boolean cooked)
          Sets the Booleanfield2 value, with checking, from a boolean, for this EAExtended Persistent.
 void setBooleanfield2(Boolean cooked)
          Sets the Booleanfield2 value, with checking, for this EAExtended Persistent.
 void setDatefield2_unsafe(Date cooked)
          Sets the Datefield2 value directly, without checking, for this EAExtended Persistent.
 void setDatefield2(Date cooked)
          Sets the Datefield2 value, with checking, for this EAExtended Persistent.
 void setDoublefield2_unsafe(Double cooked)
          Sets the Doublefield2 value directly, without checking, for this EAExtended Persistent.
 void setDoublefield2(double cooked)
          Sets the Doublefield2 value, with checking, for this EAExtended Persistent.
 void setDoublefield2(Double cooked)
          Sets the Doublefield2 value, with checking, for this EAExtended Persistent.
 void setId_unsafe(Integer cooked)
          Sets the Id value directly, without checking, for this EAExtended Persistent.
 void setId(int cooked)
          Sets the Id value, with checking, for this EAExtended Persistent.
 void setId(Integer cooked)
          Sets the Id value, with checking, for this EAExtended Persistent.
 void setIntegerfield2_unsafe(Integer cooked)
          Sets the Integerfield2 value directly, without checking, for this EAExtended Persistent.
 void setIntegerfield2(int cooked)
          Sets the Integerfield2 value, with checking, for this EAExtended Persistent.
 void setIntegerfield2(Integer cooked)
          Sets the Integerfield2 value, with checking, for this EAExtended Persistent.
 void setLongfield2_unsafe(Long cooked)
          Sets the Longfield2 value directly, without checking, for this EAExtended Persistent.
 void setLongfield2(long cooked)
          Sets the Longfield2 value, with checking, for this EAExtended Persistent.
 void setLongfield2(Long cooked)
          Sets the Longfield2 value, with checking, for this EAExtended Persistent.
 void setPasswordfield2_unsafe(String cooked)
          Sets the Passwordfield2 value directly, without checking, for this EAExtended Persistent.
 void setPasswordfield2(String cooked)
          Sets the Passwordfield2 value, with checking, for this EAExtended Persistent.
 void setStringfield2_unsafe(String cooked)
          Sets the Stringfield2 value directly, without checking, for this EAExtended Persistent.
 void setStringfield2(String cooked)
          Sets the Stringfield2 value, with checking, for this EAExtended Persistent.
 void setTimestampfield2_unsafe(Timestamp cooked)
          Sets the Timestampfield2 value directly, without checking, for this EAExtended Persistent.
 void setTimestampfield2(Timestamp cooked)
          Sets the Timestampfield2 value, with checking, for this EAExtended Persistent.
 
Methods inherited from class org.melati.poem.test.generated.EverythingAbstractBase
getBigdecimalfield_unsafe, getBigdecimalfield, getBigdecimalfieldField, getBinaryfield_unsafe, getBinaryfield, getBinaryfieldField, getBooleanfield_unsafe, getBooleanfield, getBooleanfieldField, getDatefield_unsafe, getDatefield, getDatefieldField, getDoublefield_unsafe, getDoublefield, getDoublefieldField, getEverythingAbstractTable, 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, setDoublefield_unsafe, setDoublefield, setDoublefield, 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

id

protected Integer id
Id


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

EAExtendedBase

public EAExtendedBase()
Method Detail

getEverythingDatabaseTables

public EverythingDatabaseTables getEverythingDatabaseTables()
Retrieves the Database object.

Overrides:
getEverythingDatabaseTables in class EverythingAbstractBase
Returns:
the database
See Also:
poem.prepro.TableDef

getEAExtendedTable

public EAExtendedTable getEAExtendedTable()
Retrieves the EAExtendedTable table which this Persistent is from.

Returns:
the EAExtendedTable
See Also:
poem.prepro.TableDef

getId_unsafe

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

Returns:
the Integer id
See Also:
poem.prepro.FieldDef

setId_unsafe

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

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

getId

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

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

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

getBinaryfield2_unsafe

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

Returns:
the byte[] binaryfield2
See Also:
poem.prepro.FieldDef

setBinaryfield2_unsafe

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

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

getBinaryfield2

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

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

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

getStringfield2_unsafe

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

Returns:
the String stringfield2
See Also:
poem.prepro.FieldDef

setStringfield2_unsafe

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

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

getStringfield2

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

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

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

getPasswordfield2_unsafe

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

Returns:
the String passwordfield2
See Also:
poem.prepro.FieldDef

setPasswordfield2_unsafe

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

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

getPasswordfield2

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

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

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

getBooleanfield2_unsafe

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

Returns:
the Boolean booleanfield2
See Also:
poem.prepro.FieldDef

setBooleanfield2_unsafe

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

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

getBooleanfield2

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

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

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

getDatefield2_unsafe

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

Returns:
the Date datefield2
See Also:
poem.prepro.FieldDef

setDatefield2_unsafe

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

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

getDatefield2

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

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

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

getDoublefield2_unsafe

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

Returns:
the Double doublefield2
See Also:
poem.prepro.FieldDef

setDoublefield2_unsafe

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

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

getDoublefield2

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

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

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

getIntegerfield2_unsafe

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

Returns:
the Integer integerfield2
See Also:
poem.prepro.FieldDef

setIntegerfield2_unsafe

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

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

getIntegerfield2

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

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

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

getLongfield2_unsafe

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

Returns:
the Long longfield2
See Also:
poem.prepro.FieldDef

setLongfield2_unsafe

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

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

getLongfield2

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

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

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

getBigdecimalfield2_unsafe

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

Returns:
the BigDecimal bigdecimalfield2
See Also:
poem.prepro.FieldDef

setBigdecimalfield2_unsafe

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

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

getBigdecimalfield2

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

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

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

getTimestampfield2_unsafe

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

Returns:
the Timestamp timestampfield2
See Also:
poem.prepro.FieldDef

setTimestampfield2_unsafe

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

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

getTimestampfield2

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

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

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


Copyright © 2000-2010 PanEris. All Rights Reserved.