|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.common.data.fileupload2.SerializableFileUploadDataBean
gov.nih.nci.caarray.common.data.fileupload2.FileUploadEntryData
public class FileUploadEntryData
Field Summary | |
---|---|
static java.lang.String |
DELETION_ERROR
|
static java.lang.String |
DELETION_SUCCESS
|
static java.lang.String |
PROCESSING
|
static java.lang.String |
PROCESSING_ERROR
|
static java.lang.String |
PROCESSING_SUCCESS
|
static java.lang.String |
SUBMISSION_ERROR
|
static java.lang.String |
SUBMISSION_SUCCESS
|
Fields inherited from class gov.nih.nci.caarray.common.data.fileupload2.SerializableFileUploadDataBean |
---|
id_ |
Constructor Summary | |
---|---|
FileUploadEntryData(java.lang.String fileName,
FileType fileType,
java.lang.String originalFileName,
java.lang.String validatorCode)
|
Method Summary | |
---|---|
java.lang.String |
getFileName()
|
FileType |
getFileType()
Returns the fileType of this upload file. |
java.lang.String |
getOriginalFileName()
Returns the original file name of uploaded file |
java.lang.String |
getStatus()
Returns the status of the uploaded file |
java.util.Date |
getStatusDate()
Returns the data the status of the uploaded file was set |
java.lang.String |
getUserId()
Returns the submitters name for the uploaded file |
java.lang.String |
getValidatorCode()
Returns the validatorCode for the uploaded file |
void |
setFileName(java.lang.String fileName)
|
void |
setFileType(FileType fileType)
|
void |
setOriginalFileName(java.lang.String originalFileName)
Sets the original file name for the uploaded file |
void |
setStatus(java.lang.String status)
Sets the status of the uploaded file |
void |
setStatusDate(java.util.Date statusDate)
Sets the date the status of the uploaded file was set |
void |
setUserId(java.lang.String userId)
Sets the sumitters name for the uploaded file |
void |
setValidatorCode(java.lang.String validatorCode)
Sets the validatorCode for the uploaded file |
java.lang.String |
toString()
Returns the string representation of this object. |
Methods inherited from class gov.nih.nci.caarray.common.data.fileupload2.SerializableFileUploadDataBean |
---|
getId, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static java.lang.String SUBMISSION_SUCCESS
public static java.lang.String SUBMISSION_ERROR
public static java.lang.String PROCESSING
public static java.lang.String PROCESSING_SUCCESS
public static java.lang.String PROCESSING_ERROR
public static java.lang.String DELETION_SUCCESS
public static java.lang.String DELETION_ERROR
Constructor Detail |
---|
public FileUploadEntryData(java.lang.String fileName, FileType fileType, java.lang.String originalFileName, java.lang.String validatorCode)
Method Detail |
---|
public final FileType getFileType()
FileType
or HybridizationFileType
. In order
to tell if a hybridization file is for a derived or measured bioassay,
cast the fileType to HybridizationFileType
and call the method
HybridizationFileType.isDerivedBioAssay()
.
public final void setFileType(FileType fileType)
fileType
- The fileType to set.public final java.lang.String getFileName()
public final void setFileName(java.lang.String fileName)
fileName
- The fileName to set.public final java.lang.String getStatus()
public final void setStatus(java.lang.String status)
status
- String representing the status to setpublic final java.util.Date getStatusDate()
public final void setStatusDate(java.util.Date statusDate)
statusDate
- The statusDate to set.public final java.lang.String getOriginalFileName()
public final void setOriginalFileName(java.lang.String originalFileName)
originalFileName
- the orignalFileName to set.public final java.lang.String getUserId()
public final void setUserId(java.lang.String userId)
userId
- String the submitters name as
registered in caArraypublic final java.lang.String getValidatorCode()
public final void setValidatorCode(java.lang.String validatorCode)
validatorCode
- the validatorCode for the uploaded file.public java.lang.String toString()
toString
in class SerializableFileUploadDataBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |