Class FreeTextExpressionExperimentResultsValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<ExpressionExperimentSet>
ubic.gemma.model.expression.experiment.ExpressionExperimentSetValueObject
ubic.gemma.model.expression.experiment.SessionBoundExpressionExperimentSetValueObject
ubic.gemma.model.expression.experiment.FreeTextExpressionExperimentResultsValueObject
- All Implemented Interfaces:
gemma.gsec.model.Securable
,gemma.gsec.model.SecureValueObject
,Serializable
,Comparable<ExpressionExperimentSetValueObject>
,GemmaSessionBackedValueObject
,Identifiable
public class FreeTextExpressionExperimentResultsValueObject
extends SessionBoundExpressionExperimentSetValueObject
- Author:
- tvrossum
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
Constructor Summary
ConstructorsConstructorDescriptiondefault constructor to satisfy java bean contractFreeTextExpressionExperimentResultsValueObject
(String name, String description, Long taxonId, String taxonName, Collection<Long> memberIds, String queryString) Method to create a display object from scratch -
Method Summary
Methods inherited from class ubic.gemma.model.expression.experiment.SessionBoundExpressionExperimentSetValueObject
isModified, setModified
Methods inherited from class ubic.gemma.model.expression.experiment.ExpressionExperimentSetValueObject
compareTo, equals, getDescription, getExpressionExperimentIds, getIsPublic, getIsShared, getName, getNumWithCoexpressionAnalysis, getNumWithDifferentialExpressionAnalysis, getSecurableClass, getSize, getTaxonId, getTaxonName, getUserCanWrite, getUserOwned, hashCode, isModifiable, setDescription, setExpressionExperimentIds, setIsPublic, setIsShared, setModifiable, setName, setNumWithCoexpressionAnalysis, setNumWithDifferentialExpressionAnalysis, setSize, setTaxonId, setTaxonName, setUserCanWrite, setUserOwned
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ubic.gemma.model.common.GemmaSessionBackedValueObject
getId, setId
Methods inherited from interface gemma.gsec.model.Securable
getId
-
Constructor Details
-
FreeTextExpressionExperimentResultsValueObject
public FreeTextExpressionExperimentResultsValueObject()default constructor to satisfy java bean contract -
FreeTextExpressionExperimentResultsValueObject
public FreeTextExpressionExperimentResultsValueObject(String name, String description, Long taxonId, String taxonName, Collection<Long> memberIds, String queryString) Method to create a display object from scratch- Parameters:
name
- cannot be nulldescription
- should not be nulltaxonId
- can be nulltaxonName
- can be nullmemberIds
- can be null; for a gene or experiment, this is a collection just containing their idqueryString
- query string
-
-
Method Details
-
getQueryString
- Returns:
- the queryString
-
setQueryString
- Parameters:
queryString
- the queryString to set
-