org.paneris.melati.site.model.generated
Class PageBase

java.lang.Object
  extended by org.melati.poem.transaction.Transactioned
      extended by org.melati.poem.JdbcPersistent
          extended by org.paneris.melati.site.model.generated.PageBase
All Implemented Interfaces:
java.lang.Cloneable, org.melati.poem.Persistable, org.melati.poem.Persistent, org.melati.poem.Treeable
Direct Known Subclasses:
Page

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

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

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

Field Summary
protected  java.lang.Boolean deleted
          deleted - Soft delete
protected  java.lang.Boolean display
          display - Whether to display this page
protected  java.lang.String displayname
          Display Name - The full name used in the TITLE.
protected  java.lang.Integer displayorder
          Display order - A rank determining where the page appears in a list
protected  java.lang.Integer id
          id
protected  java.sql.Timestamp lastencached
          Last encached - When the page was encached; cleared when the page is updated
protected  java.lang.String name
          name - A file system name, no spaces or special characters
protected  java.lang.Integer parent
          parent - The parent page (empty for Home).
protected  java.lang.Integer style
          style - The name of the CSS class for this page
protected  java.lang.Integer template
          template - The name of the layout for this page
 
Fields inherited from class org.melati.poem.transaction.Transactioned
valid
 
Constructor Summary
PageBase()
           
 
Method Summary
 java.lang.Boolean getDeleted_unsafe()
          Retrieves the Deleted value, without locking, for this Page Persistent.
 java.lang.Boolean getDeleted()
          Retrieves the Deleted value, with locking, for this Page Persistent.
 org.melati.poem.Field getDeletedField()
          Retrieves the Deleted value as a Field from this Page Persistent.
 java.lang.Boolean getDisplay_unsafe()
          Retrieves the Display value, without locking, for this Page Persistent.
 java.lang.Boolean getDisplay()
          Retrieves the Display value, with locking, for this Page Persistent.
 org.melati.poem.Field getDisplayField()
          Retrieves the Display value as a Field from this Page Persistent.
 java.lang.String getDisplayname_unsafe()
          Retrieves the Displayname value, without locking, for this Page Persistent.
 java.lang.String getDisplayname()
          Retrieves the Displayname value, with locking, for this Page Persistent.
 org.melati.poem.Field getDisplaynameField()
          Retrieves the Displayname value as a Field from this Page Persistent.
 java.lang.Integer getDisplayorder_unsafe()
          Retrieves the Displayorder value, without locking, for this Page Persistent.
 java.lang.Integer getDisplayorder()
          Retrieves the Displayorder value, with locking, for this Page Persistent.
 org.melati.poem.Field getDisplayorderField()
          Retrieves the Displayorder value as a Field from this Page Persistent.
 java.lang.Integer getId_unsafe()
          Retrieves the Id value, without locking, for this Page Persistent.
 java.lang.Integer getId()
          Retrieves the Id value, with locking, for this Page Persistent.
 org.melati.poem.Field getIdField()
          Retrieves the Id value as a Field from this Page Persistent.
 java.sql.Timestamp getLastencached_unsafe()
          Retrieves the Lastencached value, without locking, for this Page Persistent.
 java.sql.Timestamp getLastencached()
          Retrieves the Lastencached value, with locking, for this Page Persistent.
 org.melati.poem.Field getLastencachedField()
          Retrieves the Lastencached value as a Field from this Page Persistent.
 java.lang.String getName_unsafe()
          Retrieves the Name value, without locking, for this Page Persistent.
 java.lang.String getName()
          Retrieves the Name value, with locking, for this Page Persistent.
 org.melati.poem.Field getNameField()
          Retrieves the Name value as a Field from this Page Persistent.
 PageTable getPageTable()
          Retrieves the PageTable table which this Persistent is from.
 java.lang.Integer getParent_unsafe()
          Retrieves the Parent value, without locking, for this Page Persistent.
 Page getParent()
          Retrieves the Parent object referred to.
 org.melati.poem.Field getParentField()
          Retrieves the Parent value as a Field from this Page Persistent.
 java.lang.Integer getParentTroid()
          Retrieves the Table Row Object ID.
 SiteDatabaseTables getSiteDatabaseTables()
          Retrieves the Database object.
 java.lang.Integer getStyle_unsafe()
          Retrieves the Style value, without locking, for this Page Persistent.
 Style getStyle()
          Retrieves the Style object referred to.
 org.melati.poem.Field getStyleField()
          Retrieves the Style value as a Field from this Page Persistent.
 java.lang.Integer getStyleTroid()
          Retrieves the Table Row Object ID.
 java.lang.Integer getTemplate_unsafe()
          Retrieves the Template value, without locking, for this Page Persistent.
 Template getTemplate()
          Retrieves the Template object referred to.
 org.melati.poem.Field getTemplateField()
          Retrieves the Template value as a Field from this Page Persistent.
 java.lang.Integer getTemplateTroid()
          Retrieves the Table Row Object ID.
 void setDeleted_unsafe(java.lang.Boolean cooked)
          Sets the Deleted value directly, without checking, for this Page Persistent.
 void setDeleted(boolean cooked)
          Sets the Deleted value, with checking, from a boolean, for this Page Persistent.
 void setDeleted(java.lang.Boolean cooked)
          Sets the Deleted value, with checking, for this Page Persistent.
 void setDisplay_unsafe(java.lang.Boolean cooked)
          Sets the Display value directly, without checking, for this Page Persistent.
 void setDisplay(boolean cooked)
          Sets the Display value, with checking, from a boolean, for this Page Persistent.
 void setDisplay(java.lang.Boolean cooked)
          Sets the Display value, with checking, for this Page Persistent.
 void setDisplayname_unsafe(java.lang.String cooked)
          Sets the Displayname value directly, without checking, for this Page Persistent.
 void setDisplayname(java.lang.String cooked)
          Sets the Displayname value, with checking, for this Page Persistent.
 void setDisplayorder_unsafe(java.lang.Integer cooked)
          Sets the Displayorder value directly, without checking, for this Page Persistent.
 void setDisplayorder(int cooked)
          Sets the Displayorder value, with checking, for this Page Persistent.
 void setDisplayorder(java.lang.Integer cooked)
          Sets the Displayorder value, with checking, for this Page Persistent.
 void setId_unsafe(java.lang.Integer cooked)
          Sets the Id value directly, without checking, for this Page Persistent.
 void setId(int cooked)
          Sets the Id value, with checking, for this Page Persistent.
 void setId(java.lang.Integer cooked)
          Sets the Id value, with checking, for this Page Persistent.
 void setLastencached_unsafe(java.sql.Timestamp cooked)
          Sets the Lastencached value directly, without checking, for this Page Persistent.
 void setLastencached(java.sql.Timestamp cooked)
          Sets the Lastencached value, with checking, for this Page Persistent.
 void setName_unsafe(java.lang.String cooked)
          Sets the Name value directly, without checking, for this Page Persistent.
 void setName(java.lang.String cooked)
          Sets the Name value, with checking, for this Page Persistent.
 void setParent_unsafe(java.lang.Integer cooked)
          Sets the Parent value directly, without checking, for this Page Persistent.
 void setParent(Page cooked)
          Set the Parent.
 void setParentTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void setStyle_unsafe(java.lang.Integer cooked)
          Sets the Style value directly, without checking, for this Page Persistent.
 void setStyle(Style cooked)
          Set the Style.
 void setStyleTroid(java.lang.Integer raw)
          Sets the Table Row Object ID.
 void setTemplate_unsafe(java.lang.Integer cooked)
          Sets the Template value directly, without checking, for this Page Persistent.
 void setTemplate(Template cooked)
          Set the Template.
 void setTemplateTroid(java.lang.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, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, 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 java.lang.Integer id
id


name

protected java.lang.String name
name - A file system name, no spaces or special characters


displayname

protected java.lang.String displayname
Display Name - The full name used in the TITLE.


displayorder

protected java.lang.Integer displayorder
Display order - A rank determining where the page appears in a list


display

protected java.lang.Boolean display
display - Whether to display this page


deleted

protected java.lang.Boolean deleted
deleted - Soft delete


lastencached

protected java.sql.Timestamp lastencached
Last encached - When the page was encached; cleared when the page is updated


parent

protected java.lang.Integer parent
parent - The parent page (empty for Home).


template

protected java.lang.Integer template
template - The name of the layout for this page


style

protected java.lang.Integer style
style - The name of the CSS class for this page

Constructor Detail

PageBase

public PageBase()
Method Detail

getSiteDatabaseTables

public SiteDatabaseTables getSiteDatabaseTables()
Retrieves the Database object.

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

getPageTable

public PageTable getPageTable()
Retrieves the PageTable table which this Persistent is from.

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

getId_unsafe

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

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

setId_unsafe

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

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

getId

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

Returns:
the value of the field Id for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setId

public void setId(java.lang.Integer cooked)
           throws org.melati.poem.AccessPoemException,
                  org.melati.poem.ValidationPoemException
Sets the Id value, with checking, for this Page 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

setId

public final void setId(int cooked)
                 throws org.melati.poem.AccessPoemException,
                        org.melati.poem.ValidationPoemException
Sets the Id value, with checking, for this Page 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

getIdField

public org.melati.poem.Field getIdField()
                                 throws org.melati.poem.AccessPoemException
Retrieves the Id value as a Field from this Page Persistent.

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

getName_unsafe

public java.lang.String getName_unsafe()
Retrieves the Name value, without locking, for this Page Persistent.

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

setName_unsafe

public void setName_unsafe(java.lang.String cooked)
Sets the Name value directly, without checking, for this Page Persistent.

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

getName

public java.lang.String getName()
                         throws org.melati.poem.AccessPoemException
Retrieves the Name value, with locking, for this Page Persistent. Field description: A file system name, no spaces or special characters

Specified by:
getName in interface org.melati.poem.Treeable
Overrides:
getName in class org.melati.poem.JdbcPersistent
Returns:
the value of the field Name for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setName

public void setName(java.lang.String cooked)
             throws org.melati.poem.AccessPoemException,
                    org.melati.poem.ValidationPoemException
Sets the Name value, with checking, for this Page Persistent. Field description: A file system name, no spaces or special characters

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

getNameField

public org.melati.poem.Field getNameField()
                                   throws org.melati.poem.AccessPoemException
Retrieves the Name value as a Field from this Page Persistent.

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

getDisplayname_unsafe

public java.lang.String getDisplayname_unsafe()
Retrieves the Displayname value, without locking, for this Page Persistent.

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

setDisplayname_unsafe

public void setDisplayname_unsafe(java.lang.String cooked)
Sets the Displayname value directly, without checking, for this Page Persistent.

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

getDisplayname

public java.lang.String getDisplayname()
                                throws org.melati.poem.AccessPoemException
Retrieves the Displayname value, with locking, for this Page Persistent. Field description: The full name used in the TITLE.

Returns:
the value of the field Displayname for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setDisplayname

public void setDisplayname(java.lang.String cooked)
                    throws org.melati.poem.AccessPoemException,
                           org.melati.poem.ValidationPoemException
Sets the Displayname value, with checking, for this Page Persistent. Field description: The full name used in the TITLE.

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

getDisplaynameField

public org.melati.poem.Field getDisplaynameField()
                                          throws org.melati.poem.AccessPoemException
Retrieves the Displayname value as a Field from this Page Persistent.

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

getDisplayorder_unsafe

public java.lang.Integer getDisplayorder_unsafe()
Retrieves the Displayorder value, without locking, for this Page Persistent.

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

setDisplayorder_unsafe

public void setDisplayorder_unsafe(java.lang.Integer cooked)
Sets the Displayorder value directly, without checking, for this Page Persistent.

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

getDisplayorder

public java.lang.Integer getDisplayorder()
                                  throws org.melati.poem.AccessPoemException
Retrieves the Displayorder value, with locking, for this Page Persistent. Field description: A rank determining where the page appears in a list

Returns:
the value of the field Displayorder for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setDisplayorder

public void setDisplayorder(java.lang.Integer cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the Displayorder value, with checking, for this Page Persistent. Field description: A rank determining where the page appears in a list

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

setDisplayorder

public final void setDisplayorder(int cooked)
                           throws org.melati.poem.AccessPoemException,
                                  org.melati.poem.ValidationPoemException
Sets the Displayorder value, with checking, for this Page Persistent. Field description: A rank determining where the page appears in a list

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

getDisplayorderField

public org.melati.poem.Field getDisplayorderField()
                                           throws org.melati.poem.AccessPoemException
Retrieves the Displayorder value as a Field from this Page Persistent.

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

getDisplay_unsafe

public java.lang.Boolean getDisplay_unsafe()
Retrieves the Display value, without locking, for this Page Persistent.

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

setDisplay_unsafe

public void setDisplay_unsafe(java.lang.Boolean cooked)
Sets the Display value directly, without checking, for this Page Persistent.

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

getDisplay

public java.lang.Boolean getDisplay()
                             throws org.melati.poem.AccessPoemException
Retrieves the Display value, with locking, for this Page Persistent. Field description: Whether to display this page

Returns:
the value of the field Display for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setDisplay

public void setDisplay(java.lang.Boolean cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Sets the Display value, with checking, for this Page Persistent. Field description: Whether to display this page

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

setDisplay

public final void setDisplay(boolean cooked)
                      throws org.melati.poem.AccessPoemException,
                             org.melati.poem.ValidationPoemException
Sets the Display value, with checking, from a boolean, for this Page Persistent. Field description: Whether to display this page

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

getDisplayField

public org.melati.poem.Field getDisplayField()
                                      throws org.melati.poem.AccessPoemException
Retrieves the Display value as a Field from this Page Persistent.

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

getDeleted_unsafe

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

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

setDeleted_unsafe

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

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

getDeleted

public java.lang.Boolean getDeleted()
                             throws org.melati.poem.AccessPoemException
Retrieves the Deleted value, with locking, for this Page Persistent. Field description: Soft delete

Returns:
the value of the field Deleted for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setDeleted

public void setDeleted(java.lang.Boolean cooked)
                throws org.melati.poem.AccessPoemException,
                       org.melati.poem.ValidationPoemException
Sets the Deleted value, with checking, for this Page Persistent. Field description: Soft delete

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

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 Page Persistent. Field description: Soft delete

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

getDeletedField

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

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

getLastencached_unsafe

public java.sql.Timestamp getLastencached_unsafe()
Retrieves the Lastencached value, without locking, for this Page Persistent.

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

setLastencached_unsafe

public void setLastencached_unsafe(java.sql.Timestamp cooked)
Sets the Lastencached value directly, without checking, for this Page Persistent.

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

getLastencached

public java.sql.Timestamp getLastencached()
                                   throws org.melati.poem.AccessPoemException
Retrieves the Lastencached value, with locking, for this Page Persistent. Field description: When the page was encached; cleared when the page is updated

Returns:
the value of the field Lastencached for this Page Persistent
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

setLastencached

public void setLastencached(java.sql.Timestamp cooked)
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.ValidationPoemException
Sets the Lastencached value, with checking, for this Page Persistent. Field description: When the page was encached; cleared when the page is updated

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

getLastencachedField

public org.melati.poem.Field getLastencachedField()
                                           throws org.melati.poem.AccessPoemException
Retrieves the Lastencached value as a Field from this Page Persistent.

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

getParent_unsafe

public java.lang.Integer getParent_unsafe()
Retrieves the Parent value, without locking, for this Page Persistent.

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

setParent_unsafe

public void setParent_unsafe(java.lang.Integer cooked)
Sets the Parent value directly, without checking, for this Page Persistent.

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

getParentTroid

public java.lang.Integer getParentTroid()
                                 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

setParentTroid

public void setParentTroid(java.lang.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

getParent

public Page getParent()
               throws org.melati.poem.AccessPoemException,
                      org.melati.poem.NoSuchRowPoemException
Retrieves the Parent object referred to.

Returns:
the Parent as a Page
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

setParent

public void setParent(Page cooked)
               throws org.melati.poem.AccessPoemException
Set the Parent.

Parameters:
cooked - a validated Page
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getParentField

public org.melati.poem.Field getParentField()
                                     throws org.melati.poem.AccessPoemException
Retrieves the Parent value as a Field from this Page Persistent.

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

getTemplate_unsafe

public java.lang.Integer getTemplate_unsafe()
Retrieves the Template value, without locking, for this Page Persistent.

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

setTemplate_unsafe

public void setTemplate_unsafe(java.lang.Integer cooked)
Sets the Template value directly, without checking, for this Page Persistent.

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

getTemplateTroid

public java.lang.Integer getTemplateTroid()
                                   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

setTemplateTroid

public void setTemplateTroid(java.lang.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

getTemplate

public Template getTemplate()
                     throws org.melati.poem.AccessPoemException,
                            org.melati.poem.NoSuchRowPoemException
Retrieves the Template object referred to.

Returns:
the Template as a Template
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

setTemplate

public void setTemplate(Template cooked)
                 throws org.melati.poem.AccessPoemException
Set the Template.

Parameters:
cooked - a validated Template
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getTemplateField

public org.melati.poem.Field getTemplateField()
                                       throws org.melati.poem.AccessPoemException
Retrieves the Template value as a Field from this Page Persistent.

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

getStyle_unsafe

public java.lang.Integer getStyle_unsafe()
Retrieves the Style value, without locking, for this Page Persistent.

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

setStyle_unsafe

public void setStyle_unsafe(java.lang.Integer cooked)
Sets the Style value directly, without checking, for this Page Persistent.

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

getStyleTroid

public java.lang.Integer getStyleTroid()
                                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

setStyleTroid

public void setStyleTroid(java.lang.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

getStyle

public Style getStyle()
               throws org.melati.poem.AccessPoemException,
                      org.melati.poem.NoSuchRowPoemException
Retrieves the Style object referred to.

Returns:
the Style as a Style
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

setStyle

public void setStyle(Style cooked)
              throws org.melati.poem.AccessPoemException
Set the Style.

Parameters:
cooked - a validated Style
Throws:
org.melati.poem.AccessPoemException - if the current AccessToken does not confer write access rights

getStyleField

public org.melati.poem.Field getStyleField()
                                    throws org.melati.poem.AccessPoemException
Retrieves the Style value as a Field from this Page Persistent.

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


Copyright © 1997-2008 PanEris. All Rights Reserved.