Interface PropertyComparisonInfo
-
- All Known Implementing Classes:
PropertyComparisonInfoImpl
public interface PropertyComparisonInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectValueContainer.ObjectValueHoldergetCompareValueHolder(TypedObject item, java.lang.String langIso)java.util.Collection<TypedObject>getItemsWithDifferences(java.lang.String langIso)PropertyDescriptorgetPropertyDescriptor()ObjectValueContainer.ObjectValueHoldergetReferenceValueHolder(java.lang.String langIso)booleanhasDifferences()
-
-
-
Method Detail
-
getPropertyDescriptor
PropertyDescriptor getPropertyDescriptor()
-
hasDifferences
boolean hasDifferences()
-
getItemsWithDifferences
java.util.Collection<TypedObject> getItemsWithDifferences(java.lang.String langIso)
-
getReferenceValueHolder
ObjectValueContainer.ObjectValueHolder getReferenceValueHolder(java.lang.String langIso)
-
getCompareValueHolder
ObjectValueContainer.ObjectValueHolder getCompareValueHolder(TypedObject item, java.lang.String langIso)
-
-