|
||||||||||
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.CampaignUserBase
public abstract class CampaignUserBase
Melati POEM generated abstract base class for a Persistent
CampaignUser
Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
Field Summary | |
---|---|
protected java.lang.Integer |
campaign
Campaign |
protected java.lang.Integer |
id
id |
protected java.lang.Integer |
user
User |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
CampaignUserBase()
|
Method Summary | |
---|---|
BibliomaniaDatabaseTables |
getBibliomaniaDatabaseTables()
Retrieves the Database object. |
java.lang.Integer |
getCampaign_unsafe()
Retrieves the Campaign value, without locking,
for this CampaignUser Persistent . |
Campaign |
getCampaign()
Retrieves the Campaign object referred to. |
org.melati.poem.Field |
getCampaignField()
Retrieves the Campaign value as a Field
from this CampaignUser Persistent . |
java.lang.Integer |
getCampaignTroid()
Retrieves the Table Row Object ID. |
CampaignUserTable |
getCampaignUserTable()
Retrieves the CampaignUserTable table
which this Persistent is from. |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this CampaignUser Persistent . |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this CampaignUser Persistent . |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this CampaignUser Persistent . |
java.lang.Integer |
getUser_unsafe()
Retrieves the User value, without locking,
for this CampaignUser Persistent . |
User |
getUser()
Retrieves the User object referred to. |
org.melati.poem.Field |
getUserField()
Retrieves the User value as a Field
from this CampaignUser Persistent . |
java.lang.Integer |
getUserTroid()
Retrieves the Table Row Object ID. |
void |
setCampaign_unsafe(java.lang.Integer cooked)
Sets the Campaign value directly, without checking,
for this CampaignUser Persistent . |
void |
setCampaign(Campaign cooked)
Set the Campaign. |
void |
setCampaignTroid(java.lang.Integer raw)
Sets the Table Row Object ID. |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this CampaignUser Persistent . |
void |
setId(int cooked)
Sets the Id value, with checking, for this
CampaignUser Persistent . |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
CampaignUser Persistent . |
void |
setUser_unsafe(java.lang.Integer cooked)
Sets the User value directly, without checking,
for this CampaignUser Persistent . |
void |
setUser(User cooked)
Set the User. |
void |
setUserTroid(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, 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.Integer campaign
protected java.lang.Integer user
Constructor Detail |
---|
public CampaignUserBase()
Method Detail |
---|
public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public CampaignUserTable getCampaignUserTable()
CampaignUserTable
table
which this Persistent
is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this CampaignUser
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this CampaignUser Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId() throws org.melati.poem.AccessPoemException
CampaignUser
Persistent
.
Id
for this
CampaignUser
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
CampaignUser
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
CampaignUser
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 CampaignUser
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getCampaign_unsafe()
Campaign
value, without locking,
for this CampaignUser
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setCampaign_unsafe(java.lang.Integer cooked)
Campaign
value directly, without checking,
for this CampaignUser Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getCampaignTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setCampaignTroid(java.lang.Integer raw) throws org.melati.poem.AccessPoemException
raw
- a Table Row Object Id
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic Campaign getCampaign() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Campaign
object referred to.
Campaign
as a Campaign
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 TROIDpublic void setCampaign(Campaign cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Campaign
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getCampaignField() throws org.melati.poem.AccessPoemException
Campaign
value as a Field
from this CampaignUser
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getUser_unsafe()
User
value, without locking,
for this CampaignUser
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setUser_unsafe(java.lang.Integer cooked)
User
value directly, without checking,
for this CampaignUser Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getUserTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setUserTroid(java.lang.Integer raw) throws org.melati.poem.AccessPoemException
raw
- a Table Row Object Id
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic User getUser() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
User
object referred to.
User
as a User
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 TROIDpublic void setUser(User cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated User
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getUserField() throws org.melati.poem.AccessPoemException
User
value as a Field
from this CampaignUser
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 |