Class GenericEvidence
- java.lang.Object
-
- ubic.gemma.model.common.AbstractDescribable
-
- ubic.gemma.model.common.auditAndSecurity.AbstractAuditable
-
- ubic.gemma.model.association.phenotype.PhenotypeAssociation
-
- ubic.gemma.model.association.phenotype.GenericEvidence
-
- All Implemented Interfaces:
gemma.gsec.model.Securable
,Serializable
,Auditable
,Securable
,Describable
,Identifiable
@Deprecated public class GenericEvidence extends PhenotypeAssociation
Deprecated.Evidence that is supported only by a free-text description. One of the other evidence types is always preferred if possible.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GenericEvidence.Factory
Deprecated.
-
Constructor Summary
Constructors Constructor Description GenericEvidence()
Deprecated.
-
Method Summary
-
Methods inherited from class ubic.gemma.model.association.phenotype.PhenotypeAssociation
getAssociationType, getEvidenceCode, getEvidenceSource, getGene, getIsNegativeEvidence, getLastUpdated, getMappingType, getOriginalPhenotype, getPhenotypeAssociationPublications, getPhenotypes, getRelationship, getScore, getScoreType, getStrength, setAssociationType, setEvidenceCode, setEvidenceSource, setGene, setIsNegativeEvidence, setLastUpdated, setMappingType, setOriginalPhenotype, setPhenotypeAssociationPublications, setPhenotypes, setRelationship, setScore, setScoreType, setStrength
-
Methods inherited from class ubic.gemma.model.common.auditAndSecurity.AbstractAuditable
getAuditTrail, setAuditTrail
-
Methods inherited from class ubic.gemma.model.common.AbstractDescribable
equals, getDescription, getId, getName, hashCode, setDescription, setId, setName, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface ubic.gemma.model.common.Identifiable
getId
-
-