gov.nih.nci.caarray.services.fileupload2
Class ArrayDesignFileUploadEntry
java.lang.Object
gov.nih.nci.caarray.services.fileupload2.SerializableFileUploadBean
gov.nih.nci.caarray.services.fileupload2.FileUploadEntry
gov.nih.nci.caarray.services.fileupload2.ArrayDesignFileUploadEntry
- All Implemented Interfaces:
- java.io.Serializable
public class ArrayDesignFileUploadEntry
- extends FileUploadEntry
- Author:
- TranP
- See Also:
- Serialized Form
Methods inherited from class gov.nih.nci.caarray.services.fileupload2.FileUploadEntry |
getFileName, getFileType, getOriginalFileName, getStatus, getStatusDate, getUserId, getValidatorCode, setFileName, setFileType, setOriginalFileName, setStatus, setStatusDate, setUserId, setValidatorCode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ArrayDesignFileUploadEntry
public ArrayDesignFileUploadEntry()
getFileParsingEntry
public ArrayDesignFileParsingEntry getFileParsingEntry()
- Returns:
- Returns the fileParsingEntry.
setFileParsingEntry
public void setFileParsingEntry(ArrayDesignFileParsingEntry fileParsingEntry)
- Parameters:
fileParsingEntry
- The fileParsingEntry to set.
getArrayDesign
public PhysicalArrayDesign getArrayDesign()
- Returns:
- Returns the arrayDesign.
setArrayDesign
public void setArrayDesign(PhysicalArrayDesign arrayDesign)
- Parameters:
arrayDesign
- The arrayDesign to set.
getFileUploadEntry
public FileUploadEntry getFileUploadEntry()
- Returns the FileUploadEntry record associated with
this ArrayDesignUploadFile record, foreign key.
- Returns:
- FileUploadEntry FileUploadEntry record asscoiated
with this ArrayDesignUploadFile
record
setFileUploadEntry
public void setFileUploadEntry(FileUploadEntry fileUploadEntry)
- Sets the FileUploadEntry record associated with
this ArrayDesignFileUpload record, foreigh key.
- Parameters:
fileUploadEntry
- foriegn key to
FileUploadEntry record.
toString
public java.lang.String toString()
- Returns the string representation of this object.
- Overrides:
toString
in class FileUploadEntry
- Returns:
- string value of this object