Package ubic.gemma.model.genome.gene
Class GeneSet
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.model.common.auditAndSecurity.AbstractAuditable
ubic.gemma.model.genome.gene.GeneSet
- All Implemented Interfaces:
gemma.gsec.model.Securable,gemma.gsec.model.SecuredNotChild,Auditable,Securable,SecuredNotChild,Describable,Identifiable
A grouping of genes that share a common relationship
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeneSetMembercontainsGene(Gene g, GeneSet gs) booleanImportant note: Two objects with the same class and non-null ID must be considered equal.Obtain a human-readable description of the objectgetId()getName()Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.voidsetCharacteristics(Set<Characteristic> characteristics) voidsetLiteratureSources(Set<BibliographicReference> literatureSources) voidsetMembers(Set<GeneSetMember> members) voidsetSourceAccession(DatabaseEntry sourceAccession) Methods inherited from class ubic.gemma.model.common.auditAndSecurity.AbstractAuditable
getAuditTrail, setAuditTrailMethods inherited from class ubic.gemma.model.common.AbstractDescribable
hashCode, setDescription, setName, toStringMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
setId
-
Constructor Details
-
GeneSet
public GeneSet()
-
-
Method Details
-
containsGene
-
getId
- Specified by:
getIdin interfaceIdentifiable- Specified by:
getIdin interfacegemma.gsec.model.Securable- Overrides:
getIdin classAbstractIdentifiable
-
getName
Description copied from interface:DescribableObtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.- Specified by:
getNamein interfaceDescribable- Overrides:
getNamein classAbstractDescribable
-
getDescription
Description copied from interface:DescribableObtain a human-readable description of the object- Specified by:
getDescriptionin interfaceDescribable- Overrides:
getDescriptionin classAbstractDescribable
-
getCharacteristics
-
setCharacteristics
-
getLiteratureSources
-
setLiteratureSources
-
getMembers
-
setMembers
-
getSourceAccession
-
setSourceAccession
-
equals
Description copied from class:AbstractIdentifiableImportant note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.- Specified by:
equalsin classAbstractIdentifiable
-