gov.nih.nci.caarray.services.fileupload2
Class HybridizationFileUploadEntry
java.lang.Object
gov.nih.nci.caarray.services.fileupload2.SerializableFileUploadBean
gov.nih.nci.caarray.services.fileupload2.FileUploadEntry
gov.nih.nci.caarray.services.fileupload2.HybridizationFileUploadEntry
- All Implemented Interfaces:
- java.io.Serializable
public class HybridizationFileUploadEntry
- 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 |
HybridizationFileUploadEntry
public HybridizationFileUploadEntry()
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