gov.nih.nci.caarray.external.v1_0.data
Class MageTabFileSet

java.lang.Object
  extended by gov.nih.nci.caarray.external.v1_0.data.MageTabFileSet
All Implemented Interfaces:
java.io.Serializable

public class MageTabFileSet
extends java.lang.Object
implements java.io.Serializable

MageTabFileSet is a container for the mage-tab representation of an experiment. It consists of the IDF and SDRF representing experiment metadata, and a list of DataFiles for the associated data files.

Author:
dkokotov
See Also:
Serialized Form

Constructor Summary
MageTabFileSet()
           
 
Method Summary
 java.util.Set<File> getDataFiles()
           
 FileContents getIdf()
           
 FileContents getSdrf()
           
 void setDataFiles(java.util.Set<File> dataFiles)
           
 void setIdf(FileContents idf)
           
 void setSdrf(FileContents sdrf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MageTabFileSet

public MageTabFileSet()
Method Detail

getIdf

public FileContents getIdf()
Returns:
the idf

setIdf

public void setIdf(FileContents idf)
Parameters:
idf - the idf to set

getSdrf

public FileContents getSdrf()
Returns:
the sdrf

setSdrf

public void setSdrf(FileContents sdrf)
Parameters:
sdrf - the sdrf to set

getDataFiles

public java.util.Set<File> getDataFiles()
Returns:
the dataFiles

setDataFiles

public void setDataFiles(java.util.Set<File> dataFiles)
Parameters:
dataFiles - the dataFiles to set