|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.melati.poem.transaction.Transactioned
org.melati.poem.JdbcPersistent
org.melati.poem.test.generated.EverythingAbstractBase
public abstract class EverythingAbstractBase
Melati POEM generated abstract base class for a Persistent
EverythingAbstract Object.
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 |
|---|
protected byte[] binaryfield
protected String stringfield
protected String passwordfield
protected Boolean booleanfield
protected Date datefield
protected Double doublefield
protected Integer integerfield
protected Long longfield
protected BigDecimal bigdecimalfield
protected Timestamp timestampfield
| Constructor Detail |
|---|
public EverythingAbstractBase()
| Method Detail |
|---|
public EverythingDatabaseTables getEverythingDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic EverythingAbstractTable getEverythingAbstractTable()
EverythingAbstractTable table
which this Persistent is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic byte[] getBinaryfield_unsafe()
Binaryfield value, without locking,
for this EverythingAbstract Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setBinaryfield_unsafe(byte[] cooked)
Binaryfield value directly, without checking,
for this EverythingAbstract Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public byte[] getBinaryfield()
throws org.melati.poem.AccessPoemException
EverythingAbstract Persistent.
Binaryfield for this
EverythingAbstract Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setBinaryfield(byte[] cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Binaryfield value, with checking, for this
EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getBinaryfieldField()
throws org.melati.poem.AccessPoemException
Binaryfield value as a Field
from this EverythingAbstract Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic String getStringfield_unsafe()
Stringfield value, without locking,
for this EverythingAbstract Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setStringfield_unsafe(String cooked)
Stringfield value directly, without checking,
for this EverythingAbstract Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public String getStringfield()
throws org.melati.poem.AccessPoemException
EverythingAbstract Persistent.
Stringfield for this
EverythingAbstract Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setStringfield(String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Stringfield value, with checking, for this
EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getStringfieldField()
throws org.melati.poem.AccessPoemException
Stringfield value as a Field
from this EverythingAbstract Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic String getPasswordfield_unsafe()
Passwordfield value, without locking,
for this EverythingAbstract Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setPasswordfield_unsafe(String cooked)
Passwordfield value directly, without checking,
for this EverythingAbstract Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public String getPasswordfield()
throws org.melati.poem.AccessPoemException
EverythingAbstract Persistent.
Passwordfield for this
EverythingAbstract Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setPasswordfield(String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Passwordfield value, with checking, for this
EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getPasswordfieldField()
throws org.melati.poem.AccessPoemException
Passwordfield value as a Field
from this EverythingAbstract Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic Boolean getBooleanfield_unsafe()
Booleanfield value, without locking,
for this EverythingAbstract Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setBooleanfield_unsafe(Boolean cooked)
Booleanfield value directly, without checking,
for this EverythingAbstract Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public Boolean getBooleanfield()
throws org.melati.poem.AccessPoemException
EverythingAbstract Persistent.
Booleanfield for this
EverythingAbstract Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setBooleanfield(Boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Booleanfield value, with checking, for this
EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setBooleanfield(boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Booleanfield value, with checking,
from a boolean, for this
EverythingAbstract Persistent.
cooked - a boolean
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getBooleanfieldField()
throws org.melati.poem.AccessPoemException
Booleanfield value as a Field
from this EverythingAbstract Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic Date getDatefield_unsafe()
Datefield value, without locking,
for this EverythingAbstract Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDatefield_unsafe(Date cooked)
Datefield value directly, without checking,
for this EverythingAbstract Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public Date getDatefield()
throws org.melati.poem.AccessPoemException
EverythingAbstract Persistent.
Datefield for this
EverythingAbstract Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDatefield(Date cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Datefield value, with checking, for this
EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getDatefieldField()
throws org.melati.poem.AccessPoemException
Datefield value as a Field
from this EverythingAbstract Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic Double getDoublefield_unsafe()
Doublefield value, without locking,
for this EverythingAbstract Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setDoublefield_unsafe(Double cooked)
Doublefield value directly, without checking,
for this EverythingAbstract Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public Double getDoublefield()
throws org.melati.poem.AccessPoemException
EverythingAbstract Persistent.
Doublefield for this
EverythingAbstract Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDoublefield(Double cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Doublefield value, with checking, for this
EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setDoublefield(double cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Doublefield value, with checking, for this EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getDoublefieldField()
throws org.melati.poem.AccessPoemException
Doublefield value as a Field
from this EverythingAbstract Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic Integer getIntegerfield_unsafe()
Integerfield value, without locking,
for this EverythingAbstract Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setIntegerfield_unsafe(Integer cooked)
Integerfield value directly, without checking,
for this EverythingAbstract Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public Integer getIntegerfield()
throws org.melati.poem.AccessPoemException
EverythingAbstract Persistent.
Integerfield for this
EverythingAbstract Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setIntegerfield(Integer cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Integerfield value, with checking, for this
EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setIntegerfield(int cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Integerfield value, with checking, for this
EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getIntegerfieldField()
throws org.melati.poem.AccessPoemException
Integerfield value as a Field
from this EverythingAbstract Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic Long getLongfield_unsafe()
Longfield value, without locking,
for this EverythingAbstract Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setLongfield_unsafe(Long cooked)
Longfield value directly, without checking,
for this EverythingAbstract Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public Long getLongfield()
throws org.melati.poem.AccessPoemException
EverythingAbstract Persistent.
Longfield for this
EverythingAbstract Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setLongfield(Long cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Longfield value, with checking, for this
EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public final void setLongfield(long cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Longfield value, with checking, for this
EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getLongfieldField()
throws org.melati.poem.AccessPoemException
Longfield value as a Field
from this EverythingAbstract Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic BigDecimal getBigdecimalfield_unsafe()
Bigdecimalfield value, without locking,
for this EverythingAbstract Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setBigdecimalfield_unsafe(BigDecimal cooked)
Bigdecimalfield value directly, without checking,
for this EverythingAbstract Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public BigDecimal getBigdecimalfield()
throws org.melati.poem.AccessPoemException
EverythingAbstract Persistent.
Bigdecimalfield for this
EverythingAbstract Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setBigdecimalfield(BigDecimal cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Bigdecimalfield value, with checking, for this
EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getBigdecimalfieldField()
throws org.melati.poem.AccessPoemException
Bigdecimalfield value as a Field
from this EverythingAbstract Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreatorpublic Timestamp getTimestampfield_unsafe()
Timestampfield value, without locking,
for this EverythingAbstract Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setTimestampfield_unsafe(Timestamp cooked)
Timestampfield value directly, without checking,
for this EverythingAbstract Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public Timestamp getTimestampfield()
throws org.melati.poem.AccessPoemException
EverythingAbstract Persistent.
Timestampfield for this
EverythingAbstract Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setTimestampfield(Timestamp cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Timestampfield value, with checking, for this
EverythingAbstract Persistent.
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getTimestampfieldField()
throws org.melati.poem.AccessPoemException
Timestampfield value as a Field
from this EverythingAbstract Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||