|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.file.File
public class File
class File
Constructor Summary | |
---|---|
File()
|
Method Summary | |
---|---|
int |
getIdFile()
Get the id file |
java.lang.String |
getMimeType()
Get the mime type |
PhysicalFile |
getPhysicalFile()
Get the physical file |
int |
getSize()
Get the size |
java.lang.String |
getTitle()
Get the title of the file |
void |
setIdFile(int nIdFile)
Set the id of the file |
void |
setMimeType(java.lang.String strMimeType)
Set the mime type |
void |
setPhysicalFile(PhysicalFile physicalFile)
Set the PhysicalFile associate to the file |
void |
setSize(int nSize)
Set the size of the file |
void |
setTitle(java.lang.String strTitle)
Set the title of the file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public File()
Method Detail |
---|
public int getIdFile()
public void setIdFile(int nIdFile)
nIdFile
- id of the filepublic java.lang.String getTitle()
public void setTitle(java.lang.String strTitle)
strTitle
- the title of the filepublic int getSize()
public void setSize(int nSize)
nSize
- the size of the filepublic java.lang.String getMimeType()
public void setMimeType(java.lang.String strMimeType)
strMimeType
- the mime typepublic PhysicalFile getPhysicalFile()
public void setPhysicalFile(PhysicalFile physicalFile)
physicalFile
- physicalFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |