|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.loom.persistence.file.DatabaseFileContents
public abstract class DatabaseFileContents
Database-persisted PersistentFileContents implementation
| Constructor Summary | |
|---|---|
DatabaseFileContents()
|
|
| Method Summary | |
|---|---|
PersistentFile |
getFile()
|
java.lang.Integer |
getId()
|
void |
setFile(PersistentFile file)
|
void |
setId(java.lang.Integer id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.loom.persistence.file.PersistentFileContents |
|---|
getContentsAsStream, getFileSize |
| Constructor Detail |
|---|
public DatabaseFileContents()
| Method Detail |
|---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public PersistentFile getFile()
public void setFile(PersistentFile file)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||