Package org.molgenis.vibe.core.formats
Class BiologicalEntityCombination<T1 extends BiologicalEntity,T2 extends BiologicalEntity>
- java.lang.Object
-
- org.molgenis.vibe.core.formats.BiologicalEntityCombination<T1,T2>
-
- Type Parameters:
T1- the firstBiologicalEntitysubclass typeT2- the secondBiologicalEntitysubclass type
- All Implemented Interfaces:
AllFieldsEquals
- Direct Known Subclasses:
GeneDiseaseCombination
public abstract class BiologicalEntityCombination<T1 extends BiologicalEntity,T2 extends BiologicalEntity> extends Object implements AllFieldsEquals
A combination of 2BiologicalEntitysubclass objects.
-
-
Constructor Summary
Constructors Constructor Description BiologicalEntityCombination(T1 t1, T2 t2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallFieldsEquals(Object o)booleanequals(Object o)T1getT1()T2getT2()inthashCode()StringtoString()
-
-
-
Method Detail
-
getT1
public T1 getT1()
-
getT2
public T2 getT2()
-
allFieldsEquals
public boolean allFieldsEquals(Object o)
- Specified by:
allFieldsEqualsin interfaceAllFieldsEquals
-
-