|
||||||||||
| 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.paneris.jammyjoes.model.generated.AwardBase
public abstract class AwardBase
Melati POEM generated abstract base class for a Persistent
Award Object.
| Field Summary | |
|---|---|
protected java.lang.String |
description
Description |
protected java.lang.Integer |
id
id |
protected java.lang.String |
picture
Picture |
protected java.lang.String |
title
Title |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
AwardBase()
|
|
| Method Summary | |
|---|---|
AwardTable |
getAwardTable()
Retrieves the AwardTable table
which this Persistent is from. |
java.lang.String |
getDescription_unsafe()
Retrieves the Description value, without locking,
for this Award Persistent. |
java.lang.String |
getDescription()
Retrieves the Description value, with locking, for this Award Persistent. |
org.melati.poem.Field |
getDescriptionField()
Retrieves the Description value as a Field
from this Award Persistent. |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this Award Persistent. |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this Award Persistent. |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this Award Persistent. |
JammyjoesDatabaseTables |
getJammyjoesDatabaseTables()
Retrieves the Database object. |
java.lang.String |
getPicture_unsafe()
Retrieves the Picture value, without locking,
for this Award Persistent. |
java.lang.String |
getPicture()
Retrieves the Picture value, with locking, for this Award Persistent. |
org.melati.poem.Field |
getPictureField()
Retrieves the Picture value as a Field
from this Award Persistent. |
java.lang.String |
getTitle_unsafe()
Retrieves the Title value, without locking,
for this Award Persistent. |
java.lang.String |
getTitle()
Retrieves the Title value, with locking, for this Award Persistent. |
org.melati.poem.Field |
getTitleField()
Retrieves the Title value as a Field
from this Award Persistent. |
void |
setDescription_unsafe(java.lang.String cooked)
Sets the Description value directly, without checking,
for this Award Persistent. |
void |
setDescription(java.lang.String cooked)
Sets the Description value, with checking, for this
Award Persistent. |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this Award Persistent. |
void |
setId(int cooked)
Sets the Id value, with checking, for this
Award Persistent. |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
Award Persistent. |
void |
setPicture_unsafe(java.lang.String cooked)
Sets the Picture value directly, without checking,
for this Award Persistent. |
void |
setPicture(java.lang.String cooked)
Sets the Picture value, with checking, for this
Award Persistent. |
void |
setTitle_unsafe(java.lang.String cooked)
Sets the Title value directly, without checking,
for this Award Persistent. |
void |
setTitle(java.lang.String cooked)
Sets the Title value, with checking, for this
Award 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 java.lang.Integer id
protected java.lang.String title
protected java.lang.String picture
protected java.lang.String description
| Constructor Detail |
|---|
public AwardBase()
| Method Detail |
|---|
public JammyjoesDatabaseTables getJammyjoesDatabaseTables()
public AwardTable getAwardTable()
AwardTable table
which this Persistent is from.
public java.lang.Integer getId_unsafe()
Id value, without locking,
for this Award Persistent.
public void setId_unsafe(java.lang.Integer cooked)
Id value directly, without checking,
for this Award Persistent.
cooked - the pre-validated value to set
public java.lang.Integer getId()
throws org.melati.poem.AccessPoemException
Award Persistent.
Id for this
Award Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setId(java.lang.Integer cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
Award 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 setId(int cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
Award 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 getIdField()
throws org.melati.poem.AccessPoemException
Id value as a Field
from this Award Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getTitle_unsafe()
Title value, without locking,
for this Award Persistent.
public void setTitle_unsafe(java.lang.String cooked)
Title value directly, without checking,
for this Award Persistent.
cooked - the pre-validated value to set
public java.lang.String getTitle()
throws org.melati.poem.AccessPoemException
Award Persistent.
Title for this
Award Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setTitle(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Title value, with checking, for this
Award 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 getTitleField()
throws org.melati.poem.AccessPoemException
Title value as a Field
from this Award Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getPicture_unsafe()
Picture value, without locking,
for this Award Persistent.
public void setPicture_unsafe(java.lang.String cooked)
Picture value directly, without checking,
for this Award Persistent.
cooked - the pre-validated value to set
public java.lang.String getPicture()
throws org.melati.poem.AccessPoemException
Award Persistent.
Picture for this
Award Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setPicture(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Picture value, with checking, for this
Award 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 getPictureField()
throws org.melati.poem.AccessPoemException
Picture value as a Field
from this Award Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getDescription_unsafe()
Description value, without locking,
for this Award Persistent.
public void setDescription_unsafe(java.lang.String cooked)
Description value directly, without checking,
for this Award Persistent.
cooked - the pre-validated value to set
public java.lang.String getDescription()
throws org.melati.poem.AccessPoemException
Award Persistent.
Description for this
Award Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setDescription(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Description value, with checking, for this
Award 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 getDescriptionField()
throws org.melati.poem.AccessPoemException
Description value as a Field
from this Award Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||