Class OtherCoexpressionSupportDetailsImpl
- java.lang.Object
- 
- ubic.gemma.model.analysis.expression.coexpression.IdArray
- 
- ubic.gemma.model.analysis.expression.coexpression.SupportDetails
- 
- ubic.gemma.model.analysis.expression.coexpression.OtherCoexpressionSupportDetailsImpl
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class OtherCoexpressionSupportDetailsImpl extends SupportDetails - Author:
- Paul
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description OtherCoexpressionSupportDetailsImpl()OtherCoexpressionSupportDetailsImpl(Long firstGene, Long secondGene, Boolean isPositive)OtherCoexpressionSupportDetailsImpl(Gene firstGene, Gene secondGene, Boolean isPositive)
 - 
Method Summary- 
Methods inherited from class ubic.gemma.model.analysis.expression.coexpression.SupportDetailsequals, getId, hashCode, setId, toString
 - 
Methods inherited from class ubic.gemma.model.analysis.expression.coexpression.IdArrayaddEntities, addEntity, and, andSet, getBytes, getIds, getIdsSet, getNumIds, isIncluded, removeEntity, setBytes
 
- 
 
- 
- 
- 
Constructor Detail- 
OtherCoexpressionSupportDetailsImplpublic OtherCoexpressionSupportDetailsImpl(Gene firstGene, Gene secondGene, Boolean isPositive) 
 - 
OtherCoexpressionSupportDetailsImplpublic OtherCoexpressionSupportDetailsImpl(Long firstGene, Long secondGene, Boolean isPositive) 
 - 
OtherCoexpressionSupportDetailsImplpublic OtherCoexpressionSupportDetailsImpl() 
 
- 
 
-