|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.services.fileupload2.SerializableFileUploadBean
gov.nih.nci.caarray.services.fileupload2.FileUploadEntry
public class FileUploadEntry
Field Summary | |
---|---|
static java.lang.String |
DELETION_ERROR
|
static java.lang.String |
DELETION_SUCCESS
|
protected java.lang.String |
ojbConcreteClass
|
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.services.fileupload2.SerializableFileUploadBean |
---|
id |
Constructor Summary | |
---|---|
FileUploadEntry()
|
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 date 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)
Sets the name of the file, not the full path. |
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.services.fileupload2.SerializableFileUploadBean |
---|
getId, setId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String ojbConcreteClass
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 FileUploadEntry()
Method Detail |
---|
public final FileType getFileType()
getFileCategory()
on the returned fileType which
returns one of the constants CATEGORY_MEASURED_BIOASSAY,
CATEGORY_DERIVED_BIOASSAY, CATEGORY_ARRAY_DESIGN, CATEGORY_MAGEML,
or CATEGORY_NON_PARSEABLE
accordingly.
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 that may contain full path.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 status date 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 SerializableFileUploadBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |