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:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id -
Constructor Summary
ConstructorsConstructorDescriptionRequired when using the class as a spring bean.default constructor to satisfy java bean contract -
Method Summary
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, setUserOwnedMethods inherited from class ubic.gemma.model.common.IdentifiableValueObject
canEqual, getId, setId, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ubic.gemma.model.common.GemmaSessionBackedValueObject
getId, setIdMethods inherited from interface gemma.gsec.model.Securable
getId
-
Constructor Details
-
SessionBoundExpressionExperimentSetValueObject
public SessionBoundExpressionExperimentSetValueObject()Required when using the class as a spring bean. -
SessionBoundExpressionExperimentSetValueObject
default constructor to satisfy java bean contract- Parameters:
id- id
-
-
Method Details
-
isModified
public boolean isModified()- Specified by:
isModifiedin interfaceGemmaSessionBackedValueObject
-
setModified
public void setModified(boolean modified) - Specified by:
setModifiedin interfaceGemmaSessionBackedValueObject
-