Class ArrayDesignAddCommand
- java.lang.Object
-
- ubic.gemma.web.controller.expression.arrayDesign.ArrayDesignAddCommand
-
public class ArrayDesignAddCommand extends Object
- Author:
- pavlidis
-
-
Constructor Summary
Constructors Constructor Description ArrayDesignAddCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayDesign
getArrayDesign()
FileUpload
getFile()
Taxon
getTaxon()
void
setArrayDesign(ArrayDesign arrayDesign)
void
setFile(FileUpload file)
void
setTaxon(Taxon taxon)
-
-
-
Method Detail
-
getArrayDesign
public ArrayDesign getArrayDesign()
- Returns:
- the arrayDesign
-
setArrayDesign
public void setArrayDesign(ArrayDesign arrayDesign)
- Parameters:
arrayDesign
- the arrayDesign to set
-
getFile
public FileUpload getFile()
- Returns:
- the sequenceFile
-
setFile
public void setFile(FileUpload file)
- Parameters:
file
- the sequenceFile to set
-
getTaxon
public Taxon getTaxon()
- Returns:
- the taxon
-
setTaxon
public void setTaxon(Taxon taxon)
- Parameters:
taxon
- the taxon to set
-
-