Package ubic.gemma.model.genome.gene
Class SessionBoundGeneSetValueObject
- java.lang.Object
-
- ubic.gemma.model.common.IdentifiableValueObject<GeneSet>
-
- ubic.gemma.model.genome.gene.GeneSetValueObject
-
- ubic.gemma.model.genome.gene.SessionBoundGeneSetValueObject
-
- All Implemented Interfaces:
gemma.gsec.model.Securable
,gemma.gsec.model.SecureValueObject
,Serializable
,GemmaSessionBackedValueObject
,Identifiable
- Direct Known Subclasses:
FreeTextGeneResultsValueObject
,GOGroupValueObject
,PhenotypeGroupValueObject
public class SessionBoundGeneSetValueObject extends GeneSetValueObject 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 SessionBoundGeneSetValueObject()
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.genome.gene.GeneSetValueObject
getCurrentUserIsOwner, getIsPublic, getIsShared, getSecurableClass, getSize, getTaxonId, getTaxonName, getUserCanWrite, getUserOwned, setIsPublic, setIsShared, setSize, setUserCanWrite, toString
-
Methods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ubic.gemma.model.common.GemmaSessionBackedValueObject
getId, setId
-
-
-
-
Method Detail
-
isModified
public boolean isModified()
- Specified by:
isModified
in interfaceGemmaSessionBackedValueObject
- Returns:
- the modified
-
setModified
public void setModified(boolean modified)
- Specified by:
setModified
in interfaceGemmaSessionBackedValueObject
- Parameters:
modified
- the modified to set
-
-