|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.utilities.UploadedFile
public class UploadedFile
Defines an UploadedFile
object.
Constructor Summary | |
---|---|
UploadedFile()
|
Method Summary | |
---|---|
java.lang.String |
getFieldNameInForm()
Gets the field name in form. |
byte[] |
getFileContent()
Gets the file content. |
java.lang.String |
getFileName()
Gets the file name. |
long |
getSizeInBytes()
Gets the size in bytes. |
void |
setFieldNameInForm(java.lang.String fieldNameInForm)
Sets the field name in form. |
void |
setFileContent(byte[] fileContent)
Sets the file content. |
void |
setFileName(java.lang.String fileName)
Sets the file name. |
void |
setSizeInBytes(long sizeInBytes)
Sets the size in bytes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UploadedFile()
Method Detail |
---|
public java.lang.String getFieldNameInForm()
public void setFieldNameInForm(java.lang.String fieldNameInForm)
fieldNameInForm
- The fieldNameInForm to set.public byte[] getFileContent()
public void setFileContent(byte[] fileContent)
fileContent
- The fileContent to set.public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- The fileName to set.public long getSizeInBytes()
public void setSizeInBytes(long sizeInBytes)
sizeInBytes
- The sizeInBytes to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |