Package org.molgenis.vibe.core.formats
Interface AllFieldsEquals
-
- All Known Implementing Classes:
BiologicalEntity,BiologicalEntityCollection,BiologicalEntityCombination,Disease,Entity,Gene,GeneDiseaseCollection,GeneDiseaseCombination,GeneSymbol,Phenotype,PubmedEvidence
public interface AllFieldsEqualsA deep equals that compares all fields of aClass, also ones that are not used byObject.equals(Object)(for example due to design-reasons, though validity for all fields still needs to be checked in unit-tests to assess everything functions as it should).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanallFieldsEquals(Object o)
-
-
-
Method Detail
-
allFieldsEquals
boolean allFieldsEquals(Object o)
-
-