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

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.HybridizationFileUploadEntry
All Implemented Interfaces:
java.io.Serializable

public class HybridizationFileUploadEntry
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
HybridizationFileUploadEntry()
           
 
Method Summary
 LabeledExtract getChannelOneExtract()
           
 FactorValue[] getChannelOneFactorValues()
           
 LabeledExtract getChannelOneSpikedControl()
           
 LabeledExtract getChannelTwoExtract()
           
 FactorValue[] getChannelTwoFactorValues()
           
 LabeledExtract getChannelTwoSpikedControl()
           
 DerivedBioAssay getDerivedBioAssay()
           
 Experiment getExperiment()
           
 HybridizationFileParsingEntry getFileParsingEntry()
           
 FileUploadEntry getFileUploadEntry()
          Returns the FileUploadEntry record associated with this HybridizationUploadFile record, foreign key.
 MeasuredBioAssay getMeasuredBioAssay()
           
 void setChannelOneExtract(LabeledExtract channelOneExtract)
           
 void setChannelOneFactorValues(FactorValue[] factorValues)
           
 void setChannelOneSpikedControl(LabeledExtract channelOneSpikedControl)
           
 void setChannelTwoExtract(LabeledExtract channelTwoExtract)
           
 void setChannelTwoFactorValues(FactorValue[] factorValues)
           
 void setChannelTwoSpikedControl(LabeledExtract channelTwoSpikedControl)
           
 void setDerivedBioAssay(DerivedBioAssay derivedBioAssay)
           
 void setExperiment(Experiment experiment)
           
 void setFileParsingEntry(HybridizationFileParsingEntry fileParsingEntry)
           
 void setFileUploadEntry(FileUploadEntry fileUploadEntry)
          Sets the FileUploadEntry record associated with this HybridizationFileUpload record, foreigh key.
 void setMeasuredBioAssay(MeasuredBioAssay measuredBioAssay)
           
 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

HybridizationFileUploadEntry

public HybridizationFileUploadEntry()
Method Detail

getFileParsingEntry

public HybridizationFileParsingEntry getFileParsingEntry()
Returns:
Returns the fileParsingEntry.

setFileParsingEntry

public void setFileParsingEntry(HybridizationFileParsingEntry fileParsingEntry)
Parameters:
fileParsingEntry - The fileParsingEntry to set.

getExperiment

public Experiment getExperiment()
Returns:
Returns the experiment.

setExperiment

public void setExperiment(Experiment experiment)
Parameters:
experiment - The experiment to set.

getChannelOneExtract

public LabeledExtract getChannelOneExtract()
Returns:
Returns the channelOneExtract.

setChannelOneExtract

public void setChannelOneExtract(LabeledExtract channelOneExtract)
Parameters:
channelOneExtract - The channelOneExtract to set.

getChannelTwoExtract

public LabeledExtract getChannelTwoExtract()
Returns:
Returns the channelTwoExtract.

setChannelTwoExtract

public void setChannelTwoExtract(LabeledExtract channelTwoExtract)
Parameters:
channelTwoExtract - The channelTwoExtract to set.

getChannelTwoSpikedControl

public LabeledExtract getChannelTwoSpikedControl()
Returns:
Returns the channelTwoSpikedControl.

setChannelTwoSpikedControl

public void setChannelTwoSpikedControl(LabeledExtract channelTwoSpikedControl)
Parameters:
channelTwoSpikedControl - The channelTwoSpikedControl to set.

getChannelOneSpikedControl

public LabeledExtract getChannelOneSpikedControl()
Returns:
Returns the channledOneSpikedControl.

setChannelOneSpikedControl

public void setChannelOneSpikedControl(LabeledExtract channelOneSpikedControl)
Parameters:
channelOneSpikedControl - The channledOneSpikedControl to set.

getChannelOneFactorValues

public FactorValue[] getChannelOneFactorValues()
Returns:
Returns the channelOneFactorValues.

setChannelOneFactorValues

public void setChannelOneFactorValues(FactorValue[] factorValues)
Parameters:
channelOneFactorValues - The channelOneFactorValues to set.

getChannelTwoFactorValues

public FactorValue[] getChannelTwoFactorValues()
Returns:
Returns the channelTwoFactorValues.

setChannelTwoFactorValues

public void setChannelTwoFactorValues(FactorValue[] factorValues)
Parameters:
factorValues - The channelTwoFactorValues to set.

getMeasuredBioAssay

public MeasuredBioAssay getMeasuredBioAssay()
Returns:
Returns the measuredBioAssay.

setMeasuredBioAssay

public void setMeasuredBioAssay(MeasuredBioAssay measuredBioAssay)
Parameters:
measuredBioAssay - The measuredBioAssay to set.

getDerivedBioAssay

public DerivedBioAssay getDerivedBioAssay()
Returns:
Returns the derivedBioAssay.

setDerivedBioAssay

public void setDerivedBioAssay(DerivedBioAssay derivedBioAssay)
Parameters:
derivedBioAssay - The derivedBioAssay to set.

getFileUploadEntry

public FileUploadEntry getFileUploadEntry()
Returns the FileUploadEntry record associated with this HybridizationUploadFile record, foreign key.

Returns:
FileUploadEntry FileUploadEntry record asscoiated with this HybridizationUploadFile record

setFileUploadEntry

public void setFileUploadEntry(FileUploadEntry fileUploadEntry)
Sets the FileUploadEntry record associated with this HybridizationFileUpload 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