gov.nih.nci.caarray.services.fileupload2
Class ArrayDesignFileUploadEntry

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileupload2.SerializableFileUploadBean
      extended by gov.nih.nci.caarray.services.fileupload2.FileUploadEntry
          extended by gov.nih.nci.caarray.services.fileupload2.ArrayDesignFileUploadEntry
All Implemented Interfaces:
java.io.Serializable

public class ArrayDesignFileUploadEntry
extends FileUploadEntry

Author:
TranP
See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nih.nci.caarray.services.fileupload2.FileUploadEntry
DELETION_ERROR, DELETION_SUCCESS, ojbConcreteClass, PROCESSING, PROCESSING_ERROR, PROCESSING_SUCCESS, SUBMISSION_ERROR, SUBMISSION_SUCCESS
 
Fields inherited from class gov.nih.nci.caarray.services.fileupload2.SerializableFileUploadBean
id
 
Constructor Summary
ArrayDesignFileUploadEntry()
           
 
Method Summary
 PhysicalArrayDesign getArrayDesign()
           
 ArrayDesignFileParsingEntry getFileParsingEntry()
           
 FileUploadEntry getFileUploadEntry()
          Returns the FileUploadEntry record associated with this ArrayDesignUploadFile record, foreign key.
 void setArrayDesign(PhysicalArrayDesign arrayDesign)
           
 void setFileParsingEntry(ArrayDesignFileParsingEntry fileParsingEntry)
           
 void setFileUploadEntry(FileUploadEntry fileUploadEntry)
          Sets the FileUploadEntry record associated with this ArrayDesignFileUpload record, foreigh key.
 java.lang.String toString()
          Returns the string representation of this object.
 
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 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
 

Constructor Detail

ArrayDesignFileUploadEntry

public ArrayDesignFileUploadEntry()
Method Detail

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