|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.melati.poem.transaction.Transactioned org.melati.poem.JdbcPersistent org.paneris.bibliomania.generated.UnitBase org.paneris.bibliomania.Unit org.paneris.bibliomania.generated.SectionGroupBase
public abstract class SectionGroupBase
Melati POEM generated abstract base class for a Persistent
SectionGroup
Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.paneris.bibliomania.Unit |
---|
Unit.NoSourceDirException |
Field Summary | |
---|---|
protected java.lang.String |
displayname
Display name |
protected java.lang.Boolean |
generic
generic - Whether the group is generic |
protected java.lang.Integer |
id
id |
protected java.lang.String |
image1file
image1file |
protected java.lang.String |
image2file
image2file |
protected java.lang.String |
imagename
imagename |
protected java.lang.String |
imagenum
imagenum |
protected java.lang.String |
subtext
subtext |
protected java.lang.String |
themecolour
Theme colour - The area's thematic colour |
protected java.lang.String |
urlprefix
urlprefix - Prefix for URLs in the group |
Fields inherited from class org.paneris.bibliomania.generated.UnitBase |
---|
deleted, lastencached, layout, messageboard, path |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
SectionGroupBase()
|
Method Summary | |
---|---|
BibliomaniaDatabaseTables |
getBibliomaniaDatabaseTables()
Retrieves the Database object. |
java.lang.String |
getDisplayname_unsafe()
Retrieves the Displayname value, without locking,
for this SectionGroup Persistent . |
java.lang.String |
getDisplayname()
Retrieves the Displayname value, with locking, for this SectionGroup Persistent . |
org.melati.poem.Field |
getDisplaynameField()
Retrieves the Displayname value as a Field
from this SectionGroup Persistent . |
java.lang.Boolean |
getGeneric_unsafe()
Retrieves the Generic value, without locking,
for this SectionGroup Persistent . |
java.lang.Boolean |
getGeneric()
Retrieves the Generic value, with locking, for this SectionGroup Persistent . |
org.melati.poem.Field |
getGenericField()
Retrieves the Generic value as a Field
from this SectionGroup Persistent . |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this SectionGroup Persistent . |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this SectionGroup Persistent . |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this SectionGroup Persistent . |
java.lang.String |
getImage1file_unsafe()
Retrieves the Image1file value, without locking,
for this SectionGroup Persistent . |
java.lang.String |
getImage1file()
Retrieves the Image1file value, with locking, for this SectionGroup Persistent . |
org.melati.poem.Field |
getImage1fileField()
Retrieves the Image1file value as a Field
from this SectionGroup Persistent . |
java.lang.String |
getImage2file_unsafe()
Retrieves the Image2file value, without locking,
for this SectionGroup Persistent . |
java.lang.String |
getImage2file()
Retrieves the Image2file value, with locking, for this SectionGroup Persistent . |
org.melati.poem.Field |
getImage2fileField()
Retrieves the Image2file value as a Field
from this SectionGroup Persistent . |
java.lang.String |
getImagename_unsafe()
Retrieves the Imagename value, without locking,
for this SectionGroup Persistent . |
java.lang.String |
getImagename()
Retrieves the Imagename value, with locking, for this SectionGroup Persistent . |
org.melati.poem.Field |
getImagenameField()
Retrieves the Imagename value as a Field
from this SectionGroup Persistent . |
java.lang.String |
getImagenum_unsafe()
Retrieves the Imagenum value, without locking,
for this SectionGroup Persistent . |
java.lang.String |
getImagenum()
Retrieves the Imagenum value, with locking, for this SectionGroup Persistent . |
org.melati.poem.Field |
getImagenumField()
Retrieves the Imagenum value as a Field
from this SectionGroup Persistent . |
SectionGroupTable |
getSectionGroupTable()
Retrieves the SectionGroupTable table
which this Persistent is from. |
java.lang.String |
getSubtext_unsafe()
Retrieves the Subtext value, without locking,
for this SectionGroup Persistent . |
java.lang.String |
getSubtext()
Retrieves the Subtext value, with locking, for this SectionGroup Persistent . |
org.melati.poem.Field |
getSubtextField()
Retrieves the Subtext value as a Field
from this SectionGroup Persistent . |
java.lang.String |
getThemecolour_unsafe()
Retrieves the Themecolour value, without locking,
for this SectionGroup Persistent . |
java.lang.String |
getThemecolour()
Retrieves the Themecolour value, with locking, for this SectionGroup Persistent . |
org.melati.poem.Field |
getThemecolourField()
Retrieves the Themecolour value as a Field
from this SectionGroup Persistent . |
java.lang.String |
getUrlprefix_unsafe()
Retrieves the Urlprefix value, without locking,
for this SectionGroup Persistent . |
java.lang.String |
getUrlprefix()
Retrieves the Urlprefix value, with locking, for this SectionGroup Persistent . |
org.melati.poem.Field |
getUrlprefixField()
Retrieves the Urlprefix value as a Field
from this SectionGroup Persistent . |
void |
setDisplayname_unsafe(java.lang.String cooked)
Sets the Displayname value directly, without checking,
for this SectionGroup Persistent . |
void |
setDisplayname(java.lang.String cooked)
Sets the Displayname value, with checking, for this
SectionGroup Persistent . |
void |
setGeneric_unsafe(java.lang.Boolean cooked)
Sets the Generic value directly, without checking,
for this SectionGroup Persistent . |
void |
setGeneric(boolean cooked)
Sets the Generic value, with checking,
from a boolean , for this
SectionGroup Persistent . |
void |
setGeneric(java.lang.Boolean cooked)
Sets the Generic value, with checking, for this
SectionGroup Persistent . |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this SectionGroup Persistent . |
void |
setId(int cooked)
Sets the Id value, with checking, for this
SectionGroup Persistent . |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
SectionGroup Persistent . |
void |
setImage1file_unsafe(java.lang.String cooked)
Sets the Image1file value directly, without checking,
for this SectionGroup Persistent . |
void |
setImage1file(java.lang.String cooked)
Sets the Image1file value, with checking, for this
SectionGroup Persistent . |
void |
setImage2file_unsafe(java.lang.String cooked)
Sets the Image2file value directly, without checking,
for this SectionGroup Persistent . |
void |
setImage2file(java.lang.String cooked)
Sets the Image2file value, with checking, for this
SectionGroup Persistent . |
void |
setImagename_unsafe(java.lang.String cooked)
Sets the Imagename value directly, without checking,
for this SectionGroup Persistent . |
void |
setImagename(java.lang.String cooked)
Sets the Imagename value, with checking, for this
SectionGroup Persistent . |
void |
setImagenum_unsafe(java.lang.String cooked)
Sets the Imagenum value directly, without checking,
for this SectionGroup Persistent . |
void |
setImagenum(java.lang.String cooked)
Sets the Imagenum value, with checking, for this
SectionGroup Persistent . |
void |
setSubtext_unsafe(java.lang.String cooked)
Sets the Subtext value directly, without checking,
for this SectionGroup Persistent . |
void |
setSubtext(java.lang.String cooked)
Sets the Subtext value, with checking, for this
SectionGroup Persistent . |
void |
setThemecolour_unsafe(java.lang.String cooked)
Sets the Themecolour value directly, without checking,
for this SectionGroup Persistent . |
void |
setThemecolour(java.lang.String cooked)
Sets the Themecolour value, with checking, for this
SectionGroup Persistent . |
void |
setUrlprefix_unsafe(java.lang.String cooked)
Sets the Urlprefix value directly, without checking,
for this SectionGroup Persistent . |
void |
setUrlprefix(java.lang.String cooked)
Sets the Urlprefix value, with checking, for this
SectionGroup Persistent . |
Methods inherited from class org.paneris.bibliomania.Unit |
---|
appendCachePath, appendCacheSubpath, encache, ftiTextID_limit, ftiTextID_start, getAncestors, getBibliomaniaDatabase, getBoardName, getCachePath, getDisplayName, getMembersSlowly, getMetatag_description, getMetatag_keywords, getName, getParentUnit, getProductAssociations, getProductAssociations, getReadArea, getRelatedProducts, getURLSubpath, getURLSubpathReally, getWMTemplet, index, paginate, readKeyDotTxt, speciallyTreatedInCache, writeLock |
Methods inherited from class org.paneris.bibliomania.generated.UnitBase |
---|
getDeleted_unsafe, getDeleted, getDeletedField, getLastencached_unsafe, getLastencached, getLastencachedField, getLayout_unsafe, getLayout, getLayoutField, getLayoutTroid, getMessageboard_unsafe, getMessageboard, getMessageboardField, getMessageboardTroid, getPath_unsafe, getPath, getPathField, getUnitTable, setDeleted_unsafe, setDeleted, setDeleted, setLastencached_unsafe, setLastencached, setLayout_unsafe, setLayout, setLayoutTroid, setMessageboard_unsafe, setMessageboard, setMessageboardTroid, setPath_unsafe, setPath |
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 |
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 java.lang.Integer id
protected java.lang.String displayname
protected java.lang.Boolean generic
protected java.lang.String urlprefix
protected java.lang.String subtext
protected java.lang.String themecolour
protected java.lang.String imagename
protected java.lang.String image1file
protected java.lang.String image2file
protected java.lang.String imagenum
Constructor Detail |
---|
public SectionGroupBase()
Method Detail |
---|
public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
getBibliomaniaDatabaseTables
in class UnitBase
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public SectionGroupTable getSectionGroupTable()
SectionGroupTable
table
which this Persistent
is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this SectionGroup
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this SectionGroup Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId() throws org.melati.poem.AccessPoemException
SectionGroup
Persistent
.
Id
for this
SectionGroup
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setId(java.lang.Integer cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Id
value, with checking, for this
SectionGroup
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 validpublic final void setId(int cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Id
value, with checking, for this
SectionGroup
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 validpublic org.melati.poem.Field getIdField() throws org.melati.poem.AccessPoemException
Id
value as a Field
from this SectionGroup
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getDisplayname_unsafe()
Displayname
value, without locking,
for this SectionGroup
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setDisplayname_unsafe(java.lang.String cooked)
Displayname
value directly, without checking,
for this SectionGroup Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getDisplayname() throws org.melati.poem.AccessPoemException
SectionGroup
Persistent
.
Displayname
for this
SectionGroup
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setDisplayname(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Displayname
value, with checking, for this
SectionGroup
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 validpublic org.melati.poem.Field getDisplaynameField() throws org.melati.poem.AccessPoemException
Displayname
value as a Field
from this SectionGroup
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Boolean getGeneric_unsafe()
Generic
value, without locking,
for this SectionGroup
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setGeneric_unsafe(java.lang.Boolean cooked)
Generic
value directly, without checking,
for this SectionGroup Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Boolean getGeneric() throws org.melati.poem.AccessPoemException
SectionGroup
Persistent
.
Field description:
Whether the group is generic
Generic
for this
SectionGroup
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setGeneric(java.lang.Boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Generic
value, with checking, for this
SectionGroup
Persistent
.
Field description:
Whether the group is generic
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 validpublic final void setGeneric(boolean cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Generic
value, with checking,
from a boolean
, for this
SectionGroup
Persistent
.
Field description:
Whether the group is generic
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 validpublic org.melati.poem.Field getGenericField() throws org.melati.poem.AccessPoemException
Generic
value as a Field
from this SectionGroup
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getUrlprefix_unsafe()
Urlprefix
value, without locking,
for this SectionGroup
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setUrlprefix_unsafe(java.lang.String cooked)
Urlprefix
value directly, without checking,
for this SectionGroup Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getUrlprefix() throws org.melati.poem.AccessPoemException
SectionGroup
Persistent
.
Field description:
Prefix for URLs in the group
Urlprefix
for this
SectionGroup
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setUrlprefix(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Urlprefix
value, with checking, for this
SectionGroup
Persistent
.
Field description:
Prefix for URLs in the group
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 validpublic org.melati.poem.Field getUrlprefixField() throws org.melati.poem.AccessPoemException
Urlprefix
value as a Field
from this SectionGroup
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getSubtext_unsafe()
Subtext
value, without locking,
for this SectionGroup
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setSubtext_unsafe(java.lang.String cooked)
Subtext
value directly, without checking,
for this SectionGroup Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getSubtext() throws org.melati.poem.AccessPoemException
SectionGroup
Persistent
.
Subtext
for this
SectionGroup
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setSubtext(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Subtext
value, with checking, for this
SectionGroup
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 validpublic org.melati.poem.Field getSubtextField() throws org.melati.poem.AccessPoemException
Subtext
value as a Field
from this SectionGroup
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getThemecolour_unsafe()
Themecolour
value, without locking,
for this SectionGroup
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setThemecolour_unsafe(java.lang.String cooked)
Themecolour
value directly, without checking,
for this SectionGroup Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getThemecolour() throws org.melati.poem.AccessPoemException
SectionGroup
Persistent
.
Field description:
The area's thematic colour
Themecolour
for this
SectionGroup
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setThemecolour(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Themecolour
value, with checking, for this
SectionGroup
Persistent
.
Field description:
The area's thematic colour
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 validpublic org.melati.poem.Field getThemecolourField() throws org.melati.poem.AccessPoemException
Themecolour
value as a Field
from this SectionGroup
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getImagename_unsafe()
Imagename
value, without locking,
for this SectionGroup
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setImagename_unsafe(java.lang.String cooked)
Imagename
value directly, without checking,
for this SectionGroup Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getImagename() throws org.melati.poem.AccessPoemException
SectionGroup
Persistent
.
Imagename
for this
SectionGroup
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setImagename(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Imagename
value, with checking, for this
SectionGroup
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 validpublic org.melati.poem.Field getImagenameField() throws org.melati.poem.AccessPoemException
Imagename
value as a Field
from this SectionGroup
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getImage1file_unsafe()
Image1file
value, without locking,
for this SectionGroup
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setImage1file_unsafe(java.lang.String cooked)
Image1file
value directly, without checking,
for this SectionGroup Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getImage1file() throws org.melati.poem.AccessPoemException
SectionGroup
Persistent
.
Image1file
for this
SectionGroup
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setImage1file(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Image1file
value, with checking, for this
SectionGroup
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 validpublic org.melati.poem.Field getImage1fileField() throws org.melati.poem.AccessPoemException
Image1file
value as a Field
from this SectionGroup
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getImage2file_unsafe()
Image2file
value, without locking,
for this SectionGroup
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setImage2file_unsafe(java.lang.String cooked)
Image2file
value directly, without checking,
for this SectionGroup Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getImage2file() throws org.melati.poem.AccessPoemException
SectionGroup
Persistent
.
Image2file
for this
SectionGroup
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setImage2file(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Image2file
value, with checking, for this
SectionGroup
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 validpublic org.melati.poem.Field getImage2fileField() throws org.melati.poem.AccessPoemException
Image2file
value as a Field
from this SectionGroup
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.String getImagenum_unsafe()
Imagenum
value, without locking,
for this SectionGroup
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setImagenum_unsafe(java.lang.String cooked)
Imagenum
value directly, without checking,
for this SectionGroup Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.String getImagenum() throws org.melati.poem.AccessPoemException
SectionGroup
Persistent
.
Imagenum
for this
SectionGroup
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setImagenum(java.lang.String cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Imagenum
value, with checking, for this
SectionGroup
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 validpublic org.melati.poem.Field getImagenumField() throws org.melati.poem.AccessPoemException
Imagenum
value as a Field
from this SectionGroup
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 |