Class AbstractCompareResult
java.lang.Object
de.hybris.platform.catalog.jalo.synccompare.AbstractCompareResult
- Direct Known Subclasses:
AttributeDescriptorCompareResult,ItemCompareResult
Abstract result class for the sync compare process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CompareSyncUtils.Statusprotected AbstractCompareResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetDifference(Object srcValue, Object trgValue) voidvoidsetResult(CompareSyncUtils.Status status) voidsetResult(CompareSyncUtils.Status status, String txt)
-
Field Details
-
superCompareResult
-
result
-
-
Constructor Details
-
AbstractCompareResult
-
-
Method Details
-
getProblemDescription
- Returns:
- the problem description, a html blank if nothing exists
-
setProblemDescription
- Parameters:
txt- the problem description
-
setResult
-
setResult
-
getResult
-
setDifference
-
getDifference
-
hasAdditionalInformations
public boolean hasAdditionalInformations()- Returns:
- true if the result contains additional information about the problem and/or the difference
-