|
||||||||||
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.DownloadEventBase
public abstract class DownloadEventBase
Melati POEM generated abstract base class for a Persistent
DownloadEvent
Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
Field Summary | |
---|---|
protected java.sql.Timestamp |
date
Date - The date and time the file was downloaded |
protected java.lang.Integer |
document
Download - The name of the file downloaded |
protected java.lang.Integer |
id
id |
protected java.lang.Integer |
user
User |
Fields inherited from class org.melati.poem.transaction.Transactioned |
---|
valid |
Constructor Summary | |
---|---|
DownloadEventBase()
|
Method Summary | |
---|---|
BibliomaniaDatabaseTables |
getBibliomaniaDatabaseTables()
Retrieves the Database object. |
java.sql.Timestamp |
getDate_unsafe()
Retrieves the Date value, without locking,
for this DownloadEvent Persistent . |
java.sql.Timestamp |
getDate()
Retrieves the Date value, with locking, for this DownloadEvent Persistent . |
org.melati.poem.Field |
getDateField()
Retrieves the Date value as a Field
from this DownloadEvent Persistent . |
java.lang.Integer |
getDocument_unsafe()
Retrieves the Document value, without locking,
for this DownloadEvent Persistent . |
Download |
getDocument()
Retrieves the Document object referred to. |
org.melati.poem.Field |
getDocumentField()
Retrieves the Document value as a Field
from this DownloadEvent Persistent . |
java.lang.Integer |
getDocumentTroid()
Retrieves the Table Row Object ID. |
DownloadEventTable |
getDownloadEventTable()
Retrieves the DownloadEventTable table
which this Persistent is from. |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this DownloadEvent Persistent . |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this DownloadEvent Persistent . |
org.melati.poem.Field |
getIdField()
Retrieves the Id value as a Field
from this DownloadEvent Persistent . |
java.lang.Integer |
getUser_unsafe()
Retrieves the User value, without locking,
for this DownloadEvent Persistent . |
User |
getUser()
Retrieves the User object referred to. |
org.melati.poem.Field |
getUserField()
Retrieves the User value as a Field
from this DownloadEvent Persistent . |
java.lang.Integer |
getUserTroid()
Retrieves the Table Row Object ID. |
void |
setDate_unsafe(java.sql.Timestamp cooked)
Sets the Date value directly, without checking,
for this DownloadEvent Persistent . |
void |
setDate(java.sql.Timestamp cooked)
Sets the Date value, with checking, for this
DownloadEvent Persistent . |
void |
setDocument_unsafe(java.lang.Integer cooked)
Sets the Document value directly, without checking,
for this DownloadEvent Persistent . |
void |
setDocument(Download cooked)
Set the Document. |
void |
setDocumentTroid(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 DownloadEvent Persistent . |
void |
setId(int cooked)
Sets the Id value, with checking, for this
DownloadEvent Persistent . |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
DownloadEvent Persistent . |
void |
setUser_unsafe(java.lang.Integer cooked)
Sets the User value directly, without checking,
for this DownloadEvent 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 user
protected java.lang.Integer document
protected java.sql.Timestamp date
Constructor Detail |
---|
public DownloadEventBase()
Method Detail |
---|
public BibliomaniaDatabaseTables getBibliomaniaDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public DownloadEventTable getDownloadEventTable()
DownloadEventTable
table
which this Persistent
is from.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public java.lang.Integer getId_unsafe()
Id
value, without locking,
for this DownloadEvent
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setId_unsafe(java.lang.Integer cooked)
Id
value directly, without checking,
for this DownloadEvent Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getId() throws org.melati.poem.AccessPoemException
DownloadEvent
Persistent
.
Id
for this
DownloadEvent
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
DownloadEvent
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
DownloadEvent
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 DownloadEvent
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 DownloadEvent
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setUser_unsafe(java.lang.Integer cooked)
User
value directly, without checking,
for this DownloadEvent 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 DownloadEvent
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.lang.Integer getDocument_unsafe()
Document
value, without locking,
for this DownloadEvent
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setDocument_unsafe(java.lang.Integer cooked)
Document
value directly, without checking,
for this DownloadEvent Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.lang.Integer getDocumentTroid() throws org.melati.poem.AccessPoemException
Integer
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer read access rightspublic void setDocumentTroid(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 Download getDocument() throws org.melati.poem.AccessPoemException, org.melati.poem.NoSuchRowPoemException
Document
object referred to.
Document
as a Download
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 setDocument(Download cooked) throws org.melati.poem.AccessPoemException
cooked
- a validated Download
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic org.melati.poem.Field getDocumentField() throws org.melati.poem.AccessPoemException
Document
value as a Field
from this DownloadEvent
Persistent
.
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
public java.sql.Timestamp getDate_unsafe()
Date
value, without locking,
for this DownloadEvent
Persistent
.
org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setDate_unsafe(java.sql.Timestamp cooked)
Date
value directly, without checking,
for this DownloadEvent Persistent
.
cooked
- the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public java.sql.Timestamp getDate() throws org.melati.poem.AccessPoemException
DownloadEvent
Persistent
.
Field description:
The date and time the file was downloaded
Date
for this
DownloadEvent
Persistent
org.melati.poem.AccessPoemException
- if the current AccessToken
does not confer write access rightspublic void setDate(java.sql.Timestamp cooked) throws org.melati.poem.AccessPoemException, org.melati.poem.ValidationPoemException
Date
value, with checking, for this
DownloadEvent
Persistent
.
Field description:
The date and time the file was downloaded
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 getDateField() throws org.melati.poem.AccessPoemException
Date
value as a Field
from this DownloadEvent
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 |