public class EntityProxyDifferences extends EntitySummaryDifferences
Differences.SidePresentdiffering, matching, onlyOnLeft, onlyOnRight| Constructor and Description |
|---|
EntityProxyDifferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkUniqueProperties(InstanceProperties left,
InstanceProperties right)
Determine if there is a difference between the provided unique properties, and capture either each of those
differences or the similarity.
|
InstancePropertiesDifferences |
getUniquePropertiesDifferences()
Returns the differences between unique properties of these instances, or null if there either are no unique
properties on the instance or the unique properties are the same on both instances.
|
boolean |
hasDifferences()
Returns true if the two have any differences (are not equal), otherwise false.
|
boolean |
hasUniquePropertiesDifferences()
Returns true if the two have any differences in their unique properties, or false if the unique properties
are the same.
|
checkClassifications, getClassificationDifferences, hasClassificationDifferencesaddDiffering, addMatching, addOnlyOnOneSide, check, getLeftValue, getNames, getOnlyOnLeft, getOnlyOnRight, getRightValue, isDifferentpublic boolean hasDifferences()
hasDifferences in class EntitySummaryDifferencespublic boolean hasUniquePropertiesDifferences()
public InstancePropertiesDifferences getUniquePropertiesDifferences()
public void checkUniqueProperties(InstanceProperties left, InstanceProperties right)
left - the unique properties from the first instanceright - the unique properties from the second instanceCopyright © 2018–2020 ODPi. All rights reserved.