public class PropertyComparisonInfoImpl extends java.lang.Object implements PropertyComparisonInfo
| Constructor and Description |
|---|
PropertyComparisonInfoImpl(PropertyDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValueHolderEntry(java.lang.String langIso,
ObjectValueContainer.ObjectValueHolder referenceValueHolder,
TypedObject compareObject,
ObjectValueContainer.ObjectValueHolder compareValueHolder,
boolean different) |
ObjectValueContainer.ObjectValueHolder |
getCompareValueHolder(TypedObject item,
java.lang.String langIso) |
java.util.Collection<TypedObject> |
getItemsWithDifferences(java.lang.String langIso) |
PropertyDescriptor |
getPropertyDescriptor() |
ObjectValueContainer.ObjectValueHolder |
getReferenceValueHolder(java.lang.String langIso) |
boolean |
hasDifferences() |
public PropertyComparisonInfoImpl(PropertyDescriptor descriptor)
public ObjectValueContainer.ObjectValueHolder getCompareValueHolder(TypedObject item, java.lang.String langIso)
getCompareValueHolder in interface PropertyComparisonInfopublic PropertyDescriptor getPropertyDescriptor()
getPropertyDescriptor in interface PropertyComparisonInfopublic ObjectValueContainer.ObjectValueHolder getReferenceValueHolder(java.lang.String langIso)
getReferenceValueHolder in interface PropertyComparisonInfopublic boolean hasDifferences()
hasDifferences in interface PropertyComparisonInfopublic void addValueHolderEntry(java.lang.String langIso,
ObjectValueContainer.ObjectValueHolder referenceValueHolder,
TypedObject compareObject,
ObjectValueContainer.ObjectValueHolder compareValueHolder,
boolean different)
public java.util.Collection<TypedObject> getItemsWithDifferences(java.lang.String langIso)
getItemsWithDifferences in interface PropertyComparisonInfoCopyright © 2018 SAP SE. All Rights Reserved.