Package ubic.gemma.model.association
Class Gene2OntologyEntryAssociation
- java.lang.Object
-
- ubic.gemma.model.association.Gene2OntologyEntryAssociation
-
- All Implemented Interfaces:
Serializable
,Identifiable
- Direct Known Subclasses:
Gene2OntologyEntryAssociationImpl
public abstract class Gene2OntologyEntryAssociation extends Object implements Identifiable, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Gene2OntologyEntryAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Gene
getGene()
Long
getId()
Characteristic
getOntologyEntry()
-
-
-
Method Detail
-
getGene
public Gene getGene()
-
getId
public Long getId()
- Specified by:
getId
in interfaceIdentifiable
-
getOntologyEntry
public Characteristic getOntologyEntry()
-
-