Package ubic.gemma.web.controller.diff
Class DiffExpressionSearchCommand
- java.lang.Object
-
- ubic.gemma.web.controller.diff.DiffExpressionSearchCommand
-
- All Implemented Interfaces:
Serializable
public class DiffExpressionSearchCommand extends Object implements Serializable
- Author:
- keshav
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiffExpressionSearchCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Long>getEeIds()StringgetEeQuery()LonggetEeSetId()StringgetEeSetName()Collection<Long>getGeneIds()Collection<DiffExpressionSelectedFactorCommand>getSelectedFactors()LonggetTaxonId()DoublegetThreshold()booleanisDirty()voidsetDirty(boolean dirty)voidsetEeIds(Collection<Long> eeIds)voidsetEeQuery(String eeQuery)voidsetEeSetId(Long eeSetId)voidsetEeSetName(String eeSetName)voidsetGeneIds(Collection<Long> geneIds)voidsetSelectedFactors(Collection<DiffExpressionSelectedFactorCommand> selectedFactors)voidsetTaxonId(Long taxonId)voidsetThreshold(Double threshold)StringtoString()
-
-
-
Method Detail
-
getEeIds
public Collection<Long> getEeIds()
-
setEeIds
public void setEeIds(Collection<Long> eeIds)
-
getEeQuery
public String getEeQuery()
-
setEeQuery
public void setEeQuery(String eeQuery)
-
getEeSetId
public Long getEeSetId()
-
setEeSetId
public void setEeSetId(Long eeSetId)
-
getEeSetName
public String getEeSetName()
-
setEeSetName
public void setEeSetName(String eeSetName)
-
getGeneIds
public Collection<Long> getGeneIds()
-
setGeneIds
public void setGeneIds(Collection<Long> geneIds)
-
getSelectedFactors
public Collection<DiffExpressionSelectedFactorCommand> getSelectedFactors()
-
setSelectedFactors
public void setSelectedFactors(Collection<DiffExpressionSelectedFactorCommand> selectedFactors)
-
getTaxonId
public Long getTaxonId()
-
setTaxonId
public void setTaxonId(Long taxonId)
-
getThreshold
public Double getThreshold()
-
setThreshold
public void setThreshold(Double threshold)
-
isDirty
public boolean isDirty()
-
setDirty
public void setDirty(boolean dirty)
-
-