Class SessionBoundExpressionExperimentSetValueObject
- java.lang.Object
-
- ubic.gemma.model.common.IdentifiableValueObject<ExpressionExperimentSet>
-
- ubic.gemma.model.expression.experiment.ExpressionExperimentSetValueObject
-
- ubic.gemma.model.expression.experiment.SessionBoundExpressionExperimentSetValueObject
-
- All Implemented Interfaces:
gemma.gsec.model.Securable
,gemma.gsec.model.SecureValueObject
,Serializable
,Comparable<ExpressionExperimentSetValueObject>
,GemmaSessionBackedValueObject
,Identifiable
- Direct Known Subclasses:
FreeTextExpressionExperimentResultsValueObject
public class SessionBoundExpressionExperimentSetValueObject extends ExpressionExperimentSetValueObject implements GemmaSessionBackedValueObject
- Author:
- tvrossum
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id
-
-
Constructor Summary
Constructors Constructor Description SessionBoundExpressionExperimentSetValueObject()
Required when using the class as a spring bean.SessionBoundExpressionExperimentSetValueObject(Long id)
default constructor to satisfy java bean contract
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isModified()
void
setModified(boolean modified)
-
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
-
-
-
-
Constructor Detail
-
SessionBoundExpressionExperimentSetValueObject
public SessionBoundExpressionExperimentSetValueObject()
Required when using the class as a spring bean.
-
SessionBoundExpressionExperimentSetValueObject
public SessionBoundExpressionExperimentSetValueObject(Long id)
default constructor to satisfy java bean contract- Parameters:
id
- id
-
-
Method Detail
-
isModified
public boolean isModified()
- Specified by:
isModified
in interfaceGemmaSessionBackedValueObject
-
setModified
public void setModified(boolean modified)
- Specified by:
setModified
in interfaceGemmaSessionBackedValueObject
-
-