|
||||||||||
| 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.melati.site.model.generated.UploadedFileTypeBase
public abstract class UploadedFileTypeBase
Melati POEM generated abstract base class for a Persistent
UploadedFileType Object.
see org.melati.poem.prepro.TableDef#generatePersistentBaseJava
| Field Summary | |
|---|---|
protected Integer |
id
id |
protected String |
type
type - Type of uploaded file |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
UploadedFileTypeBase()
|
|
| Method Summary | |
|---|---|
Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this UploadedFileType Persistent. |
Integer |
getId()
Retrieves the Id value, with locking, for this UploadedFileType Persistent. |
org.melati.poem.Field<Integer> |
getIdField()
Retrieves the Id value as a Field
from this UploadedFileType Persistent. |
SiteDatabaseTables |
getSiteDatabaseTables()
Retrieves the Database object. |
String |
getType_unsafe()
Retrieves the Type value, without locking,
for this UploadedFileType Persistent. |
String |
getType()
Retrieves the Type value, with locking, for this UploadedFileType Persistent. |
org.melati.poem.Field<String> |
getTypeField()
Retrieves the Type value as a Field
from this UploadedFileType Persistent. |
UploadedFileTypeTable |
getUploadedFileTypeTable()
Retrieves the UploadedFileTypeTable table
which this Persistent is from. |
void |
setId_unsafe(Integer cooked)
Sets the Id value directly, without checking,
for this UploadedFileType Persistent. |
void |
setId(int cooked)
Sets the Id value, with checking, for this
UploadedFileType Persistent. |
void |
setId(Integer cooked)
Sets the Id value, with checking, for this
UploadedFileType Persistent. |
void |
setType_unsafe(String cooked)
Sets the Type value directly, without checking,
for this UploadedFileType Persistent. |
void |
setType(String cooked)
Sets the Type value, with checking, for this
UploadedFileType 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 Integer id
protected String type
| Constructor Detail |
|---|
public UploadedFileTypeBase()
| Method Detail |
|---|
public SiteDatabaseTables getSiteDatabaseTables()
public UploadedFileTypeTable getUploadedFileTypeTable()
UploadedFileTypeTable table
which this Persistent is from.
see org.melati.poem.prepro.TableDef#generatePersistentBaseJava
public Integer getId_unsafe()
Id value, without locking,
for this UploadedFileType Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setId_unsafe(Integer cooked)
Id value directly, without checking,
for this UploadedFileType Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
cooked - the pre-validated value to set
public Integer getId()
throws org.melati.poem.AccessPoemException
UploadedFileType Persistent.
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
Id for this
UploadedFileType Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setId(Integer cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Id value, with checking, for this
UploadedFileType Persistent.
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
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
UploadedFileType Persistent.
Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethods
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<Integer> getIdField()
throws org.melati.poem.AccessPoemException
Id value as a Field
from this UploadedFileType Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreator
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic String getType_unsafe()
Type value, without locking,
for this UploadedFileType Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
public void setType_unsafe(String cooked)
Type value directly, without checking,
for this UploadedFileType Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethods
cooked - the pre-validated value to set
public String getType()
throws org.melati.poem.AccessPoemException
UploadedFileType Persistent.
Field description:
Type of uploaded file
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
Type for this
UploadedFileType Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setType(String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Type value, with checking, for this
UploadedFileType Persistent.
Field description:
Type of uploaded file
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethods
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<String> getTypeField()
throws org.melati.poem.AccessPoemException
Type value as a Field
from this UploadedFileType Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreator
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 | |||||||||