|
||||||||||
| 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.melati.admin.test.generated.UploadedFileBase
public abstract class UploadedFileBase
Melati POEM generated abstract base class for a Persistent
UploadedFile Object.
prepro.TableDef| Field Summary | |
|---|---|
protected java.lang.String |
filename
filename - The path name of the file, relative to the server root |
protected java.lang.Integer |
id
id |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Constructor Summary | |
|---|---|
UploadedFileBase()
|
|
| Method Summary | |
|---|---|
AdminTestDatabaseTables |
getAdminTestDatabaseTables()
Retrieves the Database object. |
java.lang.String |
getFilename_unsafe()
Retrieves the Filename value, without locking,
for this UploadedFile Persistent. |
java.lang.String |
getFilename()
Retrieves the Filename value, with locking, for this UploadedFile Persistent. |
Field |
getFilenameField()
Retrieves the Filename value as a Field
from this UploadedFile Persistent. |
java.lang.Integer |
getId_unsafe()
Retrieves the Id value, without locking,
for this UploadedFile Persistent. |
java.lang.Integer |
getId()
Retrieves the Id value, with locking, for this UploadedFile Persistent. |
Field |
getIdField()
Retrieves the Id value as a Field
from this UploadedFile Persistent. |
UploadedFileTable |
getUploadedFileTable()
Retrieves the UploadedFileTable table
which this Persistent is from. |
void |
setFilename_unsafe(java.lang.String cooked)
Sets the Filename value directly, without checking,
for this UploadedFile Persistent. |
void |
setFilename(java.lang.String cooked)
Sets the Filename value, with checking, for this
UploadedFile Persistent. |
void |
setId_unsafe(java.lang.Integer cooked)
Sets the Id value directly, without checking,
for this UploadedFile Persistent. |
void |
setId(int cooked)
Sets the Id value, with checking, for this
UploadedFile Persistent. |
void |
setId(java.lang.Integer cooked)
Sets the Id value, with checking, for this
UploadedFile Persistent. |
| 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 filename
| Constructor Detail |
|---|
public UploadedFileBase()
| Method Detail |
|---|
public AdminTestDatabaseTables getAdminTestDatabaseTables()
prepro.TableDefpublic UploadedFileTable getUploadedFileTable()
UploadedFileTable table
which this Persistent is from.
prepro.TableDefpublic java.lang.Integer getId_unsafe()
Id value, without locking,
for this UploadedFile Persistent.
prepro.FieldDefpublic void setId_unsafe(java.lang.Integer cooked)
Id value directly, without checking,
for this UploadedFile Persistent.
cooked - the pre-validated value to setprepro.FieldDef
public java.lang.Integer getId()
throws AccessPoemException
UploadedFile Persistent.
Id for this
UploadedFile Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setId(java.lang.Integer cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
UploadedFile Persistent.
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public final void setId(int cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
UploadedFile Persistent.
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getIdField()
throws AccessPoemException
Id value as a Field
from this UploadedFile Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsprepro.FieldDefpublic java.lang.String getFilename_unsafe()
Filename value, without locking,
for this UploadedFile Persistent.
prepro.FieldDefpublic void setFilename_unsafe(java.lang.String cooked)
Filename value directly, without checking,
for this UploadedFile Persistent.
cooked - the pre-validated value to setprepro.FieldDef
public java.lang.String getFilename()
throws AccessPoemException
UploadedFile Persistent.
Field description:
The path name of the file, relative to the server root
Filename for this
UploadedFile Persistent
AccessPoemException - if the current AccessToken
does not confer write access rights
public void setFilename(java.lang.String cooked)
throws AccessPoemException,
ValidationPoemException
Filename value, with checking, for this
UploadedFile Persistent.
Field description:
The path name of the file, relative to the server root
cooked - a validated int
AccessPoemException - if the current AccessToken
does not confer write access rights
ValidationPoemException - if the value is not valid
public Field getFilenameField()
throws AccessPoemException
Filename value as a Field
from this UploadedFile Persistent.
AccessPoemException - if the current AccessToken
does not confer write access rightsprepro.FieldDef
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||