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
public class SessionBoundGeneSetValueObject
extends GeneSetValueObject
implements GemmaSessionBackedValueObject
- Author:
- tvrossum
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id -
Constructor Summary
ConstructorsConstructorDescriptiondefault constructor to satisfy java bean contract -
Method Summary
Methods inherited from class ubic.gemma.model.genome.gene.GeneSetValueObject
canEqual, equals, getCurrentUserIsOwner, getDescription, getGeneIds, getIsPublic, getIsShared, getName, getSecurableClass, getSize, getTaxon, getTaxonId, getTaxonName, getUserCanWrite, getUserOwned, hashCode, setDescription, setGeneIds, setIsPublic, setIsShared, setName, setSize, setTaxon, setUserCanWrite, setUserOwned, toStringMethods inherited from class ubic.gemma.model.common.IdentifiableValueObject
getId, setIdMethods 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
-
SessionBoundGeneSetValueObject
public SessionBoundGeneSetValueObject()default constructor to satisfy java bean contract
-
-
Method Details
-
isModified
public boolean isModified()- Specified by:
isModifiedin interfaceGemmaSessionBackedValueObject- Returns:
- the modified
-
setModified
public void setModified(boolean modified) - Specified by:
setModifiedin interfaceGemmaSessionBackedValueObject- Parameters:
modified- the modified to set
-