|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.ui.core.HttpFileUploadSessionData
public class HttpFileUploadSessionData
This class serves as a container for hybridization file annotation data gathered before the file upload operation. An instance of this class will be stored in HttpFileProperties map for each file upload applet session.
Constructor Summary | |
---|---|
HttpFileUploadSessionData()
The default constructor. |
Method Summary | |
---|---|
void |
addToList(java.lang.Object obj)
Add a meta data object HttpUploadedFileData into the fileList container. |
void |
clearFileUploadEntries()
Clear the file upload entry data from the session Clear the list for next batch of file upload |
void |
clearList()
Upon calling file parsing service, the content of the fileList is passed to the parsing object, and this list is cleared for accepting next batch of file upload. |
CAFileUploadEntryData |
getCaFileEntryData()
|
HybridizationFileUploadGroupData |
getFileData()
|
java.util.List |
getFileList()
|
int |
getFileListSize()
To return the size of the fileList. |
boolean |
getIsStopped()
|
java.lang.String |
getTimeStamp()
|
void |
setCaFileEntryData(CAFileUploadEntryData caFileEntryData)
|
void |
setFileData(HybridizationFileUploadGroupData fileData)
|
void |
setFileList(java.util.List fileList)
|
void |
setIsStopped(boolean isStopped)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpFileUploadSessionData()
Method Detail |
---|
public HybridizationFileUploadGroupData getFileData()
public void setFileData(HybridizationFileUploadGroupData fileData)
fileData
- The fileData to set.public java.util.List getFileList()
public void setFileList(java.util.List fileList)
fileList
- The fileList to set.public boolean getIsStopped()
public void setIsStopped(boolean isStopped)
isStopped
- The isStopped to set.public void addToList(java.lang.Object obj)
obj
- The HttpUploadedFileData object constructed using data
passed from the applet through http query header string.public void clearList()
public void clearFileUploadEntries()
public java.lang.String getTimeStamp()
public int getFileListSize()
public CAFileUploadEntryData getCaFileEntryData()
public void setCaFileEntryData(CAFileUploadEntryData caFileEntryData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |