org.melati.poem.test.generated
Class ProtectedBase

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

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

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

See Also:
poem.prepro.TableDef

Field Summary
protected  Integer canDelete
          canDelete - Capability required to delete this row
protected  Integer canRead
          canRead - Capability required to read this row
protected  Integer canSelect
          canSelect - Capability required to select this row
protected  Integer canWrite
          canWrite - Capability required to write this row
protected  Boolean deleted
          deleted - Whether this record is existant
protected  Integer id
          id
protected  String mission
          mission - Secret mission
protected  Integer spy
          spy - Spy
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
ProtectedBase()
           
 
Method Summary
 Integer getCanDelete_unsafe()
          Retrieves the CanDelete value, without locking, for this Protected Persistent.
 org.melati.poem.Capability getCanDelete()
          Retrieves the CanDelete object referred to.
 org.melati.poem.Field getCanDeleteField()
          Retrieves the CanDelete value as a Field from this Protected Persistent.
 Integer getCanDeleteTroid()
          Retrieves the Table Row Object ID.
 Integer getCanRead_unsafe()
          Retrieves the CanRead value, without locking, for this Protected Persistent.
 org.melati.poem.Capability getCanRead()
          Retrieves the CanRead object referred to.
 org.melati.poem.Field getCanReadField()
          Retrieves the CanRead value as a Field from this Protected Persistent.
 Integer getCanReadTroid()
          Retrieves the Table Row Object ID.
 Integer getCanSelect_unsafe()
          Retrieves the CanSelect value, without locking, for this Protected Persistent.
 org.melati.poem.Capability getCanSelect()
          Retrieves the CanSelect object referred to.
 org.melati.poem.Field getCanSelectField()
          Retrieves the CanSelect value as a Field from this Protected Persistent.
 Integer getCanSelectTroid()
          Retrieves the Table Row Object ID.
 Integer getCanWrite_unsafe()
          Retrieves the CanWrite value, without locking, for this Protected Persistent.
 org.melati.poem.Capability getCanWrite()
          Retrieves the CanWrite object referred to.
 org.melati.poem.Field getCanWriteField()
          Retrieves the CanWrite value as a Field from this Protected Persistent.
 Integer getCanWriteTroid()
          Retrieves the Table Row Object ID.
 Boolean getDeleted_unsafe()
          Retrieves the Deleted value, without locking, for this Protected Persistent.
 Boolean getDeleted()
          Retrieves the Deleted value, with locking, for this Protected Persistent.
 org.melati.poem.Field getDeletedField()
          Retrieves the Deleted value as a Field from this Protected Persistent.
 EverythingDatabaseTables getEverythingDatabaseTables()
          Retrieves the Database object.
 Integer getId_unsafe()
          Retrieves the Id value, without locking, for this Protected Persistent.
 Integer getId()
          Retrieves the Id value, with locking, for this Protected Persistent.
 org.melati.poem.Field getIdField()
          Retrieves the Id value as a Field from this Protected Persistent.
 String getMission_unsafe()
          Retrieves the Mission value, without locking, for this Protected Persistent.
 String getMission()
          Retrieves the Mission value, with locking, for this Protected Persistent.
 org.melati.poem.Field getMissionField()
          Retrieves the Mission value as a Field from this Protected Persistent.
 ProtectedTable getProtectedTable()
          Retrieves the ProtectedTable table which this Persistent is from.
 Integer getSpy_unsafe()
          Retrieves the Spy value, without locking, for this Protected Persistent.
 org.melati.poem.User getSpy()
          Retrieves the Spy object referred to.
 org.melati.poem.Field getSpyField()
          Retrieves the Spy value as a Field from this Protected Persistent.
 Integer getSpyTroid()
          Retrieves the Table Row Object ID.
 void setCanDelete_unsafe(Integer cooked)
          Sets the CanDelete value directly, without checking, for this Protected Persistent.
 void setCanDelete(org.melati.poem.Capability cooked)
          Set the CanDelete.
 void setCanDeleteTroid(Integer raw)
          Sets the Table Row Object ID.
 void setCanRead_unsafe(Integer cooked)
          Sets the CanRead value directly, without checking, for this Protected Persistent.
 void setCanRead(org.melati.poem.Capability cooked)
          Set the CanRead.
 void setCanReadTroid(Integer raw)
          Sets the Table Row Object ID.
 void setCanSelect_unsafe(Integer cooked)
          Sets the CanSelect value directly, without checking, for this Protected Persistent.
 void setCanSelect(org.melati.poem.Capability cooked)
          Set the CanSelect.
 void setCanSelectTroid(Integer raw)
          Sets the Table Row Object ID.
 void setCanWrite_unsafe(Integer cooked)
          Sets the CanWrite value directly, without checking, for this Protected Persistent.
 void setCanWrite(org.melati.poem.Capability cooked)
          Set the CanWrite.
 void setCanWriteTroid(Integer raw)
          Sets the Table Row Object ID.
 void setDeleted_unsafe(Boolean cooked)
          Sets the Deleted value directly, without checking, for this Protected Persistent.
 void setDeleted(boolean cooked)
          Sets the Deleted value, with checking, from a boolean, for this Protected Persistent.
 void setDeleted(Boolean cooked)
          Sets the Deleted value, with checking, for this Protected Persistent.
 void setId_unsafe(Integer cooked)
          Sets the Id value directly, without checking, for this Protected Persistent.
 void setId(int cooked)
          Sets the Id value, with checking, for this Protected Persistent.
 void setId(Integer cooked)
          Sets the Id value, with checking, for this Protected Persistent.
 void setMission_unsafe(String cooked)
          Sets the Mission value directly, without checking, for this Protected Persistent.
 void setMission(String cooked)
          Sets the Mission value, with checking, for this Protected Persistent.
 void setSpy_unsafe(Integer cooked)
          Sets the Spy value directly, without checking, for this Protected Persistent.
 void setSpy(org.melati.poem.User cooked)
          Set the Spy.
 void setSpyTroid(Integer raw)
          Sets the Table Row Object ID.
 
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, 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


spy

protected Integer spy
spy - Spy


mission

protected String mission
mission - Secret mission


canRead

protected Integer canRead
canRead - Capability required to read this row


canWrite

protected Integer canWrite
canWrite - Capability required to write this row


canDelete

protected Integer canDelete
canDelete - Capability required to delete this row


canSelect

protected Integer canSelect
canSelect - Capability required to select this row


deleted

protected Boolean deleted
deleted - Whether this record is existant

Constructor Detail

ProtectedBase

public ProtectedBase()
Method Detail

getEverythingDatabaseTables

public EverythingDatabaseTables getEverythingDatabaseTables()
Retrieves the Database object.

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

getProtectedTable

public ProtectedTable getProtectedTable()
Retrieves the ProtectedTable table which this Persistent is from.

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

getId_unsafe

public Integer getId_unsafe()
Retrieves the Id value, without locking, for this Protected 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 Protected 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 Protected Persistent.

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

getSpy_unsafe

public Integer getSpy_unsafe()
Retrieves the Spy value, without locking, for this Protected Persistent.

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

setSpy_unsafe

public void setSpy_unsafe(Integer cooked)
Sets the Spy value directly, without checking, for this Protected Persistent.

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

getSpyTroid

public Integer getSpyTroid()
                    throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setSpyTroid

public void setSpyTroid(Integer raw)
                 throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getSpy

public org.melati.poem.User getSpy()
                            throws org.melati.poem.AccessPoemException,
                                   org.melati.poem.NoSuchRowPoemException
Retrieves the Spy object referred to.

Returns:
the Spy as a User
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
org.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setSpy

public void setSpy(org.melati.poem.User cooked)
            throws org.melati.poem.AccessPoemException
Set the Spy.

Parameters:
cooked - a validated User
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getSpyField

public org.melati.poem.Field getSpyField()
                                  throws org.melati.poem.AccessPoemException
Retrieves the Spy value as a Field from this Protected Persistent.

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

getMission_unsafe

public String getMission_unsafe()
Retrieves the Mission value, without locking, for this Protected Persistent.

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

setMission_unsafe

public void setMission_unsafe(String cooked)
Sets the Mission value directly, without checking, for this Protected Persistent.

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

getMission

public String getMission()
                  throws org.melati.poem.AccessPoemException
Retrieves the Mission value, with locking, for this Protected Persistent. Field description: Secret mission

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

setMission

public void setMission(String cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Sets the Mission value, with checking, for this Protected Persistent. Field description: Secret mission

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

getMissionField

public org.melati.poem.Field getMissionField()
                                      throws org.melati.poem.AccessPoemException
Retrieves the Mission value as a Field from this Protected Persistent.

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

getCanRead_unsafe

public Integer getCanRead_unsafe()
Retrieves the CanRead value, without locking, for this Protected Persistent.

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

setCanRead_unsafe

public void setCanRead_unsafe(Integer cooked)
Sets the CanRead value directly, without checking, for this Protected Persistent.

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

getCanReadTroid

public Integer getCanReadTroid()
                        throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setCanReadTroid

public void setCanReadTroid(Integer raw)
                     throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getCanRead

public org.melati.poem.Capability getCanRead()
                                      throws org.melati.poem.AccessPoemException,
                                             org.melati.poem.NoSuchRowPoemException
Retrieves the CanRead object referred to.

Overrides:
getCanRead in class org.melati.poem.JdbcPersistent
Returns:
the CanRead as a Capability
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
org.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setCanRead

public void setCanRead(org.melati.poem.Capability cooked)
                throws org.melati.poem.AccessPoemException
Set the CanRead.

Parameters:
cooked - a validated Capability
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getCanReadField

public org.melati.poem.Field getCanReadField()
                                      throws org.melati.poem.AccessPoemException
Retrieves the CanRead value as a Field from this Protected Persistent.

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

getCanWrite_unsafe

public Integer getCanWrite_unsafe()
Retrieves the CanWrite value, without locking, for this Protected Persistent.

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

setCanWrite_unsafe

public void setCanWrite_unsafe(Integer cooked)
Sets the CanWrite value directly, without checking, for this Protected Persistent.

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

getCanWriteTroid

public Integer getCanWriteTroid()
                         throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setCanWriteTroid

public void setCanWriteTroid(Integer raw)
                      throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getCanWrite

public org.melati.poem.Capability getCanWrite()
                                       throws org.melati.poem.AccessPoemException,
                                              org.melati.poem.NoSuchRowPoemException
Retrieves the CanWrite object referred to.

Overrides:
getCanWrite in class org.melati.poem.JdbcPersistent
Returns:
the CanWrite as a Capability
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
org.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setCanWrite

public void setCanWrite(org.melati.poem.Capability cooked)
                 throws org.melati.poem.AccessPoemException
Set the CanWrite.

Parameters:
cooked - a validated Capability
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getCanWriteField

public org.melati.poem.Field getCanWriteField()
                                       throws org.melati.poem.AccessPoemException
Retrieves the CanWrite value as a Field from this Protected Persistent.

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

getCanDelete_unsafe

public Integer getCanDelete_unsafe()
Retrieves the CanDelete value, without locking, for this Protected Persistent.

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

setCanDelete_unsafe

public void setCanDelete_unsafe(Integer cooked)
Sets the CanDelete value directly, without checking, for this Protected Persistent.

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

getCanDeleteTroid

public Integer getCanDeleteTroid()
                          throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setCanDeleteTroid

public void setCanDeleteTroid(Integer raw)
                       throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getCanDelete

public org.melati.poem.Capability getCanDelete()
                                        throws org.melati.poem.AccessPoemException,
                                               org.melati.poem.NoSuchRowPoemException
Retrieves the CanDelete object referred to.

Overrides:
getCanDelete in class org.melati.poem.JdbcPersistent
Returns:
the CanDelete as a Capability
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
org.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setCanDelete

public void setCanDelete(org.melati.poem.Capability cooked)
                  throws org.melati.poem.AccessPoemException
Set the CanDelete.

Parameters:
cooked - a validated Capability
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getCanDeleteField

public org.melati.poem.Field getCanDeleteField()
                                        throws org.melati.poem.AccessPoemException
Retrieves the CanDelete value as a Field from this Protected Persistent.

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

getCanSelect_unsafe

public Integer getCanSelect_unsafe()
Retrieves the CanSelect value, without locking, for this Protected Persistent.

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

setCanSelect_unsafe

public void setCanSelect_unsafe(Integer cooked)
Sets the CanSelect value directly, without checking, for this Protected Persistent.

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

getCanSelectTroid

public Integer getCanSelectTroid()
                          throws org.melati.poem.AccessPoemException
Retrieves the Table Row Object ID.

Returns:
the TROID as an Integer
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setCanSelectTroid

public void setCanSelectTroid(Integer raw)
                       throws org.melati.poem.AccessPoemException
Sets the Table Row Object ID.

Parameters:
raw - a Table Row Object Id
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getCanSelect

public org.melati.poem.Capability getCanSelect()
                                        throws org.melati.poem.AccessPoemException,
                                               org.melati.poem.NoSuchRowPoemException
Retrieves the CanSelect object referred to.

Overrides:
getCanSelect in class org.melati.poem.JdbcPersistent
Returns:
the CanSelect as a Capability
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer read access rights
org.melati.poem.NoSuchRowPoemException - if the Persistent has yet to be allocated a TROID
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

setCanSelect

public void setCanSelect(org.melati.poem.Capability cooked)
                  throws org.melati.poem.AccessPoemException
Set the CanSelect.

Parameters:
cooked - a validated Capability
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights
Generator
org.melati.poem.prepro.ReferenceFieldDef#generateBaseMethods

getCanSelectField

public org.melati.poem.Field getCanSelectField()
                                        throws org.melati.poem.AccessPoemException
Retrieves the CanSelect value as a Field from this Protected Persistent.

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

getDeleted_unsafe

public Boolean getDeleted_unsafe()
Retrieves the Deleted value, without locking, for this Protected Persistent.

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

setDeleted_unsafe

public void setDeleted_unsafe(Boolean cooked)
Sets the Deleted value directly, without checking, for this Protected Persistent.

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

getDeleted

public Boolean getDeleted()
                   throws org.melati.poem.AccessPoemException
Retrieves the Deleted value, with locking, for this Protected Persistent. Field description: Whether this record is existant

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

setDeleted

public void setDeleted(Boolean cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Sets the Deleted value, with checking, for this Protected Persistent. Field description: Whether this record is existant

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

setDeleted

public final void setDeleted(boolean cooked)
                      throws org.melati.poem.AccessPoemException,
                             org.melati.poem.ValidationPoemException
Sets the Deleted value, with checking, from a boolean, for this Protected Persistent. Field description: Whether this record is existant

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

getDeletedField

public org.melati.poem.Field getDeletedField()
                                      throws org.melati.poem.AccessPoemException
Retrieves the Deleted value as a Field from this Protected Persistent.

Returns:
the Boolean deleted
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.