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.IdentifiableValueObjectid
 
- 
 - 
Constructor SummaryConstructors Constructor Description SessionBoundExpressionExperimentSetValueObject()Required when using the class as a spring bean.SessionBoundExpressionExperimentSetValueObject(Long id)default constructor to satisfy java bean contract
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisModified()voidsetModified(boolean modified)- 
Methods inherited from class ubic.gemma.model.expression.experiment.ExpressionExperimentSetValueObjectcompareTo, 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.IdentifiableValueObjectgetId, setId, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface ubic.gemma.model.common.GemmaSessionBackedValueObjectgetId, setId
 
- 
 
- 
- 
- 
Constructor Detail- 
SessionBoundExpressionExperimentSetValueObjectpublic SessionBoundExpressionExperimentSetValueObject() Required when using the class as a spring bean.
 - 
SessionBoundExpressionExperimentSetValueObjectpublic SessionBoundExpressionExperimentSetValueObject(Long id) default constructor to satisfy java bean contract- Parameters:
- id- id
 
 
- 
 - 
Method Detail- 
isModifiedpublic boolean isModified() - Specified by:
- isModifiedin interface- GemmaSessionBackedValueObject
 
 - 
setModifiedpublic void setModified(boolean modified) - Specified by:
- setModifiedin interface- GemmaSessionBackedValueObject
 
 
- 
 
-