Class OtherExperimentCoexpressionLinkImpl
- java.lang.Object
- 
- ubic.gemma.model.association.coexpression.ExperimentCoexpressionLink
- 
- ubic.gemma.model.association.coexpression.OtherExperimentCoexpressionLinkImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class OtherExperimentCoexpressionLinkImpl extends ExperimentCoexpressionLink - Author:
- Paul
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description OtherExperimentCoexpressionLinkImpl()OtherExperimentCoexpressionLinkImpl(BioAssaySet bioAssaySet, Long linkId, Long firstGene, Long secondGene)
 - 
Method Summary- 
Methods inherited from class ubic.gemma.model.association.coexpression.ExperimentCoexpressionLinkequals, getExperiment, getFirstGene, getId, getLinkId, getSecondGene, hashCode, setExperiment, setFirstGene, setId, setLinkId, setSecondGene
 
- 
 
- 
- 
- 
Constructor Detail- 
OtherExperimentCoexpressionLinkImplpublic OtherExperimentCoexpressionLinkImpl() 
 - 
OtherExperimentCoexpressionLinkImplpublic OtherExperimentCoexpressionLinkImpl(BioAssaySet bioAssaySet, Long linkId, Long firstGene, Long secondGene) 
 
- 
 
-