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()
String
getEeQuery()
Long
getEeSetId()
String
getEeSetName()
Collection<Long>
getGeneIds()
Collection<DiffExpressionSelectedFactorCommand>
getSelectedFactors()
Long
getTaxonId()
Double
getThreshold()
boolean
isDirty()
void
setDirty(boolean dirty)
void
setEeIds(Collection<Long> eeIds)
void
setEeQuery(String eeQuery)
void
setEeSetId(Long eeSetId)
void
setEeSetName(String eeSetName)
void
setGeneIds(Collection<Long> geneIds)
void
setSelectedFactors(Collection<DiffExpressionSelectedFactorCommand> selectedFactors)
void
setTaxonId(Long taxonId)
void
setThreshold(Double threshold)
String
toString()
-
-
-
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)
-
-